Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2018 16:24:36 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476305 - head/security/suricata
Message-ID:  <201808031624.w73GOahR038944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Aug  3 16:24:36 2018
New Revision: 476305
URL: https://svnweb.freebsd.org/changeset/ports/476305

Log:
  security/suricata: bump libhtp req due to recent CVEs
  
  PR:		230322
  Submitted by:	Franco Fichtner <franco@opnsense.org> (maintainer)

Modified:
  head/security/suricata/Makefile   (contents, props changed)

Modified: head/security/suricata/Makefile
==============================================================================
--- head/security/suricata/Makefile	Fri Aug  3 16:21:04 2018	(r476304)
+++ head/security/suricata/Makefile	Fri Aug  3 16:24:36 2018	(r476305)
@@ -56,7 +56,7 @@ TESTS_DESC=		Unit tests in suricata binary
 GEOIP_LIB_DEPENDS=		libGeoIP.so:net/GeoIP
 GEOIP_CONFIGURE_ON=		--enable-geoip
 
-HTP_PORT_BUILD_DEPENDS=		libhtp>=0.5.24:devel/libhtp
+HTP_PORT_BUILD_DEPENDS=		libhtp>=0.5.27: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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808031624.w73GOahR038944>