Date: Wed, 25 Dec 2019 13:30:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520857 - head/security/suricata Message-ID: <201912251330.xBPDULvd081737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Dec 25 13:30:20 2019 New Revision: 520857 URL: https://svnweb.freebsd.org/changeset/ports/520857 Log: - Update to 5.0.1 PR: 242658 Submitted by: franco@opnsense.org (maintainer) Modified: head/security/suricata/Makefile head/security/suricata/distinfo head/security/suricata/pkg-plist Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Wed Dec 25 13:02:21 2019 (r520856) +++ head/security/suricata/Makefile Wed Dec 25 13:30:20 2019 (r520857) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= suricata -DISTVERSION= 5.0.0 -PORTREVISION= 2 +DISTVERSION= 5.0.1 CATEGORIES= security MASTER_SITES= https://www.openinfosecfoundation.org/download/ @@ -139,9 +138,9 @@ post-patch-PYTHON-on: ${WRKSRC}/configure.ac post-install: - @${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}/var/log/${PORTNAME} + @${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}/var/log/suricata .for f in classification.config reference.config - @${MV} ${STAGEDIR}${DATADIR}/${f} ${STAGEDIR}${DATADIR}/${f}.sample + @${MV} ${STAGEDIR}${DATADIR}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample .endfor .for f in suricata.yaml threshold.config ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample Modified: head/security/suricata/distinfo ============================================================================== --- head/security/suricata/distinfo Wed Dec 25 13:02:21 2019 (r520856) +++ head/security/suricata/distinfo Wed Dec 25 13:30:20 2019 (r520857) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571820976 -SHA256 (suricata-5.0.0.tar.gz) = 6a3dcc427196927a5cdefd32c290fa352d6405e9bb6d3fe12c71f47d31d98a63 -SIZE (suricata-5.0.0.tar.gz) = 23689051 +TIMESTAMP = 1576318762 +SHA256 (suricata-5.0.1.tar.gz) = 90073666225c43b4127be83946ca4dab9eddb8885c2dfe8cd8004e08a8058b0c +SIZE (suricata-5.0.1.tar.gz) = 23721536 Modified: head/security/suricata/pkg-plist ============================================================================== --- head/security/suricata/pkg-plist Wed Dec 25 13:02:21 2019 (r520856) +++ head/security/suricata/pkg-plist Wed Dec 25 13:30:20 2019 (r520857) @@ -128,11 +128,9 @@ man/man1/suricata.1.gz %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/util.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/version.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata/update/version.pyc -%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata_update-1.1.0-py%%PYTHON_VER%%.egg-info +%%PYTHON%%%%PYTHON_SITELIBDIR%%/suricata_update-1.1.1-py%%PYTHON_VER%%.egg-info %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricatasc/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/suricatasc/__init__.pyc -@sample %%DATADIR%%/classification.config.sample -@sample %%DATADIR%%/reference.config.sample %%DATADIR%%/rules/app-layer-events.rules %%DATADIR%%/rules/decoder-events.rules %%DATADIR%%/rules/dhcp-events.rules @@ -149,6 +147,8 @@ man/man1/suricata.1.gz %%DATADIR%%/rules/smtp-events.rules %%DATADIR%%/rules/stream-events.rules %%DATADIR%%/rules/tls-events.rules +@sample %%ETCDIR%%/classification.config.sample +@sample %%ETCDIR%%/reference.config.sample @sample %%ETCDIR%%/suricata.yaml.sample @sample %%ETCDIR%%/threshold.config.sample @dir %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912251330.xBPDULvd081737>