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:           Tue Oct 26 08:32:01 UTC 2021

Modified Files:
        pkgsrc/www/nghttp2: Makefile.common distinfo
        pkgsrc/www/nghttp2/patches: patch-configure.ac

Log Message:
nghttp2: updated to 1.46.0

Nghttp2 v1.46.0

build

A workaround is added to avoid the broken version check in AX_PYTHON_DEVEL macro.

It adds the missing cmake files to EXTRA_DIST.

nghttpx

HTTP/3 feature is now available with BoringSSL.

SCT data is now available with BoringSSL.

New QUIC and HTTP/3 related options were added: --frontend-quic-initial-rtt, --quic-server-id, and --rlimit-memlock.

--frontend-quic-connection-id-encryption-key has been removed, and the new option --frontend-quic-secret-file has been added which specifies initial keying materials to generate QUIC secrets and keys 
for connection ID and tokens. It also supports the rotation of keying materials.

HTTP/3 ALPN h3-29 is now supported.

--worker-process-grace-shutdown-period option was added to set the maximum grace period to wait for a worker process to terminate gracefully.

--max-worker-processes option was added to limit the number of the lingering worker processes.

h2load

HTTP/3 feature is now available with BoringSSL.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/nghttp2/patches/patch-configure.ac

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.6 pkgsrc/www/nghttp2/Makefile.common:1.7
--- pkgsrc/www/nghttp2/Makefile.common:1.6      Wed Sep 29 11:46:39 2021
+++ pkgsrc/www/nghttp2/Makefile.common  Tue Oct 26 08:32:01 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.6 2021/09/29 11:46:39 adam Exp $
+# $NetBSD: Makefile.common,v 1.7 2021/10/26 08:32:01 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.45.1
+DISTNAME=      nghttp2-1.46.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.50 pkgsrc/www/nghttp2/distinfo:1.51
--- pkgsrc/www/nghttp2/distinfo:1.50    Thu Oct  7 15:07:24 2021
+++ pkgsrc/www/nghttp2/distinfo Tue Oct 26 08:32:01 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.50 2021/10/07 15:07:24 nia Exp $
+$NetBSD: distinfo,v 1.51 2021/10/26 08:32:01 adam Exp $
 
-RMD160 (nghttp2-1.45.1.tar.xz) = c29acf6096eb798bde72b621fcb79119adea40a1
-SHA512 (nghttp2-1.45.1.tar.xz) = 320a8c9f29b58c55df98be4312d415bc406edbdfb0765aa37570cdb472a84f40c4f95a51c44c5488363c16ad6815c75b5503b32e43d94724c54117ff583c7150
-Size (nghttp2-1.45.1.tar.xz) = 4017852 bytes
+RMD160 (nghttp2-1.46.0.tar.xz) = eb8aa93fc636aede10643691274bed65ec34843b
+SHA512 (nghttp2-1.46.0.tar.xz) = fcf3573bcc421705190c7cf0e3230f6f3028b669cb2976d29cfeb73e706deaae91ce60d0a615472e3f296454049ea5798f1e8defdd260a98895e94fea6a7a16b
+Size (nghttp2-1.46.0.tar.xz) = 4024972 bytes
 SHA1 (patch-configure) = cb8a45817670468442570a6eb1f6ef9e812dcfac
-SHA1 (patch-configure.ac) = 6b5ed158e763d13e3d79e8543977cc79c3db3eef
+SHA1 (patch-configure.ac) = c9a56319423ac31cd075748bcf2a5b16bf43f31b

Index: pkgsrc/www/nghttp2/patches/patch-configure.ac
diff -u pkgsrc/www/nghttp2/patches/patch-configure.ac:1.1 pkgsrc/www/nghttp2/patches/patch-configure.ac:1.2
--- pkgsrc/www/nghttp2/patches/patch-configure.ac:1.1   Wed Mar 31 21:42:28 2021
+++ pkgsrc/www/nghttp2/patches/patch-configure.ac       Tue Oct 26 08:32:01 2021
@@ -1,15 +1,15 @@
-$NetBSD: patch-configure.ac,v 1.1 2021/03/31 21:42:28 maya Exp $
+$NetBSD: patch-configure.ac,v 1.2 2021/10/26 08:32:01 adam Exp $
 
 Lower python requirement to the lowest available 3.x version in pkgsrc.
 
---- configure.ac.orig  2021-02-02 11:35:58.000000000 +0000
+--- configure.ac.orig  2021-10-19 09:31:47.000000000 +0000
 +++ configure.ac
-@@ -151,7 +151,7 @@ AC_PROG_MKDIR_P
+@@ -218,7 +218,7 @@ AC_PROG_MKDIR_P
  
  PKG_PROG_PKG_CONFIG([0.20])
  
 -AM_PATH_PYTHON([3.8],, [:])
 +AM_PATH_PYTHON([3.6],, [:])
  
- if [test "x$request_lib_only" = "xyes"]; then
-   request_app=no
+ if test "x$request_python_bindings" = "xyes" &&
+    test "x$PYTHON" = "x:"; then



Home | Main Index | Thread Index | Old Index