diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 14:24:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-15 14:24:08 +0000 |
commit | fad97cd883ff71372c93170ac8c3e63637016ada (patch) | |
tree | 8b966397ce54f8ac4fba9885b10bd844862a01e4 /security | |
parent | d042750bd06394a5ce9c1ca36d701e4ce421feaf (diff) | |
download | ports-fad97cd883ff71372c93170ac8c3e63637016ada.tar.gz ports-fad97cd883ff71372c93170ac8c3e63637016ada.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/arirang/Makefile | 4 | ||||
-rw-r--r-- | security/flawfinder/Makefile | 4 | ||||
-rw-r--r-- | security/nbaudit/Makefile | 5 | ||||
-rw-r--r-- | security/rats/Makefile | 4 |
4 files changed, 12 insertions, 5 deletions
diff --git a/security/arirang/Makefile b/security/arirang/Makefile index 66351507f82b..ead37c82b38f 100644 --- a/security/arirang/Makefile +++ b/security/arirang/Makefile @@ -9,7 +9,9 @@ PORTNAME= arirang PORTVERSION= 1.6 PORTEPOCH= 1 CATEGORIES= security www -MASTER_SITES= http://monkey.org/~pilot/arirang/ +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ + http://monkey.org/~pilot/arirang/ +MASTER_SITE_SUBDIR= UNIX/cgi-scanners MAINTAINER= roman@xpert.com diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile index dd6876ef30b1..a5d5dcd1154a 100644 --- a/security/flawfinder/Makefile +++ b/security/flawfinder/Makefile @@ -9,7 +9,9 @@ PORTNAME= flawfinder PORTVERSION= 1.21 CATEGORIES= security devel -MASTER_SITES= http://www.dwheeler.com/flawfinder/ +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ + http://www.dwheeler.com/flawfinder/ +MASTER_SITE_SUBDIR= UNIX/security MAINTAINER= jim@corebsd.or.id diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile index 5476f99bbd78..0d19ff9fac3e 100644 --- a/security/nbaudit/Makefile +++ b/security/nbaudit/Makefile @@ -9,8 +9,9 @@ PORTNAME= nbaudit PORTVERSION= 1.0 CATEGORIES= security -MASTER_SITES= ftp://ftp.secnet.com/pub/tools/nat10/ \ - ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.secnet.com/tools/nat10/ +MASTER_SITES= ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.secnet.com/tools/nat10/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= NT/scanners DISTNAME= nat10 MAINTAINER= ports@FreeBSD.org diff --git a/security/rats/Makefile b/security/rats/Makefile index d30278fcfe3e..553cc6d6a55c 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -8,7 +8,9 @@ PORTNAME= rats PORTVERSION= 2.1 CATEGORIES= security devel -MASTER_SITES= http://www.securesoftware.com/rats/ +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ + http://www.securesoftware.com/rats/ +MASTER_SITE_SUBDIR= UNIX/security MAINTAINER= kris@FreeBSD.org |