aboutsummaryrefslogtreecommitdiff
path: root/security/portsentry
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-10-06 18:23:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-10-06 18:23:38 +0000
commit2366078d57af3b13be5d9a453404ffb1d3ad5f61 (patch)
tree1a4d232e21a666dc65ab8182be916d0a8d48ff92 /security/portsentry
parent29159b39bc1d36a796f8ba69144b3a91183efc1e (diff)
downloadports-2366078d57af3b13be5d9a453404ffb1d3ad5f61.tar.gz
ports-2366078d57af3b13be5d9a453404ffb1d3ad5f61.zip
- Update to 1.2
Notes
Notes: svn path=/head/; revision=174652
Diffstat (limited to 'security/portsentry')
-rw-r--r--security/portsentry/Makefile7
-rw-r--r--security/portsentry/distinfo6
-rw-r--r--security/portsentry/files/patch-portsentry.c12
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