diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index b8db057b41a3..046f6f069e2c 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -6,10 +6,10 @@ # PORTNAME= portsentry -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_PACKETSTORM} -MASTER_SITE_SUBDIR= UNIX/IDS +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sentrytools MAINTAINER= ports@FreeBSD.org COMMENT= Port scan detection and active defense @@ -18,6 +18,7 @@ SUB_FILES= portsentry.sh ALL_TARGET= freebsd CFLAGS+= -DPREFIX=\"${PREFIX}\" MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +WRKSRC= ${WRKDIR}/portsentry_beta post-patch: @${REINPLACE_CMD} -e 's,/usr/local/psionic/portsentry,${PREFIX}/etc,g' \ diff --git a/security/portsentry/distinfo b/security/portsentry/distinfo index e39537a923d0..ef369fb27a5f 100644 --- a/security/portsentry/distinfo +++ b/security/portsentry/distinfo @@ -1,3 +1,3 @@ -MD5 (portsentry-1.1.tar.gz) = 782839446b7eca554bb1880ef0882670 -SHA256 (portsentry-1.1.tar.gz) = eb06f3c328614365a9fe61b8878acb76cbf364cb695dda37536a3b0e07a13f1f -SIZE (portsentry-1.1.tar.gz) = 45871 +MD5 (portsentry-1.2.tar.gz) = 3ebd3618ba9abfea2525e236bd44cebd +SHA256 (portsentry-1.2.tar.gz) = dd1edcfcf2d9db7b5722de4f1da36ae45703bf05917af657ab6f7491be7fa52e +SIZE (portsentry-1.2.tar.gz) = 48054 diff --git a/security/portsentry/files/patch-portsentry.c b/security/portsentry/files/patch-portsentry.c new file mode 100644 index 000000000000..f5141bdc39f8 --- /dev/null +++ b/security/portsentry/files/patch-portsentry.c @@ -0,0 +1,12 @@ +--- portsentry.c.orig Fri May 23 20:10:13 2003 ++++ portsentry.c Fri Oct 6 20:18:26 2006 +@@ -1581,8 +1581,7 @@ + Usage (void) + { + printf ("PortSentry - Port Scan Detector.\n"); +- printf ("Copyright 1997-2003 Craig H. Rowland \n"); ++ printf ("Copyright 1997-2003 Craig H. Rowland \n"); + printf ("Licensing restrictions apply. Please see documentation\n"); + printf ("Version: %s\n\n", VERSION); + #ifdef SUPPORT_STEALTH