Date: Mon, 1 Aug 2016 05:12:48 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419424 - head/security/suricata Message-ID: <201608010512.u715Cmiu029157@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608010512.u715Cmiu029157>