diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-03-04 14:12:03 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-03-04 14:47:15 +0000 |
commit | 42768b1b5f4c1873cf7c13af37d4cf79dbc2ff7a (patch) | |
tree | 8079ac503194bf2defee50489e290ede94a2fefb /net-analyzer/suricata | |
parent | net-analyzer/suricata: bump v5 to 5.0.6 (diff) | |
download | gentoo-42768b1b5f4c1873cf7c13af37d4cf79dbc2ff7a.tar.gz gentoo-42768b1b5f4c1873cf7c13af37d4cf79dbc2ff7a.tar.bz2 gentoo-42768b1b5f4c1873cf7c13af37d4cf79dbc2ff7a.zip |
net-analyzer/suricata: bump v6 to 6.0.2
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-6.0.2.ebuild (renamed from net-analyzer/suricata/suricata-6.0.1-r100.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/suricata/Manifest b/net-analyzer/suricata/Manifest index 9cc78dd7d9aa..24be5f65d707 100644 --- a/net-analyzer/suricata/Manifest +++ b/net-analyzer/suricata/Manifest @@ -1,2 +1,2 @@ DIST suricata-5.0.6.tar.gz 29136659 BLAKE2B 97d95cadd54d44bd82424322c08ad04be2122cdae5763995f7aefe4a75872091dd7d289e89e47a5ad9fbce570964f11331d848db7fe7ec4c2be9a0f8b62fadff SHA512 73580721683f929a90b6b59673842c051fe44ee7b8d8d890106aad09952d5b8a8f3716f168c41b33feb5c32e0106f5926125313cc11b27bc5a9c65e90b21888f -DIST suricata-6.0.1.tar.gz 30460439 BLAKE2B 55a24fa2f653a0a80f51e1ab102bb7046bd1f67d60c64c139b485086f4d8e0f5db58906bc33a7b5bdb76ba37b8206ded99b08034c4c292cf16d595bcafc7acc0 SHA512 be57150afc238b6627731e4463297e67469b66241779f5af3d1bd93bfad4fde41a5371298b54a06c7c3ea324e5642753ca57900173989ac738d663a85e9c33f4 +DIST suricata-6.0.2.tar.gz 30514801 BLAKE2B 20604fa3332a9d99a1a30db55a0ccd689af0e08e686cd6739d6c4390456acc28d34702704f7e25537463b0c23600d123de361a227f9ef2420ee5c2b11df2866a SHA512 230a74a5442cfa066c56528036b64c173702238c5075161119eaad08d320e528d3510c51095297f120030177fed9c84076d00f567f7a3a4cbdb23d382966cf00 diff --git a/net-analyzer/suricata/suricata-6.0.1-r100.ebuild b/net-analyzer/suricata/suricata-6.0.2.ebuild index 64ce2211725f..028ea37b43e7 100644 --- a/net-analyzer/suricata/suricata-6.0.1-r100.ebuild +++ b/net-analyzer/suricata/suricata-6.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ HOMEPAGE="https://suricata-ids.org/" SRC_URI="https://www.openinfosecfoundation.org/download/${P}.tar.gz" LICENSE="GPL-2" -SLOT="0" +SLOT="0/6" KEYWORDS="~amd64 ~x86" IUSE="+af-packet bpf control-socket cuda debug +detection geoip hardened logrotate lua lz4 nflog +nfqueue redis systemd test" @@ -36,7 +36,7 @@ RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/pyyaml[${PYTHON_USEDEP}] ') - >=net-libs/libhtp-0.5.36 + >=net-libs/libhtp-0.5.37 net-libs/libpcap sys-apps/file sys-libs/libcap-ng |