pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 10 12:34:17 UTC 2023

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

Log Message:
nghttp2: updated to 1.53.0

Nghttp2 v1.53.0

lib

libnghttp2 uses ngtcp2/sfparse to parse Structured Field Values.

build

The following dependencies have been updated:

ngtcp2
nghttp3
OpenSSL(quictls)
BoringSSL
third-party

Bumped mruby to 3.2.0.

nghttpx

nghttpx now sends NEW_TOKEN on path change.

This release fixes numeric hostname verification in peer certificate.

When quitting, nghttpx now waits for all worker processes to stop. Previously, we just exit the event loop when the last process exits. But the because of the bug, it does not work as intended.

nghttpx logs a correct PID on fork.

nghttpx now waits for new worker process to be ready before sending graceful shutdown event to the existing worker processes to avoid down time during configuration reload.

Fixes the bug that causes 400 response after HTTP upgrade failure.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/nghttp2-tools/Makefile

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
diff -u pkgsrc/www/nghttp2/Makefile:1.80 pkgsrc/www/nghttp2/Makefile:1.81
--- pkgsrc/www/nghttp2/Makefile:1.80    Wed Apr 19 08:08:50 2023
+++ pkgsrc/www/nghttp2/Makefile Wed May 10 12:34:17 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.80 2023/04/19 08:08:50 adam Exp $
+# $NetBSD: Makefile,v 1.81 2023/05/10 12:34:17 adam Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 COMMENT=       Implementation of HTTP/2 in C

Index: pkgsrc/www/nghttp2/Makefile.common
diff -u pkgsrc/www/nghttp2/Makefile.common:1.13 pkgsrc/www/nghttp2/Makefile.common:1.14
--- pkgsrc/www/nghttp2/Makefile.common:1.13     Wed Feb 15 18:08:24 2023
+++ pkgsrc/www/nghttp2/Makefile.common  Wed May 10 12:34:17 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.13 2023/02/15 18:08:24 adam Exp $
+# $NetBSD: Makefile.common,v 1.14 2023/05/10 12:34:17 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.52.0
+DISTNAME=      nghttp2-1.53.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.58 pkgsrc/www/nghttp2/distinfo:1.59
--- pkgsrc/www/nghttp2/distinfo:1.58    Wed Feb 15 18:08:24 2023
+++ pkgsrc/www/nghttp2/distinfo Wed May 10 12:34:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.58 2023/02/15 18:08:24 adam Exp $
+$NetBSD: distinfo,v 1.59 2023/05/10 12:34:17 adam Exp $
 
-BLAKE2s (nghttp2-1.52.0.tar.xz) = 2818c571d5fed8e89882e4f985ffc81ffd7ce275126985ccbd9e556e59dffed6
-SHA512 (nghttp2-1.52.0.tar.xz) = 3af1ce13270f7afc8652bd3de71200d9632204617fe04d2be7156d60eeb1a5cc415573677791a399ae03577e8e3256939b1b05d27dbd98dee504d09ec5325d56
-Size (nghttp2-1.52.0.tar.xz) = 1491732 bytes
+BLAKE2s (nghttp2-1.53.0.tar.xz) = 7b0325739c9a30542a6889e1b61b46856bd1149fd6619fa367a7873399f1ae91
+SHA512 (nghttp2-1.53.0.tar.xz) = ae3c7b12fc019fa139e94c16f69070734d9c600c1ebefad46758cd7f9a93d39f1d72fa2a9bce10e757141749436858316752157d9957e6aaa455764e2f667a4e
+Size (nghttp2-1.53.0.tar.xz) = 1543180 bytes

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.18 pkgsrc/www/nghttp2-tools/Makefile:1.19
--- pkgsrc/www/nghttp2-tools/Makefile:1.18      Thu Apr 27 12:15:11 2023
+++ pkgsrc/www/nghttp2-tools/Makefile   Wed May 10 12:34:17 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.18 2023/04/27 12:15:11 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/05/10 12:34:17 adam Exp $
 
-PKGREVISION= 3
 .include "../../www/nghttp2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-tools-/}



Home | Main Index | Thread Index | Old Index