From b2e38ddc2caaf2d574453183e3f092cce0f6595e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 31 Jul 2026 03:26:53 +0200 Subject: [PATCH] net-libs/llhttp: Bump to 9.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-libs/llhttp/Manifest | 1 + net-libs/llhttp/llhttp-9.4.3.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 net-libs/llhttp/llhttp-9.4.3.ebuild diff --git a/net-libs/llhttp/Manifest b/net-libs/llhttp/Manifest index 29ec9b1899c4c..ad5dfeecae504 100644 --- a/net-libs/llhttp/Manifest +++ b/net-libs/llhttp/Manifest @@ -1 +1,2 @@ DIST llhttp-release-v9.4.2.tar.gz 40400 BLAKE2B 4afd08c1dc0889c85a0b7e30b7de752d90509cdec69f89bae0fa144bbb8631edf3142a63ec486e1212519d01ffd9883f9e285b92cf2cd2c6881ed46142d31bc0 SHA512 10aec7ae6c92ed212b8a2dbf76b11bca5df49713013b1512e5b42d31114b668cb428cbedb1d6d299b0cc9c8fe0eecef62ffaa3a3b573516fe1e16288bafc89a8 +DIST llhttp-release-v9.4.3.tar.gz 40403 BLAKE2B 14ab1274860b810f25a48ae0ef6cc8a0a5a2948a9437f6b44720db307f0082be3cb3688cd7be3a502206bcd123cbadf62f0b15ac9bfe3fa4a220158acffe5c85 SHA512 c34570cdda6c184648f9f8982bd5c11e4dcff585c481259509402997f7c2341f423e25034b8420498d0858d35f6ce2328cd850dd000e219dffba1c18f1c38801 diff --git a/net-libs/llhttp/llhttp-9.4.3.ebuild b/net-libs/llhttp/llhttp-9.4.3.ebuild new file mode 100644 index 0000000000000..ea3f1dad57609 --- /dev/null +++ b/net-libs/llhttp/llhttp-9.4.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +MY_P=llhttp-release-v${PV} +DESCRIPTION="Port of http_parser to llparse" +HOMEPAGE="https://github.com/nodejs/llhttp/" +# note the tag with generated release data is called "release/v${PV}" +# (while "v${PV}" is just snapshot of the unprocessed source repo) +SRC_URI=" + https://github.com/nodejs/llhttp/archive/release/v${PV}.tar.gz + -> ${MY_P}.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"