summaryrefslogtreecommitdiff
path: root/net/snort/Makefile.common
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-09-23 15:43:50 +0000
committersalo <salo@pkgsrc.org>2003-09-23 15:43:50 +0000
commitc8f8e606df68b69e0830897899df7dbdc9087eeb (patch)
treeb5d824a1e2809024a374a1d1f1c29c5fc9281a21 /net/snort/Makefile.common
parent4397be1a9fe7a70ef60316a75e9ac66e71e938ce (diff)
downloadpkgsrc-c8f8e606df68b69e0830897899df7dbdc9087eeb.tar.gz
Update to version 2.0.2.
Patch from Adrian Portelli via PR pkg/22900. Changes: - Added Thresholding and Suppression features (Marc Norton/Sourcefire) - Fixed TCP RST processing bug found (Shai Rubin) - Cleanup of spp_arpspoof (Jeff Nathan) - Cleanup of win32 version including proper Event Log support (Chris Reid) - Munged data fixes for stream4 (Chris Green)
Diffstat (limited to 'net/snort/Makefile.common')
-rw-r--r--net/snort/Makefile.common22
1 files changed, 11 insertions, 11 deletions
diff --git a/net/snort/Makefile.common b/net/snort/Makefile.common
index bf4b3fa4cdc..0e5d0b44c54 100644
--- a/net/snort/Makefile.common
+++ b/net/snort/Makefile.common
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile.common,v 1.11 2003/07/26 11:13:16 salo Exp $
+# $NetBSD: Makefile.common,v 1.12 2003/09/23 15:43:50 salo Exp $
#
-DISTNAME= snort-2.0.1
-CATEGORIES= net security
-MASTER_SITES= http://www.snort.org/dl/ \
- ftp://the.wiretapped.net/pub/security/network-intrusion-detection/snort/ \
- ftp://gd.tuwien.ac.at/infosys/security/snort/dl/
+DISTNAME= snort-2.0.2
+CATEGORIES= net security
+MASTER_SITES= http://www.snort.org/dl/ \
+ ftp://the.wiretapped.net/pub/security/network-intrusion-detection/snort/ \
+ ftp://gd.tuwien.ac.at/infosys/security/snort/dl/
-MAINTAINER= salo@NetBSD.org
-HOMEPAGE= http://www.snort.org/
+MAINTAINER= salo@NetBSD.org
+HOMEPAGE= http://www.snort.org/
-USE_PKGINSTALL= YES
-GNU_CONFIGURE= YES
+USE_PKGINSTALL= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-libpcap-includes=${BUILDLINK_PREFIX.libpcap}/include
@@ -51,7 +51,7 @@ post-install:
for i in `${LS} | ${EGREP} -v "(Makefile|signatures)"` ; do \
${INSTALL_DATA} $$i ${PREFIX}/share/doc/snort ; \
done
- cd ${WRKSRC}/doc/signatures ; \
+ cd ${WRKSRC}/doc ; \
${RM} -rf signatures/CVS; \
${PAX} -rw -pm signatures ${PREFIX}/share/doc/snort
${INSTALL_DATA_DIR} ${PREFIX}/share/snort/rules