diff options
author | pav <pav@FreeBSD.org> | 2006-10-07 02:23:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-10-07 02:23:38 +0800 |
commit | a22e254f221e36416a7d82f4390d55b75afcc779 (patch) | |
tree | 4e9825b3197f82f53b89167d1504d58a98328789 /security/portsentry | |
parent | 31798a3daee02289c2d022bb3228ef271a893be8 (diff) | |
download | freebsd-ports-gnome-a22e254f221e36416a7d82f4390d55b75afcc779.tar.gz freebsd-ports-gnome-a22e254f221e36416a7d82f4390d55b75afcc779.tar.zst freebsd-ports-gnome-a22e254f221e36416a7d82f4390d55b75afcc779.zip |
- Update to 1.2
Diffstat (limited to 'security/portsentry')
-rw-r--r-- | security/portsentry/Makefile | 7 | ||||
-rw-r--r-- | security/portsentry/distinfo | 6 | ||||
-rw-r--r-- | security/portsentry/files/patch-portsentry.c | 12 |
3 files changed, 19 insertions, 6 deletions
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 <craigrowland at users dot +-sourceforget dot net>\n"); ++ printf ("Copyright 1997-2003 Craig H. Rowland <craigrowland at users dot sourceforget dot net>\n"); + printf ("Licensing restrictions apply. Please see documentation\n"); + printf ("Version: %s\n\n", VERSION); + #ifdef SUPPORT_STEALTH |