svn commit: r446403 - head/security/suricata

Jochen Neumeister joneum at FreeBSD.org
Sat Jul 22 14:50:24 UTC 2017


Author: joneum
Date: Sat Jul 22 14:50:22 2017
New Revision: 446403
URL: https://svnweb.freebsd.org/changeset/ports/446403

Log:
  - security/suricata: Update from 3.2.2 to 3.2.3
  - Changelog: https://suricata-ids.org/2017/07/13/suricata-3-2-3-available/
  
  PR:		220758
  Submitted by:	Franco Fichtner <franco at opnsense.org> (maintainer)
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11639

Modified:
  head/security/suricata/Makefile
  head/security/suricata/distinfo
  head/security/suricata/pkg-plist

Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile	Sat Jul 22 14:33:15 2017	(r446402)
+++ head/security/suricata/Makefile	Sat Jul 22 14:50:22 2017	(r446403)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	suricata
-PORTVERSION=	3.2.2
-PORTREVISION=	1
+PORTVERSION=	3.2.3
 CATEGORIES=	security
 MASTER_SITES=	http://www.openinfosecfoundation.org/download/
 
@@ -61,7 +60,7 @@ 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
-HTP_PORT_CONFLICTS_INSTALL_OFF=	libhtp-[0-9]* libhtp-suricata
+HTP_PORT_CONFLICTS_INSTALL_OFF=	libhtp
 HTP_PORT_USES_OFF=		iconv:translit
 
 HYPERSCAN_LIB_DEPENDS=		libhs.so:devel/hyperscan

Modified: head/security/suricata/distinfo
==============================================================================
--- head/security/suricata/distinfo	Sat Jul 22 14:33:15 2017	(r446402)
+++ head/security/suricata/distinfo	Sat Jul 22 14:50:22 2017	(r446403)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497119063
-SHA256 (suricata-3.2.2.tar.gz) = b1d8e5e53a76fbc89712d10ca8e2208f68f6fc2def0e6ac82e9693bb586a49cb
-SIZE (suricata-3.2.2.tar.gz) = 11758084
+TIMESTAMP = 1499981095
+SHA256 (suricata-3.2.3.tar.gz) = ad800e313ece9b4e4ef11b2bdfe15bd73d3c8e51833bc4466525b8f0d8ac86aa
+SIZE (suricata-3.2.3.tar.gz) = 11760480

Modified: head/security/suricata/pkg-plist
==============================================================================
--- head/security/suricata/pkg-plist	Sat Jul 22 14:33:15 2017	(r446402)
+++ head/security/suricata/pkg-plist	Sat Jul 22 14:50:22 2017	(r446403)
@@ -46,10 +46,10 @@ 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.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%%lib/libhtp.so.2
+%%NO_HTP_PORT%%lib/libhtp.so.2.0.0
 %%NO_HTP_PORT%%libdata/pkgconfig/htp.pc
 %%NO_HTP_PORT%%@dir include/htp
 %%SC%%%%PYTHON_SITELIBDIR%%/suricatasc-0.9-py%%PYTHON_VER%%.egg-info


More information about the svn-ports-all mailing list