FreeBSD Bugzilla – Attachment 183514 Details for
Bug 220026
security/suricata: Update to 3.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against head
suricata.patch (text/plain), 3.73 KB, created by
Franco Fichtner
on 2017-06-16 05:06:06 UTC
(
hide
)
Description:
patch against head
Filename:
MIME Type:
Creator:
Franco Fichtner
Created:
2017-06-16 05:06:06 UTC
Size:
3.73 KB
patch
obsolete
>diff --git a/security/suricata/Makefile b/security/suricata/Makefile >index 40091520708b..87b3bb9dd295 100644 >--- a/security/suricata/Makefile >+++ b/security/suricata/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= suricata >-PORTVERSION= 3.2.1 >+PORTVERSION= 3.2.2 > CATEGORIES= security > MASTER_SITES= http://www.openinfosecfoundation.org/download/ > >@@ -14,10 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > > LIB_DEPENDS= libpcre.so:devel/pcre \ > libnet.so:net/libnet \ >- libgnutls.so:security/gnutls \ >- libgcrypt.so:security/libgcrypt \ >- libgpg-error.so:security/libgpg-error \ >- libltdl.so:devel/libltdl \ > libyaml.so:textproc/libyaml > > USES= autoreconf cpe gmake libtool pathfix pkgconfig >@@ -58,7 +54,7 @@ TESTS_DESC= Unit tests in suricata binary > GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP > GEOIP_CONFIGURE_ON= --enable-geoip > >-HTP_PORT_BUILD_DEPENDS= libhtp>=0.5.20:devel/libhtp >+HTP_PORT_BUILD_DEPENDS= libhtp>=0.5.24:devel/libhtp > HTP_PORT_LIB_DEPENDS= libhtp.so:devel/libhtp > HTP_PORT_CONFIGURE_ON= --enable-non-bundled-htp > HTP_PORT_CONFIGURE_OFF= --enable-bundled-htp >@@ -98,7 +94,11 @@ PORTS_PCAP_CONFIGURE_ON= --with-libpcap-includes=${LOCALBASE}/include \ > PORTS_PCAP_CONFIGURE_OFF= --with-libpcap-includes=/usr/include \ > --with-libpcap-libraries=/usr/lib > >-PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude >+PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude \ >+ libgnutls.so:security/gnutls \ >+ libgcrypt.so:security/libgcrypt \ >+ libgpg-error.so:security/libgpg-error \ >+ libltdl.so:devel/libltdl > PRELUDE_CONFIGURE_ENABLE= prelude > PRELUDE_CONFIGURE_ON= --with-libprelude-prefix=${LOCALBASE} > >diff --git a/security/suricata/distinfo b/security/suricata/distinfo >index 638156e01afe..8a298fbbeb51 100644 >--- a/security/suricata/distinfo >+++ b/security/suricata/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1487168316 >-SHA256 (suricata-3.2.1.tar.gz) = 0e0b0cf49016804bb2fb1fc4327341617e76a67902f4e03e0ef6d16c1d7d3994 >-SIZE (suricata-3.2.1.tar.gz) = 11754332 >+TIMESTAMP = 1497119063 >+SHA256 (suricata-3.2.2.tar.gz) = b1d8e5e53a76fbc89712d10ca8e2208f68f6fc2def0e6ac82e9693bb586a49cb >+SIZE (suricata-3.2.2.tar.gz) = 11758084 >diff --git a/security/suricata/files/suricata.in b/security/suricata/files/suricata.in >index c96b61234d66..d93a2f9fbfa3 100644 >--- a/security/suricata/files/suricata.in >+++ b/security/suricata/files/suricata.in >@@ -10,8 +10,8 @@ > # suricata_enable (bool): Set to YES to enable suricata > # Default: NO > # suricata_flags (str): Extra flags passed to suricata >-# Default: -D -q >-# suricata_interface (str): Network interface to sniff >+# Default: -D >+# suricata_interface (str): Network interface(s) to sniff > # Default: "" > # suricata_conf (str): Suricata configuration file > # Default: ${PREFIX}/etc/suricata/suricata.yaml >@@ -37,7 +37,9 @@ load_rc_config $name > [ -z "$suricata_netmap" ] && suricata_netmap="NO" > > if [ -n "$suricata_interface" ]; then >- suricata_flags="$suricata_flags -i $suricata_interface" >+ for interface in $suricata_interface; do >+ suricata_flags="$suricata_flags --pcap=$interface" >+ done > elif [ "$suricata_netmap" != "NO" ]; then > suricata_flags="$suricata_flags --netmap" > else >diff --git a/security/suricata/pkg-plist b/security/suricata/pkg-plist >index cc373f1f0412..15e32205e00b 100644 >--- a/security/suricata/pkg-plist >+++ b/security/suricata/pkg-plist >@@ -46,8 +46,8 @@ man/man1/suricata.1.gz > %%NO_HTP_PORT%%include/htp/htp_urlencoded.h > %%NO_HTP_PORT%%include/htp/htp_utf8_decoder.h > %%NO_HTP_PORT%%include/htp/htp_version.h >-%%NO_HTP_PORT%%lib/libhtp-0.5.23.so.1 >-%%NO_HTP_PORT%%lib/libhtp-0.5.23.so.1.0.0 >+%%NO_HTP_PORT%%lib/libhtp-0.5.24.so.1 >+%%NO_HTP_PORT%%lib/libhtp-0.5.24.so.1.0.0 > %%NO_HTP_PORT%%lib/libhtp.a > %%NO_HTP_PORT%%lib/libhtp.so > %%NO_HTP_PORT%%libdata/pkgconfig/htp.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
franco
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 220026
: 183514 |
183517