diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-05 04:03:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-05 04:03:00 +0000 |
commit | 3188c6b4c7e6181c3b3216822dfc698e452c9b6f (patch) | |
tree | 3712133a3e64fce6f5d6a8b4d1d6521d98495c92 | |
parent | 94b15dcc8a9a6c6c3c74efc1425d08cf4fcd0420 (diff) | |
download | ports-3188c6b4c7e6181c3b3216822dfc698e452c9b6f.tar.gz ports-3188c6b4c7e6181c3b3216822dfc698e452c9b6f.zip |
Notes
-rw-r--r-- | security/fragrouter/Makefile | 2 | ||||
-rw-r--r-- | security/snortsnarf/Makefile | 2 | ||||
-rw-r--r-- | security/whisker/Makefile | 5 |
3 files changed, 4 insertions, 5 deletions
diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile index 8a4a9395c884..e79628a049f3 100644 --- a/security/fragrouter/Makefile +++ b/security/fragrouter/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.anzen.com/research/nidsbench/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=kris -MAINTAINER= kris@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG COMMENT= Tool for testing network IDS implementations GNU_CONFIGURE= yes diff --git a/security/snortsnarf/Makefile b/security/snortsnarf/Makefile index 52f66dae3dcf..20e6445de22f 100644 --- a/security/snortsnarf/Makefile +++ b/security/snortsnarf/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://www.silicondefense.com/software/snortsnarf/ DISTNAME= SnortSnarf-${PORTVERSION}.1 -MAINTAINER= kris@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generate HTML report summaries from snort incident alerts RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/JulianDay.pm:${PORTSDIR}/devel/p5-Time-modules diff --git a/security/whisker/Makefile b/security/whisker/Makefile index 7f6deb2c2175..8e2ae17e1cb2 100644 --- a/security/whisker/Makefile +++ b/security/whisker/Makefile @@ -6,13 +6,12 @@ # PORTNAME= whisker -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= security MASTER_SITES= http://www.wiretrip.net/rfp/bins/whisker/ DISTNAME= ${PORTNAME} -MAINTAINER= kris@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG COMMENT= A sophisticated CGI (in)security scanner WRKSRC= ${WRKDIR}/v${PORTVERSION} |