net-libs/llhttp: Bump to 9.4.2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-19 04:22:02 +02:00
parent 347c46afbc
commit 313b8b02e8
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST llhttp-release-v9.4.1.tar.gz 40396 BLAKE2B c88db2f7a798fb3c22982a9a4bb710678c3dcde77ce949d945f492a9975f1de73c1896ee7e6e385e9bf21f395aca20afeed58a79054e3b3ac0ff2c01ff5f3f05 SHA512 e400b85c026715ce935beca2b82340146e9e4a1dbf0c5d1a7eb8120648d3847d61578fd145e3f16d1a0ba4a45ef2a9586daedbf171ce529980d3df6d1f2ca52b
DIST llhttp-release-v9.4.2.tar.gz 40400 BLAKE2B 4afd08c1dc0889c85a0b7e30b7de752d90509cdec69f89bae0fa144bbb8631edf3142a63ec486e1212519d01ffd9883f9e285b92cf2cd2c6881ed46142d31bc0 SHA512 10aec7ae6c92ed212b8a2dbf76b11bca5df49713013b1512e5b42d31114b668cb428cbedb1d6d299b0cc9c8fe0eecef62ffaa3a3b573516fe1e16288bafc89a8

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"