summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2024-02-28 21:35:38 +0000
committerMarek Szuba <marecki@gentoo.org>2024-02-28 21:46:11 +0000
commita4d06ff4b20ad4787867071720eb20a32325ba69 (patch)
tree40873043c81ac4472c8cd8cc4222f50c3e4c3998 /net-libs
parentnet-analyzer/suricata: drop 6.0.15 (diff)
downloadgentoo-a4d06ff4b20ad4787867071720eb20a32325ba69.tar.gz
gentoo-a4d06ff4b20ad4787867071720eb20a32325ba69.tar.bz2
gentoo-a4d06ff4b20ad4787867071720eb20a32325ba69.zip
net-libs/libhtp: drop 0.5.45
No versions affected by CVE-2024-23837 left in the tree. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libhtp/Manifest1
-rw-r--r--net-libs/libhtp/libhtp-0.5.45.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest
index 2ce38167969a..449228c33f17 100644
--- a/net-libs/libhtp/Manifest
+++ b/net-libs/libhtp/Manifest
@@ -1,2 +1 @@
-DIST libhtp-0.5.45.tar.gz 501108 BLAKE2B faa5a05844a959b00b1f53c26d8c9167d91998c2b4d71b9ce85f1822f431d40d46513a596d804dee3290bdfad5a27d93755bb6e39fb5c36fc90472637cc3caad SHA512 b4bc6cc209d8d8833082ade7d4257da3a449344ed29a3fd20b5100f3c983163cd3e537d154748a116ff22b9a79b245ba2e6d0f5960c37b4ca9867506b8ed13ed
DIST libhtp-0.5.46.tar.gz 503286 BLAKE2B 326246433b3d8525cd211fec73bc0fdd9fb61a65001fc55d1fed4e966c53b16a1052ef0597990681d805c2c560e670b8b2d2558851971df6c31910dea571d0cc SHA512 8dac8ea13b550046d9f4463087b72ea1de019329bc94468b73923146271275a04b0dd971e5949913503e04247a19e145fb900e2f709c0f552efae177ebe10e78
diff --git a/net-libs/libhtp/libhtp-0.5.45.ebuild b/net-libs/libhtp/libhtp-0.5.45.ebuild
deleted file mode 100644
index 7f787459dab5..000000000000
--- a/net-libs/libhtp/libhtp-0.5.45.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="security-aware parser for the HTTP protocol and the related bits and pieces"
-HOMEPAGE="https://github.com/OISF/libhtp"
-SRC_URI="https://github.com/OISF/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~x86"
-IUSE="debug"
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.5.43-configure_fortify_source.patch
-)
-
-# false positive -- function specific to dev-libs/libiconv, which is only used
-# in Windows-based Prefix installations
-QA_CONFIG_IMPL_DECL_SKIP=( iconvctl )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- # The debug configure logic is broken.
- econf $(usev debug '--enable-debug')
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die "Failed to remove .la files"
-}