net-libs/llhttp: Bump to 9.4.3

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-31 03:26:53 +02:00
parent 4895904d4f
commit b2e38ddc2c
2 changed files with 22 additions and 0 deletions

View File

@@ -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

View File

@@ -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"