diff options
author | petef <petef@FreeBSD.org> | 2003-08-17 00:02:39 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-08-17 00:02:39 +0800 |
commit | 42966e4622585ae8d2465576f481e96e1b06efd6 (patch) | |
tree | 0b5463bdf4f8409717af95564f75ebcbbb8af627 /security | |
parent | f25689f6044bcfb0943eccb9108d78497b5b6003 (diff) | |
download | freebsd-ports-gnome-42966e4622585ae8d2465576f481e96e1b06efd6.tar.gz freebsd-ports-gnome-42966e4622585ae8d2465576f481e96e1b06efd6.tar.zst freebsd-ports-gnome-42966e4622585ae8d2465576f481e96e1b06efd6.zip |
Add MASTER_SITE_PACKETSTORM as an additional mirror.
PR: 52109
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Approved by: various maintainers, timeouts
Diffstat (limited to 'security')
-rw-r--r-- | security/apg/Makefile | 4 | ||||
-rw-r--r-- | security/crack/Makefile | 4 | ||||
-rw-r--r-- | security/fragroute/Makefile | 4 | ||||
-rw-r--r-- | security/outguess/Makefile | 4 | ||||
-rw-r--r-- | security/siphon/Makefile | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile index 0f87ac7904e4..24b7dca42c8f 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -8,7 +8,9 @@ PORTNAME= apg PORTVERSION= 2.1.0 CATEGORIES= security -MASTER_SITES= http://www.adel.nursat.kz/apg/download/ +MASTER_SITES= http://www.adel.nursat.kz/apg/download/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/misc MAINTAINER= roam@FreeBSD.org COMMENT= "An automated password generator" diff --git a/security/crack/Makefile b/security/crack/Makefile index 375e610a257b..e982e1cdfa43 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -11,7 +11,9 @@ PORTNAME= crack PORTVERSION= 5.0 CATEGORIES= security MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack/ \ - ftp://ftp.cert.dfn.de/pub/tools/password/Crack/ + ftp://ftp.cert.dfn.de/pub/tools/password/Crack/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= Crackers/crack DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index a55564686ec4..08997f9e74b7 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -9,7 +9,9 @@ PORTNAME= fragroute PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= security net -MASTER_SITES= http://monkey.org/~dugsong/fragroute/ +MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/security MAINTAINER= dominic.marks@btinternet.com COMMENT= A tool for intercepting, modifying and rewriting egress traffic diff --git a/security/outguess/Makefile b/security/outguess/Makefile index 48fdc14ca37c..62223fcc3a0a 100644 --- a/security/outguess/Makefile +++ b/security/outguess/Makefile @@ -14,7 +14,9 @@ MASTER_SITES= http://www.outguess.org/ \ http://www.internet2.edu/~shalunov/mirror/ \ http://cimarron.river.com/mirrors/www.outguess.org/ \ http://munitions.vipul.net/software/steganography/ \ - http://the25200-1.gw.connect.com.au/security/steganography/ + http://the25200-1.gw.connect.com.au/security/steganography/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= crypt/stego MAINTAINER= trevor@FreeBSD.org COMMENT= Steganographic tool diff --git a/security/siphon/Makefile b/security/siphon/Makefile index 5d1a3f9c27c2..e38ddd169698 100644 --- a/security/siphon/Makefile +++ b/security/siphon/Makefile @@ -9,7 +9,9 @@ PORTNAME= siphon PORTVERSION= 0.666 CATEGORIES= security MASTER_SITES= ftp://ftp.man.szczecin.pl/pub7/security/network-mapping/siphon/ \ - ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ + ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/utilities # http://www.subterrain.net/projects/siphon/ DISTFILES= siphon-v.666.tar.gz siphon-report.pl EXTRACT_ONLY= siphon-v.666.tar.gz |