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:   wiz
Date:           Sun Mar  2 20:36:09 UTC 2025

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

Log Message:
nghttp2: update to 1.65.0.

lib

RFC 7540 Priorities implementation has been removed. Here is the summary of the behavioral changes in the public API functions:

    nghttp2_session_change_stream_priority: This function is noop. It always returns 0.
    nghttp2_session_create_idle_stream: This function is noop. It always returns 0.
    nghttp2_submit_request: pri_spec is ignored.
    nghttp2_submit_request2: pri_spec is ignored.
    nghttp2_submit_headers: pri_spec is ignored.
    nghttp2_submit_priority: This function is noop. It always returns
    nghttp2_stream_get_parent: This function always returns NULL.
    nghttp2_stream_get_next_sibling: This function always returns NULL.
    nghttp2_stream_get_previous_sibling: This function always returns NULL.
    nghttp2_stream_get_first_child: This function always returns NULL.
    nghttp2_stream_get_weight: This function always returns NGHTTP2_DEFAULT_WEIGHT.
    nghttp2_stream_get_sum_dependency_weight: This function always returns 0.

nghttp2_option_set_server_fallback_rfc7540_priorities and nghttp2_option_set_no_closed_streams have also been deprecated, and have no effect.

QNX build support has been added.

cmake

Disable src tests if BUILD_TESTING is OFF.

src

url-parser has been replaced with urlparse.

h2load

Account for bytes on closing connections.

nghttp

nghttp now does not create the initial dependency tree. --no-dep and --no-rfc7540-pri options have been deprecated.

nghttp now always sends NGHTTP2_SETTINGS_NO_RFC7540_PRIORITIES HTTP/2 setting. --extpri option has been added to set priority for a given URI.

nghttpd

This change deprecates --no-rfc7540-pri option. SETTINGS_NO_RFC7540_PRIORITIES HTTP/2 setting is now always sent.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.73 -r1.74 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
diff -u pkgsrc/www/nghttp2/Makefile:1.93 pkgsrc/www/nghttp2/Makefile:1.94
--- pkgsrc/www/nghttp2/Makefile:1.93    Sun Feb  9 00:28:21 2025
+++ pkgsrc/www/nghttp2/Makefile Sun Mar  2 20:36:09 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.93 2025/02/09 00:28:21 rillig Exp $
+# $NetBSD: Makefile,v 1.94 2025/03/02 20:36:09 wiz Exp $
 
-PKGREVISION= 3
 .include "Makefile.common"
 
 COMMENT=       Implementation of HTTP/2 in C

Index: pkgsrc/www/nghttp2/Makefile.common
diff -u pkgsrc/www/nghttp2/Makefile.common:1.27 pkgsrc/www/nghttp2/Makefile.common:1.28
--- pkgsrc/www/nghttp2/Makefile.common:1.27     Tue Oct 22 07:01:30 2024
+++ pkgsrc/www/nghttp2/Makefile.common  Sun Mar  2 20:36:09 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.27 2024/10/22 07:01:30 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2025/03/02 20:36:09 wiz Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.64.0
+DISTNAME=      nghttp2-1.65.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.73 pkgsrc/www/nghttp2/distinfo:1.74
--- pkgsrc/www/nghttp2/distinfo:1.73    Tue Oct 22 07:01:30 2024
+++ pkgsrc/www/nghttp2/distinfo Sun Mar  2 20:36:09 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.73 2024/10/22 07:01:30 adam Exp $
+$NetBSD: distinfo,v 1.74 2025/03/02 20:36:09 wiz Exp $
 
-BLAKE2s (nghttp2-1.64.0.tar.xz) = 2095a6448f4ae5c257b6627828303d17a9d911b4c24262087601027f1986c646
-SHA512 (nghttp2-1.64.0.tar.xz) = b544196c3b7a55faacd11700d11e2fe4f16a7418282c9abb24a668544a15293580fd1a2cc5f93367c8a17c7ee45335c6d2f5c68a72dd176d516fd033f203eeec
-Size (nghttp2-1.64.0.tar.xz) = 1676124 bytes
+BLAKE2s (nghttp2-1.65.0.tar.xz) = 91f2e090b63d0b7999b43c8b2221f4d9faf05f668fc205388de01806d435fe9a
+SHA512 (nghttp2-1.65.0.tar.xz) = e1ef685a425017474ea0412c8ad13a217a45a320322b3aee48e646be21457d9b1f374abb9f681f47595a0ad8feb07d076bd0aa3279d35c5c9b5b8c921d8dd39e
+Size (nghttp2-1.65.0.tar.xz) = 1604848 bytes
 SHA1 (patch-Makefile.in) = a8b55c4e477ea285a9ba005a20e244b762968f3e



Home | Main Index | Thread Index | Old Index