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 Feb 15 18:08:25 UTC 2023

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

Log Message:
nghttp2: updated to 1.52.0

Nghttp2 v1.52.0

doc

sphinx_rtd_theme has been removed from the repository and archive.

build

The following dependencies have been updated:

ngtcp2
nghttp3
OpenSSL(quictls)
BoringSSL
libbpf
CMake build now checks core and extra components to find libevent.

python

The deprecated Python bindings has been removed.

libnghttp2_asio

The deprecated libnghttp2_asio has been removed.

third-party

llhttp and neverbleed have been updated.

nghttpx

This release fixes the bug that stalls TLS connection.

integration

This release adds more http3 integration tests.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/nghttp2-tools/Makefile
cvs rdiff -u -r1.6 -r0 pkgsrc/www/nghttp2/patches/patch-configure
cvs rdiff -u -r1.2 -r0 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
diff -u pkgsrc/www/nghttp2/Makefile:1.77 pkgsrc/www/nghttp2/Makefile:1.78
--- pkgsrc/www/nghttp2/Makefile:1.77    Wed Nov 23 16:21:20 2022
+++ pkgsrc/www/nghttp2/Makefile Wed Feb 15 18:08:24 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.77 2022/11/23 16:21:20 adam Exp $
+# $NetBSD: Makefile,v 1.78 2023/02/15 18:08:24 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.12 pkgsrc/www/nghttp2/Makefile.common:1.13
--- pkgsrc/www/nghttp2/Makefile.common:1.12     Mon Nov 14 19:21:49 2022
+++ pkgsrc/www/nghttp2/Makefile.common  Wed Feb 15 18:08:24 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.12 2022/11/14 19:21:49 adam Exp $
+# $NetBSD: Makefile.common,v 1.13 2023/02/15 18:08:24 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.51.0
+DISTNAME=      nghttp2-1.52.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.57 pkgsrc/www/nghttp2/distinfo:1.58
--- pkgsrc/www/nghttp2/distinfo:1.57    Mon Nov 14 19:21:49 2022
+++ pkgsrc/www/nghttp2/distinfo Wed Feb 15 18:08:24 2023
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.57 2022/11/14 19:21:49 adam Exp $
+$NetBSD: distinfo,v 1.58 2023/02/15 18:08:24 adam Exp $
 
-BLAKE2s (nghttp2-1.51.0.tar.xz) = c0d4c56deadda84199a44aa2022f7275420c156256969c511f1da38765d6988e
-SHA512 (nghttp2-1.51.0.tar.xz) = 0212680e57a15f9afca3b5226429edebd2fe8a52117480007d4472cd0c1bd3aa4d9f21269c637a11efd0f2146a3ee16c3c07ab35d9fb3d4566235d3a14268eeb
-Size (nghttp2-1.51.0.tar.xz) = 4115988 bytes
-SHA1 (patch-configure) = cb8a45817670468442570a6eb1f6ef9e812dcfac
-SHA1 (patch-configure.ac) = c9a56319423ac31cd075748bcf2a5b16bf43f31b
+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

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.14 pkgsrc/www/nghttp2-tools/Makefile:1.15
--- pkgsrc/www/nghttp2-tools/Makefile:1.14      Wed Nov 23 16:21:20 2022
+++ pkgsrc/www/nghttp2-tools/Makefile   Wed Feb 15 18:08:25 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.14 2022/11/23 16:21:20 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/02/15 18:08:25 adam Exp $
 
-PKGREVISION= 1
 .include "../../www/nghttp2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-tools-/}
@@ -25,8 +24,10 @@ INSTALL_DIRS+=               src
 .include "../../devel/libev/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../net/libcares/buildlink3.mk"
+.include "../../net/ngtcp2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/jansson/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../www/nghttp2/buildlink3.mk"
+.include "../../www/nghttp3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index