svn commit: r512858 - head/security/suricata

Renato Botelho garga at FreeBSD.org
Wed Sep 25 22:09:03 UTC 2019


Author: garga
Date: Wed Sep 25 22:09:02 2019
New Revision: 512858
URL: https://svnweb.freebsd.org/changeset/ports/512858

Log:
  security/suricata: Update to 4.1.5
  
  PR:		240793
  Submitted by:	Franco Fichtner <franco at opnsense.org> (maintainer)
  MFH:		2019Q3
  Security:	CVE-2019-16410 CVE-2019-16411
  Sponsored by:	Rubicon Communications, LLC (Netgate)

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

Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile	Wed Sep 25 20:55:11 2019	(r512857)
+++ head/security/suricata/Makefile	Wed Sep 25 22:09:02 2019	(r512858)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	suricata
-DISTVERSION=	4.1.4
-PORTREVISION=	4
+DISTVERSION=	4.1.5
 CATEGORIES=	security
 MASTER_SITES=	https://www.openinfosecfoundation.org/download/
 
@@ -20,7 +19,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 
 USES=		autoreconf cpe gmake iconv:translit libtool pathfix pkgconfig
 
-CONFLICTS_INSTALL=libhtp
+CONFLICTS_INSTALL=	libhtp suricata5
 
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	${PORTNAME}

Modified: head/security/suricata/distinfo
==============================================================================
--- head/security/suricata/distinfo	Wed Sep 25 20:55:11 2019	(r512857)
+++ head/security/suricata/distinfo	Wed Sep 25 22:09:02 2019	(r512858)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556780212
-SHA256 (suricata-4.1.4.tar.gz) = 2da50d91f92adf8b1af930f388361f76424420b88f553f610e2780e4240f2009
-SIZE (suricata-4.1.4.tar.gz) = 15661783
+TIMESTAMP = 1569423715
+SHA256 (suricata-4.1.5.tar.gz) = cee5f6535cd7fe63fddceab62eb3bc66a63fc464466c88ec7a41b7a1331ac74b
+SIZE (suricata-4.1.5.tar.gz) = 15729747

Modified: head/security/suricata/pkg-plist
==============================================================================
--- head/security/suricata/pkg-plist	Wed Sep 25 20:55:11 2019	(r512857)
+++ head/security/suricata/pkg-plist	Wed Sep 25 22:09:02 2019	(r512858)
@@ -18,6 +18,8 @@ include/htp/htp_transaction.h
 include/htp/htp_urlencoded.h
 include/htp/htp_utf8_decoder.h
 include/htp/htp_version.h
+include/htp/lzma/7zTypes.h
+include/htp/lzma/LzmaDec.h
 lib/libhtp.a
 lib/libhtp.so
 lib/libhtp.so.2


More information about the svn-ports-all mailing list