diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2016-07-31 14:21:35 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2016-07-31 14:21:35 +0000 |
commit | 561890615ef44bb326e2300177f90db5f8886c0b (patch) | |
tree | 3409c9b8fd664f7970f70ed9a96234c6e005e8ae | |
parent | biology/seqtools: 4.42.1 -> 4.43.0 (diff) |
security/suricata: Update to 3.1.1
* Update PORTVERSION and distinfo checksum (3.1.1) [1]
* Update pkg-plist for shared library bump [2]
* Use postunexec instead of unexec in pkg-plist
* Group common OPTIONS_* entries
* Group *_TARGET entries
https://github.com/inliniac/suricata/blob/suricata-3.1.1/ChangeLog
PR: 210490 [1][2]
Submitted by: Stewart Morgan <stewart.morgan gmail com> [1]
Submitted by: Franco Fichtner <franco opnsense org> [2]
Notes
Notes:
svn path=/head/; revision=419381
-rw-r--r-- | security/suricata/Makefile | 11 | ||||
-rw-r--r-- | security/suricata/distinfo | 5 | ||||
-rw-r--r-- | security/suricata/pkg-plist | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 3609e34823d6..2ed39507fdf0 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= suricata -PORTVERSION= 3.0 -PORTREVISION= 2 +PORTVERSION= 3.1.1 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ @@ -20,21 +19,23 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ USES= autoreconf cpe gmake libtool pathfix pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} + GNU_CONFIGURE= yes CPE_VENDOR= openinfosecfoundation INSTALL_TARGET= install-strip +TEST_TARGET= check + PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= GEOIP HTP_PORT IPFW JSON NETMAP NSS PORTS_PCAP PRELUDE SC TESTS OPTIONS_DEFAULT= HTP_PORT IPFW JSON NETMAP PRELUDE +OPTIONS_SUB= yes OPTIONS_RADIO= SCRIPTS OPTIONS_RADIO_SCRIPTS= LUA LUAJIT -OPTIONS_SUB= yes - SCRIPTS_DESC= Scripting GEOIP_DESC= GeoIP support @@ -144,6 +145,4 @@ post-install: -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) .endif -TEST_TARGET= check - .include <bsd.port.post.mk> diff --git a/security/suricata/distinfo b/security/suricata/distinfo index 972a6924192e..6d7597fd9048 100644 --- a/security/suricata/distinfo +++ b/security/suricata/distinfo @@ -1,2 +1,3 @@ -SHA256 (suricata-3.0.tar.gz) = 4b8feb398a0800c955fe24aa31ca446c539e79492155717e826473f902c8e65a -SIZE (suricata-3.0.tar.gz) = 3293102 +TIMESTAMP = 1469968754 +SHA256 (suricata-3.1.1.tar.gz) = b8f5711f4c24627b056a3889b296b29ec515b34bc2287ad20d13ca20da777ff7 +SIZE (suricata-3.1.1.tar.gz) = 3332129 diff --git a/security/suricata/pkg-plist b/security/suricata/pkg-plist index 894a09a52971..1dd84e26b22b 100644 --- a/security/suricata/pkg-plist +++ b/security/suricata/pkg-plist @@ -45,8 +45,8 @@ bin/suricata %%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.18.so.1 -%%NO_HTP_PORT%%lib/libhtp-0.5.18.so.1.0.0 +%%NO_HTP_PORT%%lib/libhtp-0.5.20.so.1 +%%NO_HTP_PORT%%lib/libhtp-0.5.20.so.1.0.0 %%NO_HTP_PORT%%lib/libhtp.a %%NO_HTP_PORT%%lib/libhtp.so %%NO_HTP_PORT%%libdata/pkgconfig/htp.pc @@ -72,5 +72,5 @@ bin/suricata @dir etc/suricata/rules @dir etc/suricata @dir(root,wheel,0700) /var/log/suricata -@unexec if [ -d %D/%%ETCDIR%% ]; then echo "==> If you are permanently removing this port, run ``rm -rf ${PKG_PREFIX}/etc/suricata`` to remove configuration files."; fi +@postunexec if [ -d %D/%%ETCDIR%% ]; then echo "==> If you are permanently removing this port, run ``rm -rf ${PKG_PREFIX}/etc/suricata`` to remove configuration files."; fi @dir %%DOCSDIR%% |