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:   wiz
Date:           Sun Jan 21 19:58:52 UTC 2024

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

Log Message:
nghttp2*: update to 1.59.0

lib

This release adds API to get and parse RFC 9218 priority.

nghttp2_select_next_protocol() has been deprecated. Use nghttp2_select_alpn() instead.
build

The following dependencies have been updated:

    ngtcp2
    libbpf

h2load

h2load now considers all h2 HEADERS when counting bytes and recording TTFB.

This release fixes the bug that TTFB is not recorded if h3 stream has no data.

h2load now ignores 1xx status code.

IPv6 address is now enclosed by square brackets when set in :authority header field.
nghttpx

This release adds SSL_CTX_set_recv_max_early_data() call which OpenSSL requires.

__FILE_NAME__ macro is preferred if available.

nghttpx now propagates stream priority from backend to frontend.

This release fixes the bug that nghttpx sends QUIC RESET_STREAM when it receives RESET_STREAM from client.
src

This release drops old OpenSSL (< 1.1.1) support.

Now bundled applications can be built with aws-lc.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.28 -r1.29 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.84 pkgsrc/www/nghttp2/Makefile:1.85
--- pkgsrc/www/nghttp2/Makefile:1.84    Wed Nov  8 13:21:21 2023
+++ pkgsrc/www/nghttp2/Makefile Sun Jan 21 19:58:51 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.84 2023/11/08 13:21:21 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2024/01/21 19:58:51 wiz 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.20 pkgsrc/www/nghttp2/Makefile.common:1.21
--- pkgsrc/www/nghttp2/Makefile.common:1.20     Sat Oct 28 15:34:05 2023
+++ pkgsrc/www/nghttp2/Makefile.common  Sun Jan 21 19:58:51 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.20 2023/10/28 15:34:05 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2024/01/21 19:58:51 wiz Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.58.0
+DISTNAME=      nghttp2-1.59.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.66 pkgsrc/www/nghttp2/distinfo:1.67
--- pkgsrc/www/nghttp2/distinfo:1.66    Sat Oct 28 15:34:05 2023
+++ pkgsrc/www/nghttp2/distinfo Sun Jan 21 19:58:51 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.66 2023/10/28 15:34:05 adam Exp $
+$NetBSD: distinfo,v 1.67 2024/01/21 19:58:51 wiz Exp $
 
-BLAKE2s (nghttp2-1.58.0.tar.xz) = 90d9239d7b424940fa0c368ef4f4e5d091bbaeecd292b0efaee9174fe3d176d3
-SHA512 (nghttp2-1.58.0.tar.xz) = 97b70727c633be1168df6a5b48617dde113b1d1e34176ec8bf22f4449041af2f73b2ada438d14336c9712271ec6bfc7525f000c8ca6a7a9f8d06db01b876dd1c
-Size (nghttp2-1.58.0.tar.xz) = 1546332 bytes
+BLAKE2s (nghttp2-1.59.0.tar.xz) = f0a50824c9bdbdfd9385f1b6f47a30d4d6fbf20b1b016bf5273a72926d53c89f
+SHA512 (nghttp2-1.59.0.tar.xz) = 0725f302957520893ac454997adc6d6e71dc9b520c62390477fe8c5dd5c64d02415023266814cfec859bf562159e4a42eeb7d7312c5871739a3d57ed7430820b
+Size (nghttp2-1.59.0.tar.xz) = 1546956 bytes
 SHA1 (patch-Makefile.in) = a8b55c4e477ea285a9ba005a20e244b762968f3e

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.28 pkgsrc/www/nghttp2-tools/Makefile:1.29
--- pkgsrc/www/nghttp2-tools/Makefile:1.28      Wed Nov  8 13:21:21 2023
+++ pkgsrc/www/nghttp2-tools/Makefile   Sun Jan 21 19:58:51 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.28 2023/11/08 13:21:21 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2024/01/21 19:58:51 wiz Exp $
 
-PKGREVISION= 1
 .include "../../www/nghttp2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-tools-/}



Home | Main Index | Thread Index | Old Index