public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Slawek Lis" <slis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhtp/
Date: Mon, 10 Oct 2016 19:08:58 +0000 (UTC)	[thread overview]
Message-ID: <1476126524.85629e4c04a16d5022ea6c7ccdf870e756389a1a.slis@gentoo> (raw)

commit:     85629e4c04a16d5022ea6c7ccdf870e756389a1a
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 19:05:47 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 19:08:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85629e4c

net-libs/libhtp: version bump to libhtp-0.5.22

As >=libhtp-0.5.20 is needed by latest net-analyzer/suricata
I had to update this library (#587786 #595524)

Package-Manager: portage-2.3.1

 net-libs/libhtp/Manifest             |  1 +
 net-libs/libhtp/libhtp-0.5.22.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest
index 79fe4ba..194e86e 100644
--- a/net-libs/libhtp/Manifest
+++ b/net-libs/libhtp/Manifest
@@ -1 +1,2 @@
 DIST htp-0.5.18.tar.gz 799444 SHA256 53f81a2b639edbd9df9f1f0cebcfe9c2a2b381f9d61e2944c020b855a7e89a79 SHA512 e3efaedb74b8a0655b58922f2d0a079f5dfb5dcead117e21394d5d76ff93a3a7260ab56994468764ceeaa2dd584bcfa988b146efb85831e8a98efcda06b28876 WHIRLPOOL 816456580434b2254af8e88e24ff80e5721966ee742bbb89870324e9edcf12bfee4a54727855937c7bbb0d44ba9423dcf714f93a713287dbf0777ca5eeb93c86
+DIST libhtp-0.5.22.tar.gz 5773159 SHA256 0f5ba5b0316b3c0caaa5c45a792271a61d01c667e76f8e37f1d186cb865f5663 SHA512 3daf7241e8abca34bf348e0fc805c755472ebba01a869d5523637a81dfd6b9b3019941dff2e75d6e0978ebfbd60d917191e355aa43a2391500ecaaddab487ebc WHIRLPOOL 59a530fec6bba98c1714ca49394167cfb4a6ba079562a28e6c10a0b9fbf82e71e1ab7a7532050a20c2908a6b0673f55812cb9be81ad9da249b9296a1d6698b97

diff --git a/net-libs/libhtp/libhtp-0.5.22.ebuild b/net-libs/libhtp/libhtp-0.5.22.ebuild
new file mode 100644
index 00000000..d04d319
--- /dev/null
+++ b/net-libs/libhtp/libhtp-0.5.22.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit autotools multilib-minimal
+
+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 ~x86"
+IUSE="debug static-libs"
+
+RDEPEND="sys-libs/zlib[static-libs?]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	eautoreconf
+}
+
+multilib_src_configure() {
+	# The debug configure logic is broken.
+	ECONF_SOURCE=${S} \
+	econf \
+		$(usex debug '--enable-debug' '') \
+		$(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+	use static-libs || find "${ED}" -name '*.la' -delete
+}


             reply	other threads:[~2016-10-10 19:09 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-10 19:08 Slawek Lis [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-06-27 21:56 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-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=1476126524.85629e4c04a16d5022ea6c7ccdf870e756389a1a.slis@gentoo \
    --to=slis@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