pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 22 18:08:07 UTC 2022

Modified Files:
        pkgsrc/www/nghttp2: Makefile.common distinfo

Log Message:
nghttp2: updated to 1.49.0

Nghttp2 v1.49.0

lib

This release adds nghttp2_check_header_value_rfc9113 which complains leading and trailing white spaces. The library now uses this function instead of nghttp2_check_header_value when checking HTTP 
header fields.

asio

libnghttp2_asio has been moved to its own repository and got new maintainer. libnghttp2_asio related code in nghttp2 repository will not get any updates and be removed at the end of 2022.

python

Python bindings have been deprecated, and will not get any updates and be removed at the end of 2022 due to the maintenance issues.

nghttpx

Randomizing backend server selection has been added again.

The broken PROXY-protocol when TLS is used has been fixed.

nghttpx now removes trailing white spaces from HTTP header fields to align with RFC 9113.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.54 -r1.55 pkgsrc/www/nghttp2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nghttp2/Makefile.common
diff -u pkgsrc/www/nghttp2/Makefile.common:1.9 pkgsrc/www/nghttp2/Makefile.common:1.10
--- pkgsrc/www/nghttp2/Makefile.common:1.9      Fri Jul  1 16:38:52 2022
+++ pkgsrc/www/nghttp2/Makefile.common  Mon Aug 22 18:08:07 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.9 2022/07/01 16:38:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2022/08/22 18:08:07 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.48.0
+DISTNAME=      nghttp2-1.49.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.54 pkgsrc/www/nghttp2/distinfo:1.55
--- pkgsrc/www/nghttp2/distinfo:1.54    Fri Jul  1 16:38:52 2022
+++ pkgsrc/www/nghttp2/distinfo Mon Aug 22 18:08:07 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.54 2022/07/01 16:38:52 adam Exp $
+$NetBSD: distinfo,v 1.55 2022/08/22 18:08:07 adam Exp $
 
-BLAKE2s (nghttp2-1.48.0.tar.xz) = 6c6d930d322337a9d7a48a22ec86c73cfcc2c4331e49f2b6a3aee8e1a6af6f94
-SHA512 (nghttp2-1.48.0.tar.xz) = 77c22371290f77e8a538b9efea225d23567cc27cb60b71703cbcb057839b5f117cf50796aa82bf4518f22b38a5773e90a1c273eafff4b17c435ac5858bdf7c6f
-Size (nghttp2-1.48.0.tar.xz) = 4112072 bytes
+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
 SHA1 (patch-configure) = cb8a45817670468442570a6eb1f6ef9e812dcfac
 SHA1 (patch-configure.ac) = c9a56319423ac31cd075748bcf2a5b16bf43f31b



Home | Main Index | Thread Index | Old Index