mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
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]
This commit is contained in:
parent
02cdc45ea7
commit
561890615e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419381
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user