diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-11-15 01:16:14 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-11-15 01:16:14 +0800 |
commit | 2a92da9310c33c808ef617026e6fe59cc5ec6f4b (patch) | |
tree | 98c311837adc99082e8c9b6643faf10ce747347b /security | |
parent | 04185ff19489f0413960d536f7b8180dfaae3b14 (diff) | |
download | freebsd-ports-gnome-2a92da9310c33c808ef617026e6fe59cc5ec6f4b.tar.gz freebsd-ports-gnome-2a92da9310c33c808ef617026e6fe59cc5ec6f4b.tar.zst freebsd-ports-gnome-2a92da9310c33c808ef617026e6fe59cc5ec6f4b.zip |
- Reassign these ports back to the heap
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/blindelephant/Makefile | 2 | ||||
-rw-r--r-- | security/burpsuite/Makefile | 2 | ||||
-rw-r--r-- | security/dirbuster/Makefile | 2 | ||||
-rw-r--r-- | security/fragroute/Makefile | 2 | ||||
-rw-r--r-- | security/fuzzdb/Makefile | 2 | ||||
-rw-r--r-- | security/jbrofuzz/Makefile | 2 | ||||
-rw-r--r-- | security/sqlmap/Makefile | 2 | ||||
-rw-r--r-- | security/strobe/Makefile | 2 | ||||
-rw-r--r-- | security/webscarab/Makefile | 2 | ||||
-rw-r--r-- | security/whatweb/Makefile | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/security/blindelephant/Makefile b/security/blindelephant/Makefile index f8627cb706aa..240a14a65207 100644 --- a/security/blindelephant/Makefile +++ b/security/blindelephant/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITE_SUBDIR= niels DISTNAME= ${PORTNAME}-${PORTREVISION} -MAINTAINER= niels@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fingerprint the web applications used by a web site LICENSE= LGPL3 diff --git a/security/burpsuite/Makefile b/security/burpsuite/Makefile index 58608c1907bc..0c7a667ff2c7 100644 --- a/security/burpsuite/Makefile +++ b/security/burpsuite/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security java MASTER_SITES= http://www.portswigger.net/suite/ DISTNAME= ${PORTNAME}_v${PORTVERSION} -MAINTAINER= niels@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Burp Suite is an integrated platform for testing web applications USE_ZIP= YES diff --git a/security/dirbuster/Makefile b/security/dirbuster/Makefile index 9f36fbb2caba..ca266eda479f 100644 --- a/security/dirbuster/Makefile +++ b/security/dirbuster/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security java MASTER_SITES= SF/${PORTNAME}/DirBuster%20%28jar%20%2B%20lists%29/1.0-RC1/ DISTNAME= DirBuster-1.0-RC1 -MAINTAINER= niels@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= DirBuster allows file and directory brute forcing on web servers USE_ZIP= YES diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 3bf4382b3672..177cb64b8e94 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= UNIX/security -MAINTAINER= niels@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A tool for intercepting, modifying and rewriting egress traffic LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \ diff --git a/security/fuzzdb/Makefile b/security/fuzzdb/Makefile index 92a0bb9814d8..8bf6089e141d 100644 --- a/security/fuzzdb/Makefile +++ b/security/fuzzdb/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz -MAINTAINER= niels@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A comprehensive set of fuzzing patterns NO_BUILD= yes diff --git a/security/jbrofuzz/Makefile b/security/jbrofuzz/Makefile index c22c20538d94..32a3adea4386 100644 --- a/security/jbrofuzz/Makefile +++ b/security/jbrofuzz/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security www java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ DISTNAME= ${PORTNAME}-jar-21 -MAINTAINER= niels@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= JBroFuzz is a web application fuzzer USE_ZIP= YES diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index a66275e92568..fb7c842f07e5 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.8 CATEGORIES= security python MASTER_SITES= SF -MAINTAINER= niels@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An automatic SQL injection tool USE_PYTHON= 2.5+ diff --git a/security/strobe/Makefile b/security/strobe/Makefile index 04dc369233e9..d491dad36688 100644 --- a/security/strobe/Makefile +++ b/security/strobe/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://ftp.ussg.iu.edu/security/tools/unix/scanners/strobe/ \ http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/strobe/ \ http://ftp.surfnet.nl/security/coast/scanners/strobe/ -MAINTAINER= niels@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast scatter/gather TCP port scanner WRKSRC= ${WRKDIR}/strobe diff --git a/security/webscarab/Makefile b/security/webscarab/Makefile index 222c9b0ec2d5..a4efc88a0f10 100644 --- a/security/webscarab/Makefile +++ b/security/webscarab/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~niels/distfiles/ MASTER_SITE_SUBDIR= niels -MAINTAINER= niels@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Framework for analysing HTTP and HTTPS web application traffic USE_ZIP= YES diff --git a/security/whatweb/Makefile b/security/whatweb/Makefile index 762ca04402a8..7a52bb29c95f 100644 --- a/security/whatweb/Makefile +++ b/security/whatweb/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://www.morningstarsecurity.com/downloads/ -MAINTAINER= niels@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A tool to fingerprint web site components LICENSE= GPLv2 |