public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhtp/
Date: Tue, 27 Jun 2023 21:56:43 +0000 (UTC)	[thread overview]
Message-ID: <1687902981.7d7ca23e474dc5ccbbaedee9741b5511a8334fe2.marecki@gentoo> (raw)

commit:     7d7ca23e474dc5ccbbaedee9741b5511a8334fe2
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 20:45:09 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 21:56:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7ca23e

net-libs/libhtp: add 0.5.44

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-libs/libhtp/Manifest             |  1 +
 net-libs/libhtp/libhtp-0.5.44.ebuild | 41 ++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest
index 42547b31cfd5..5838d57a4927 100644
--- a/net-libs/libhtp/Manifest
+++ b/net-libs/libhtp/Manifest
@@ -1 +1,2 @@
 DIST libhtp-0.5.43.tar.gz 500631 BLAKE2B 071cadc254b7af55bf410db5689429ca7588005b2f74fbd8468f2d6eeaf00c55ae99e8dd78552a5bf11ace5c8047b28a844db343937827a428b6d8b8d9036d29 SHA512 6d24f4510b0a444895b6dcc601b9e4560fba0da5db591efa58874d2fc8f7c5d6598b6caddc908824ce294e69cdd8ff8bf0d9147f22d395810844cad48f23557d
+DIST libhtp-0.5.44.tar.gz 500798 BLAKE2B 6b4c8d617e6a649997e9375677baed99315be83e598317ce4951883482e6099cb5fd28e27ae25ab68ecc765931b0955289d144a710ce2e1b11edf92848b1b613 SHA512 e538d022110eef808a7ab040ca58004f1a8759d315ad954455d6da9a088cf80d53489529234fbfdd9fd20b8424d49b4a9635673cd25612c63ef9cc90220a4e82

diff --git a/net-libs/libhtp/libhtp-0.5.44.ebuild b/net-libs/libhtp/libhtp-0.5.44.ebuild
new file mode 100644
index 000000000000..7f787459dab5
--- /dev/null
+++ b/net-libs/libhtp/libhtp-0.5.44.ebuild
@@ -0,0 +1,41 @@
+# 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"
+}


             reply	other threads:[~2023-06-27 21:56 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27 21:56 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24 10:04 [gentoo-commits] repo/gentoo:master commit in: net-libs/libhtp/ Petr Vaněk
2025-01-02  0:14 Conrad Kostecki
2024-04-07  1:06 Marek Szuba
2024-02-28 21:46 Marek Szuba
2024-02-18 11:02 Marek Szuba
2023-08-21 22:03 Marek Szuba
2023-07-13 22:05 Marek Szuba
2023-05-09 13:34 Marek Szuba
2023-02-01 10:51 Marek Szuba
2022-12-02 10:00 Marek Szuba
2022-10-04  0:53 Marek Szuba
2022-09-09  7:59 David Seifert
2022-07-13 15:55 Marek Szuba
2022-04-25 22:57 Marek Szuba
2021-11-19 14:59 Marek Szuba
2021-11-17 18:37 Marek Szuba
2021-08-23 21:29 Marek Szuba
2021-07-01  9:47 Marek Szuba
2021-03-04 14:47 Marek Szuba
2021-03-04 14:47 Marek Szuba
2020-12-06 21:10 Marek Szuba
2020-10-09 11:41 Marek Szuba
2020-10-09 11:41 Marek Szuba
2020-09-21 20:09 Marek Szuba
2020-05-22 21:02 Marek Szuba
2019-12-18 14:22 Marek Szuba
2019-12-17 12:48 Marek Szuba
2019-12-17 12:48 Marek Szuba
2019-12-05 10:09 Marek Szuba
2019-12-05 10:09 Marek Szuba
2017-12-21  9:07 Michael Palimaka
2016-10-10 19:08 Slawek Lis
2016-02-18 22:35 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1687902981.7d7ca23e474dc5ccbbaedee9741b5511a8334fe2.marecki@gentoo \
    --to=marecki@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox