nghttp2: updated to 1.50.0
v1.50.0 lib This release adds nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation which disables checking leading and trailing white spaces against HTTP field value. nghttpx nghttpx now respects backend-address-family option when dynamically resolving backend host with dns parameter in backend option.
This commit is contained in:
parent
b0d2798be2
commit
28804f3aba
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile.common,v 1.10 2022/08/22 18:08:07 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.11 2022/09/26 17:54:09 adam Exp $
|
||||
# used by www/nghttp2/Makefile
|
||||
# used by www/nghttp2-tools/Makefile
|
||||
|
||||
DISTNAME= nghttp2-1.49.0
|
||||
DISTNAME= nghttp2-1.50.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.55 2022/08/22 18:08:07 adam Exp $
|
||||
$NetBSD: distinfo,v 1.56 2022/09/26 17:54:09 adam Exp $
|
||||
|
||||
BLAKE2s (nghttp2-1.49.0.tar.xz) = 88c65635b2e2baaef56585c1e320d2513b7edaf6ac605a0d832cf643c3881d10
|
||||
SHA512 (nghttp2-1.49.0.tar.xz) = 599bc8e52bbe7f5bdfbf493ea2199c4c4bdeb9eac174d4c56b11fb321b11b86e82674bd3c7f60d7ea975ef60eec3f258b5438d1157491cfa23a1b9adccd7948a
|
||||
Size (nghttp2-1.49.0.tar.xz) = 4112260 bytes
|
||||
BLAKE2s (nghttp2-1.50.0.tar.xz) = 85cc67b4bd3c01de8fe20d6da4f994cfd5e20e78d6e97c26080ed1a9898cb446
|
||||
SHA512 (nghttp2-1.50.0.tar.xz) = c2f7f14972cb268a85966f2bd26ac515fa61d9cf6b6bcaa5cffc04f02a18abf116b15537eb4dfbdfa79e7b1472de7034dfdbce7a082cc5b23627d87e2939e529
|
||||
Size (nghttp2-1.50.0.tar.xz) = 4110336 bytes
|
||||
SHA1 (patch-configure) = cb8a45817670468442570a6eb1f6ef9e812dcfac
|
||||
SHA1 (patch-configure.ac) = c9a56319423ac31cd075748bcf2a5b16bf43f31b
|
||||
|
|
Loading…
Reference in a new issue