svn commit: r419424 - head/security/suricata

Kubilay Kocak koobs at FreeBSD.org
Mon Aug 1 05:12:49 UTC 2016


Author: koobs
Date: Mon Aug  1 05:12:48 2016
New Revision: 419424
URL: https://svnweb.freebsd.org/changeset/ports/419424

Log:
  security/suricata: Fix plist with HTP_PORT option disabled
  
  Update pkg-plist entry for shared library version missed due to not testing
  with HTP_PORT disabled.
  
  Pointyhat:	koobs
  
  PR:		210490
  Reported by:	Franco Fichtner <franco opnsense org>

Modified:
  head/security/suricata/pkg-plist

Modified: head/security/suricata/pkg-plist
==============================================================================
--- head/security/suricata/pkg-plist	Mon Aug  1 03:50:49 2016	(r419423)
+++ head/security/suricata/pkg-plist	Mon Aug  1 05:12:48 2016	(r419424)
@@ -45,8 +45,8 @@ bin/suricata
 %%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.20.so.1
-%%NO_HTP_PORT%%lib/libhtp-0.5.20.so.1.0.0
+%%NO_HTP_PORT%%lib/libhtp-0.5.21.so.1
+%%NO_HTP_PORT%%lib/libhtp-0.5.21.so.1.0.0
 %%NO_HTP_PORT%%lib/libhtp.a
 %%NO_HTP_PORT%%lib/libhtp.so
 %%NO_HTP_PORT%%libdata/pkgconfig/htp.pc


More information about the svn-ports-all mailing list