From 7336b11bd5bd8f1cc6d445b150a6c466736c3d9d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 Apr 2024 06:30:50 +0100 Subject: gentoo auto-resync : 07:04:2024 - 06:30:49 --- net-libs/Manifest.gz | Bin 32003 -> 32004 bytes net-libs/libhtp/Manifest | 4 ++-- net-libs/libhtp/libhtp-0.5.46.ebuild | 41 ----------------------------------- net-libs/libhtp/libhtp-0.5.47.ebuild | 41 +++++++++++++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 net-libs/libhtp/libhtp-0.5.46.ebuild create mode 100644 net-libs/libhtp/libhtp-0.5.47.ebuild (limited to 'net-libs') diff --git a/net-libs/Manifest.gz b/net-libs/Manifest.gz index 5d87ebda9b01..2a708588bcc7 100644 Binary files a/net-libs/Manifest.gz and b/net-libs/Manifest.gz differ diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest index 9fc5b8c05a92..b5e8a6382e0c 100644 --- a/net-libs/libhtp/Manifest +++ b/net-libs/libhtp/Manifest @@ -1,4 +1,4 @@ AUX libhtp-0.5.43-configure_fortify_source.patch 828 BLAKE2B 583d26fa15d7f738c7127e412a731443eeda772ad25e453cbbc32b99829e245653c4738a029af58dfa005fafe64ffac327b0e97532a94afaeda49bbf2889deca SHA512 6e2c42ca19bf942054f731e778a96ca2572b96b9af6fba76868e05dc52b8e6e7e5c027d606c7bb08fa99ce9806489871da895c79d71df699365770c871286873 -DIST libhtp-0.5.46.tar.gz 503286 BLAKE2B 326246433b3d8525cd211fec73bc0fdd9fb61a65001fc55d1fed4e966c53b16a1052ef0597990681d805c2c560e670b8b2d2558851971df6c31910dea571d0cc SHA512 8dac8ea13b550046d9f4463087b72ea1de019329bc94468b73923146271275a04b0dd971e5949913503e04247a19e145fb900e2f709c0f552efae177ebe10e78 -EBUILD libhtp-0.5.46.ebuild 939 BLAKE2B 25afd0dc1b9e4840e79324a61f8ed85a001074bce637ec765bff3aaa2e8bfd8d79f72b5f4951ce574cbb8a1a752bdd9c259602b0236f64d02e4b133ae36938e6 SHA512 8a7d48daea25520ea0d6fb16b2f964ff024212c42250351c63637c3634a565840fe0bd130cc47c7b58a02ddc1001f85657dc4d1db479607d83e4300c4d3d1362 +DIST libhtp-0.5.47.tar.gz 503477 BLAKE2B a2a126052ea528b84dfffd7926a80e633f649968bf098e3ff0f49d441821723a4d3f78f0f15d530e9ce9e393c6173aceced8c0d863afecbe65c736e4ab874a03 SHA512 b7f942eee7125d6874bedb1c347a97b856f4f8f318553959e52500b16c7f3c0e22c3369419a7318aaf7f55bfe05efe9ea652009e7ac1548a759c7c41ca0af546 +EBUILD libhtp-0.5.47.ebuild 939 BLAKE2B 25afd0dc1b9e4840e79324a61f8ed85a001074bce637ec765bff3aaa2e8bfd8d79f72b5f4951ce574cbb8a1a752bdd9c259602b0236f64d02e4b133ae36938e6 SHA512 8a7d48daea25520ea0d6fb16b2f964ff024212c42250351c63637c3634a565840fe0bd130cc47c7b58a02ddc1001f85657dc4d1db479607d83e4300c4d3d1362 MISC metadata.xml 315 BLAKE2B 6bc47ec9cf301e16cb6047079014a7de8068847b18b822a078f7ca4c99284020af1fa716eb87d06c2e0aaf3bd8577761f77134e9417e7286dce954caef6ec8a1 SHA512 a92ed083085ed48b0735e088a55bd5a1d55cfba73531ae4a3b13aefc46afd108e189188e69d8246f0a4003b5e534b72be5f72c561d57564b7c708d0212a495f4 diff --git a/net-libs/libhtp/libhtp-0.5.46.ebuild b/net-libs/libhtp/libhtp-0.5.46.ebuild deleted file mode 100644 index 59943c90f246..000000000000 --- a/net-libs/libhtp/libhtp-0.5.46.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 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" -} diff --git a/net-libs/libhtp/libhtp-0.5.47.ebuild b/net-libs/libhtp/libhtp-0.5.47.ebuild new file mode 100644 index 000000000000..59943c90f246 --- /dev/null +++ b/net-libs/libhtp/libhtp-0.5.47.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2024 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" +} -- cgit v1.2.3