svn commit: r476305 - head/security/suricata

Steve Wills swills at FreeBSD.org
Fri Aug 3 16:24:37 UTC 2018


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 at 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


More information about the svn-ports-all mailing list