diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2016-08-01 05:12:48 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2016-08-01 05:12:48 +0000 |
commit | 700411884b0a92d79baaa8a383e64c8fe48276b4 (patch) | |
tree | ebf2c4b8b4f6a0039f82dafba8bbdacd8120fd0a | |
parent | - Mark port as broken as master site seems to no longer exist. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=419424
-rw-r--r-- | security/suricata/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/suricata/pkg-plist b/security/suricata/pkg-plist index 1dd84e26b22b..74adce2c1aec 100644 --- a/security/suricata/pkg-plist +++ b/security/suricata/pkg-plist @@ -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 |