Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2011 22:32:50 GMT
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/161347: [update] security/snort to 2.9.1.1
Message-ID:  <201110062232.p96MWomw024395@red.freebsd.org>
Resent-Message-ID: <201110062240.p96MeBUJ060742@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161347
>Category:       ports
>Synopsis:       [update] security/snort to 2.9.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 06 22:40:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
- Update to 2.9.1.1
- This PR depends on the net/daq update to 0.6.2
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/snort/Makefile,v
retrieving revision 1.136
diff -u -r1.136 Makefile
--- Makefile	23 Sep 2011 22:25:17 -0000	1.136
+++ Makefile	6 Oct 2011 22:13:23 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	snort
-PORTVERSION=	2.9.1
+PORTVERSION=	2.9.1.1
 CATEGORIES=	security
 MASTER_SITES=	SF/snort/snort
 
@@ -19,9 +19,9 @@
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
-BUILD_DEPENDS=	daq>=0.6.1:${PORTSDIR}/net/daq \
+BUILD_DEPENDS=	daq>=0.6.2:${PORTSDIR}/net/daq \
 		${LOCALBASE}/lib/libnet11/libnet.a:${PORTSDIR}/net/libnet
-RUN_DEPENDS=	daq>=0.6.1:${PORTSDIR}/net/daq \
+RUN_DEPENDS=	daq>=0.6.2:${PORTSDIR}/net/daq \
 		${LOCALBASE}/lib/libnet11/libnet.a:${PORTSDIR}/net/libnet
 
 OPTIONS=	IPV6 "Enable IPv6 support" on \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/snort/distinfo,v
retrieving revision 1.71
diff -u -r1.71 distinfo
--- distinfo	8 Sep 2011 01:36:49 -0000	1.71
+++ distinfo	6 Oct 2011 22:09:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (snort-2.9.1.tar.gz) = cf7e792e3df872eb4345c2af160be2b9e49765ac3d41c292f4f8f96d2d7da089
-SIZE (snort-2.9.1.tar.gz) = 6265578
+SHA256 (snort-2.9.1.1.tar.gz) = 9b89c3345541050b4f2b6355a3023512e08ba16913c0cf5815397441df8c962e
+SIZE (snort-2.9.1.1.tar.gz) = 6249252
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/snort/pkg-plist,v
retrieving revision 1.38
diff -u -r1.38 pkg-plist
--- pkg-plist	8 Sep 2011 01:36:49 -0000	1.38
+++ pkg-plist	6 Oct 2011 22:29:09 -0000
@@ -60,8 +60,10 @@
 %%DYNAMIC%%src/snort_dynamicsrc/sf_snort_packet.h
 %%DYNAMIC%%src/snort_dynamicsrc/sf_snort_plugin_api.h
 %%DYNAMIC%%src/snort_dynamicsrc/sf_types.h
+%%DYNAMIC%%src/snort_dynamicsrc/sfcontrol.h
 %%DYNAMIC%%src/snort_dynamicsrc/sfghash.h
 %%DYNAMIC%%src/snort_dynamicsrc/sfhashfcn.h
+%%DYNAMIC%%src/snort_dynamicsrc/idle_processing.h
 %%DYNAMIC%%src/snort_dynamicsrc/sfsnort_dynamic_detection_lib.c
 %%DYNAMIC%%src/snort_dynamicsrc/sfsnort_dynamic_detection_lib.h
 %%DYNAMIC%%src/snort_dynamicsrc/signature.h
@@ -86,7 +88,9 @@
 %%DYNAMIC%%include/snort/dynamic_preproc/cpuclock.h
 %%DYNAMIC%%include/snort/dynamic_preproc/profiler.h
 %%DYNAMIC%%include/snort/dynamic_preproc/bitop.h
+%%DYNAMIC%%include/snort/dynamic_preproc/idle_processing.h
 %%DYNAMIC%%include/snort/dynamic_preproc/mempool.h
+%%DYNAMIC%%include/snort/dynamic_preproc/segment_mem.h
 %%DYNAMIC%%include/snort/dynamic_preproc/sf_sdlist_types.h
 %%DYNAMIC%%include/snort/dynamic_preproc/sf_ip.h
 %%DYNAMIC%%include/snort/dynamic_preproc/sf_dynamic_common.h
@@ -95,10 +99,13 @@
 %%DYNAMIC%%include/snort/dynamic_preproc/sf_dynamic_meta.h
 %%DYNAMIC%%include/snort/dynamic_preproc/sf_dynamic_preprocessor.h
 %%DYNAMIC%%include/snort/dynamic_preproc/sf_dynamic_preproc_lib.h
+%%DYNAMIC%%include/snort/dynamic_preproc/sfcontrol.h
 %%DYNAMIC%%include/snort/dynamic_preproc/ipv6_port.h
 %%DYNAMIC%%include/snort/dynamic_preproc/sfPolicy.h
 %%DYNAMIC%%include/snort/dynamic_preproc/sfrt.h
 %%DYNAMIC%%include/snort/dynamic_preproc/sfrt_dir.h
+%%DYNAMIC%%include/snort/dynamic_preproc/sfrt_flat.h
+%%DYNAMIC%%include/snort/dynamic_preproc/sfrt_flat_dir.h
 %%DYNAMIC%%include/snort/dynamic_preproc/sfrt_trie.h
 %%DYNAMIC%%include/snort/dynamic_preproc/obfuscation.h
 %%DYNAMIC%%include/snort/dynamic_preproc/stream_api.h


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110062232.p96MWomw024395>