Date: Sun, 31 Jul 2016 14:21:35 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419381 - head/security/suricata Message-ID: <201607311421.u6VELZ20095948@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sun Jul 31 14:21:35 2016 New Revision: 419381 URL: https://svnweb.freebsd.org/changeset/ports/419381 Log: 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] Modified: head/security/suricata/Makefile head/security/suricata/distinfo head/security/suricata/pkg-plist Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Sun Jul 31 14:19:09 2016 (r419380) +++ head/security/suricata/Makefile Sun Jul 31 14:21:35 2016 (r419381) @@ -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> Modified: head/security/suricata/distinfo ============================================================================== --- head/security/suricata/distinfo Sun Jul 31 14:19:09 2016 (r419380) +++ head/security/suricata/distinfo Sun Jul 31 14:21:35 2016 (r419381) @@ -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 Modified: head/security/suricata/pkg-plist ============================================================================== --- head/security/suricata/pkg-plist Sun Jul 31 14:19:09 2016 (r419380) +++ head/security/suricata/pkg-plist Sun Jul 31 14:21:35 2016 (r419381) @@ -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%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607311421.u6VELZ20095948>