Skip to content

Commit 84d92f5

Browse files
committed
nghttp3: update to 1.15.0.
What's Changed Add nghttp3_conn_submit_request2 to set client-side scheduling hint by @tatsuhiro-t in #448 Make client-side scheduling incremental by default by @tatsuhiro-t in #449 Remove nghttp3_conn_submit_request2 by @tatsuhiro-t in #450 Introduce nghttp3_strlen_lit by @tatsuhiro-t in #451 ksl: Port ngtcp2 changes by @tatsuhiro-t in #452 Move aux objects into the individual frames by @tatsuhiro-t in #453 Add const to nghttp3_frame_settings.local_settings by @tatsuhiro-t in #454
1 parent 38d0c06 commit 84d92f5

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

www/nghttp3/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.29 2025/12/25 16:26:13 adam Exp $
1+
# $NetBSD: Makefile,v 1.30 2026/01/25 23:06:45 wiz Exp $
22

3-
DISTNAME= nghttp3-1.14.0
3+
DISTNAME= nghttp3-1.15.0
44
CATEGORIES= www
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=ngtcp2/}
66
GITHUB_RELEASE= v${PKGVERSION_NOREV}

www/nghttp3/PLIST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.24 2025/12/25 16:26:13 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.25 2026/01/25 23:06:45 wiz Exp $
22
include/nghttp3/nghttp3.h
33
include/nghttp3/version.h
44
lib/cmake/nghttp3/nghttp3Config.cmake
@@ -8,6 +8,6 @@ lib/cmake/nghttp3/nghttp3Targets.cmake
88
lib/libnghttp3.a
99
lib/libnghttp3.so
1010
lib/libnghttp3.so.9
11-
lib/libnghttp3.so.9.6.0
11+
lib/libnghttp3.so.9.6.1
1212
lib/pkgconfig/libnghttp3.pc
1313
share/doc/nghttp3/README.rst

www/nghttp3/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.25 2025/12/25 16:26:13 adam Exp $
1+
$NetBSD: distinfo,v 1.26 2026/01/25 23:06:45 wiz Exp $
22

3-
BLAKE2s (nghttp3-1.14.0.tar.xz) = e1df70f1f0bab70851409029f8190a46d77b91f42b61e4bd1194c96a9ba74952
4-
SHA512 (nghttp3-1.14.0.tar.xz) = e00074c552caa3ffcabdf665a86c2a765f137fe56c9842534051ec9e51dc165a3201cf0ca74aeb76a13fcc4a445efae0e5ab6be849f10a71b1f0ad6d9bec69cf
5-
Size (nghttp3-1.14.0.tar.xz) = 410460 bytes
3+
BLAKE2s (nghttp3-1.15.0.tar.xz) = 9f8fabeda569c7941041bb8cdb7759d72625353b622de97af6224f6f8dff0467
4+
SHA512 (nghttp3-1.15.0.tar.xz) = 9536b2596d226e727f828c9b8e0f638ad99cf75d6358b18c97c62f42635f283816cbee9205f797f2f8f3536b97ba3004b2f38a76ed93a66d3458f5bd9a0c4b68
5+
Size (nghttp3-1.15.0.tar.xz) = 408660 bytes

0 commit comments

Comments
 (0)