diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-10-09 13:34:30 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-10-09 13:40:52 +0200 |
commit | 6b0add7f82cb3990a9b95d3931ce94981884dca4 (patch) | |
tree | 583c9c617f262020fa8311e8940db0dab12bad82 /net-analyzer/suricata | |
parent | net-libs/libhtp: bump to 0.5.35 (diff) | |
download | gentoo-6b0add7f82cb3990a9b95d3931ce94981884dca4.tar.gz gentoo-6b0add7f82cb3990a9b95d3931ce94981884dca4.tar.bz2 gentoo-6b0add7f82cb3990a9b95d3931ce94981884dca4.zip |
net-analyzer/suricata: bump to 5.0.4
6.0.0 is out now too but it may or may not take time to package, and
5.0.4 fixes some potential security issues detected by Oss-Fuzz.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-analyzer/suricata')
-rw-r--r-- | net-analyzer/suricata/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/suricata/suricata-5.0.4.ebuild (renamed from net-analyzer/suricata/suricata-5.0.3.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/suricata/Manifest b/net-analyzer/suricata/Manifest index b4800d771b42..06edb9b7cc85 100644 --- a/net-analyzer/suricata/Manifest +++ b/net-analyzer/suricata/Manifest @@ -1 +1 @@ -DIST suricata-5.0.3.tar.gz 23744731 BLAKE2B 51dfd6fb8a1208e4999999f178f679f2b3cf6a2632a659fb5b58baa747da64fb37a1c9345b51b2bb3f5c33f9a3fc9208ab52cb6e8dc6ddb38b7c19124f7345ca SHA512 4e0ad2ae33537cb074d549b3cc162c5ed115605cb142a96cbf66d1341799eaad96b307fd6ad4679e344e51d00065b3573bfb26bd60468f12addb144b112e4f72 +DIST suricata-5.0.4.tar.gz 29091046 BLAKE2B 38526ca39d2460d630fdd9e804f36c74bfcde54a529748896779b549ed1b55174d6080ddad8933ddfd26004f4e78748a503832f47ee5f52d84a133643aef482b SHA512 e5da14f80b628968e146839b828971e888fd0158b2ecbbcc15c0f42fda2bdcc8ad89632ba05cc45c88d88e537452e77f8e2f3a5e09ecd038d0d38b1a8cf8cea6 diff --git a/net-analyzer/suricata/suricata-5.0.3.ebuild b/net-analyzer/suricata/suricata-5.0.4.ebuild index d159cf584dac..e618aa1e0bcc 100644 --- a/net-analyzer/suricata/suricata-5.0.3.ebuild +++ b/net-analyzer/suricata/suricata-5.0.4.ebuild @@ -35,11 +35,11 @@ RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/pyyaml[${PYTHON_USEDEP}] ') - >=net-libs/libhtp-0.5.33 + >=net-libs/libhtp-0.5.35 net-libs/libpcap sys-apps/file sys-libs/libcap-ng - bpf? ( >=dev-libs/libbpf-0.0.6 ) + bpf? ( >=dev-libs/libbpf-0.1.0 ) cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/libmaxminddb ) logrotate? ( app-admin/logrotate ) |