diff options
author | zi <zi@FreeBSD.org> | 2014-07-22 21:20:18 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2014-07-22 21:20:18 +0800 |
commit | c06d89d3965da9b3083ce00ce5328de8f4ac23f7 (patch) | |
tree | fe8cdf6e4bbbf006f19b5d70af7d8b44aae0c742 /security/snort | |
parent | 6aa05b2fed581009fecaf596ecf39f2e8d7ea4c8 (diff) | |
download | freebsd-ports-gnome-c06d89d3965da9b3083ce00ce5328de8f4ac23f7.tar.gz freebsd-ports-gnome-c06d89d3965da9b3083ce00ce5328de8f4ac23f7.tar.zst freebsd-ports-gnome-c06d89d3965da9b3083ce00ce5328de8f4ac23f7.zip |
- Update to 2.9.6.2
- Disable OPTION for FLEXRESP3 as it breaks the build if it is disabled
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 11 | ||||
-rw-r--r-- | security/snort/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 47b0c9966f62..0a7f8d133e20 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= snort -PORTVERSION= 2.9.6.1 -PORTREVISION= 1 +PORTVERSION= 2.9.6.2 CATEGORIES= security MASTER_SITES= SF/snort/snort \ http://mirrors.rit.edu/zi/ @@ -22,7 +21,7 @@ BUILD_DEPENDS= daq>=2.0.0:${PORTSDIR}/net/daq RUN_DEPENDS= daq>=2.0.0:${PORTSDIR}/net/daq OPTIONS_DEFINE= IPV6 MPLS GRE TARGETBASED ZLIB NORMALIZER REACT \ - PERFPROFILE FLEXRESP3 LRGPCAP SOURCEFIRE NONETHER \ + PERFPROFILE LRGPCAP SOURCEFIRE NONETHER \ DOCS OPTIONS_GROUP= ADDONS DEV @@ -30,10 +29,10 @@ OPTIONS_GROUP_ADDONS= BARNYARD PULLEDPORK OPTIONS_GROUP_DEV= DBGSNORT OPTIONS_DEFAULT= IPV6 MPLS GRE TARGETBASED ZLIB NORMALIZER REACT \ - PERFPROFILE FLEXRESP3 SOURCEFIRE PULLEDPORK \ + PERFPROFILE SOURCEFIRE PULLEDPORK \ BARNYARD -FLEXRESP3_DESC= Flexible response on events (v3) +#FLEXRESP3_DESC= Flexible response on events (v3) GRE_DESC= GRE support IPV6_DESC= IPv6 in snort.conf LRGPCAP_DESC= Pcaps larger than 2GB @@ -54,7 +53,7 @@ DBGSNORT_DESC= Enable debugging symbols+core dumps DBGSNORT_CONFIGURE_ENABLE= corefiles debug DBGSNORT_MAKE_ENV= DONTSTRIP="yes" -FLEXRESP3_CONFIGURE_ENABLE= flexresp3 active-response +#FLEXRESP3_CONFIGURE_ENABLE= flexresp3 active-response GRE_CONFIGURE_ENABLE= gre LRGPCAP_CONFIGURE_ENABLE= large-pcap MPLS_CONFIGURE_ENABLE= mpls diff --git a/security/snort/distinfo b/security/snort/distinfo index 9128bc41205f..da65e9f1bf67 100644 --- a/security/snort/distinfo +++ b/security/snort/distinfo @@ -1,2 +1,2 @@ -SHA256 (snort-2.9.6.1.tar.gz) = 119e4c5df83fe36a8d465e72a0347fe31e7771704da286f04115b0c5baa5f7b8 -SIZE (snort-2.9.6.1.tar.gz) = 5226869 +SHA256 (snort-2.9.6.2.tar.gz) = 8e1d7fc5e1523a786d845ca0102cc474abfcebfcc7e964a1653680034b5b5d77 +SIZE (snort-2.9.6.2.tar.gz) = 5229232 |