diff options
Diffstat (limited to 'security')
-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 8a4a939..e79628a 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 52f66da..20e6445 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 7f6deb2..8e2ae17 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} |