Skip to content

Commit 3c76dde

Browse files
committed
nghttp2: security update to 1.70.0
Signed-off-by: stydxm <stydxm@outlook.com>
1 parent 876c069 commit 3c76dde

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

runtime-web/nghttp2/autobuild/defines.stage2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ PKGSEC=libs
33
PKGDEP="c-ares jansson jemalloc libev"
44
PKGDES="Library to implement the HTTP/2 protocol and the HPACK header compression algorithm"
55

6+
ABTYPE=autotools
67
# FIXME: --disable-examples to skip broken examples (event.h incompatibility).
78
AUTOTOOLS_AFTER=(
89
'--disable-werror'

runtime-web/nghttp2/spec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
VER=1.69.0
2-
REL=2
3-
SRCS="tbl::https://github.com/nghttp2/nghttp2/releases/download/v$VER/nghttp2-$VER.tar.xz"
4-
CHKSUMS="sha256::1fb324b6ec2c56f6bde0658f4139ffd8209fa9e77ce98fd7a5f63af8d0e508ad"
1+
VER=1.70.0
2+
SRCS="git::commit=tags/v$VER::https://github.com/nghttp2/nghttp2"
3+
CHKSUMS="SKIP"
54
CHKUPDATE="anitya::id=8651"

topics/nghttp2-1.70.0.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
security = true
2+
3+
[name]
4+
default = "nghttp2 1.70.0"
5+
6+
[caution]
7+
default = "Fixes a HTTP Request/Response Smuggling vulnerability (CVE-2026-58055, Severity: Medium)"
8+
zh_CN = "修复 1 个 HTTP 请求/响应欺骗漏洞(CVE-2026-58055,严重性:中)"
9+
10+
[packages-v2]
11+
"nghttp2" = "< 1.70.0"

0 commit comments

Comments
 (0)