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:           Thu Aug 29 10:52:16 UTC 2024

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

Log Message:
nghttp2 nghttp2-tools: updated to 1.63.0

nghttp2 v1.63.0

Bump libbpf to v1.4.2
build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0
nghttpx: Fix batch UDP QUIC packet dropped on GRO read
CMakeLists.txt: allow to compile the C only lib without CXX compiler
build(deps): bump github.com/quic-go/quic-go from 0.43.1 to 0.44.0
Fix compiler versions in readme
build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0
build(deps): bump github.com/quic-go/quic-go from 0.44.0 to 0.45.0
Bump ngtcp2 and its dependencies
build(deps): bump docker/build-push-action from 5 to 6
Add wolfSSL support
Append --shallow-submodules to git clone --recursive
Always append options to extra options
build(deps): bump github.com/quic-go/quic-go from 0.45.0 to 0.45.1
Disable dependency tracking
Fix Dockerfile.android build failure
Fix UDP_GRO struct cmsghdr data type
GHA: Suppress warnings
Fix levenshtein initialization
build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0
Undefine NGHTTP2_NO_SSIZE_T if BUILDING_NGHTTP2 is defined
Bump clang format
Suppress old compiler error
build(deps): bump github.com/quic-go/quic-go from 0.45.1 to 0.45.2
build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0
build(deps): bump github.com/quic-go/quic-go from 0.45.2 to 0.46.0
Bump ngtcp2 and its dependencies
Bump libbpf to v1.4.5
Update go
levenshtein: Use size_t


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.71 -r1.72 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.32 -r1.33 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.88 pkgsrc/www/nghttp2/Makefile:1.89
--- pkgsrc/www/nghttp2/Makefile:1.88    Wed May 29 16:34:53 2024
+++ pkgsrc/www/nghttp2/Makefile Thu Aug 29 10:52:16 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.88 2024/05/29 16:34:53 adam Exp $
+# $NetBSD: Makefile,v 1.89 2024/08/29 10:52:16 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.25 pkgsrc/www/nghttp2/Makefile.common:1.26
--- pkgsrc/www/nghttp2/Makefile.common:1.25     Mon May 20 04:18:36 2024
+++ pkgsrc/www/nghttp2/Makefile.common  Thu Aug 29 10:52:16 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.25 2024/05/20 04:18:36 adam Exp $
+# $NetBSD: Makefile.common,v 1.26 2024/08/29 10:52:16 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.62.1
+DISTNAME=      nghttp2-1.63.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.71 pkgsrc/www/nghttp2/distinfo:1.72
--- pkgsrc/www/nghttp2/distinfo:1.71    Mon May 20 04:18:36 2024
+++ pkgsrc/www/nghttp2/distinfo Thu Aug 29 10:52:16 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.71 2024/05/20 04:18:36 adam Exp $
+$NetBSD: distinfo,v 1.72 2024/08/29 10:52:16 adam Exp $
 
-BLAKE2s (nghttp2-1.62.1.tar.xz) = 8a716891aa78aabcd73ba92ea9330fb532f3ddced91ade3b62fbf47cf48e4d37
-SHA512 (nghttp2-1.62.1.tar.xz) = d5d6b068712e9b467547b0e5380465b8540317134f3f26c2b0c60eb9c604be2f37b4517a98b371d5f5fb668ce2ee35603ddd944224f11e96382aa541a6a17b4c
-Size (nghttp2-1.62.1.tar.xz) = 1606084 bytes
+BLAKE2s (nghttp2-1.63.0.tar.xz) = 0e81b38e8d3cd0d31a5948dc53509e68795f1c6327e2d46be6cd70dda44677b6
+SHA512 (nghttp2-1.63.0.tar.xz) = ac5005f33664981e194730223881f4207c9570cb8d9bba51b5592a3e7eb59455ebe25bf190211811513c64497a1b42ec7a82cc7f810059f46c99a83dd2d6cef9
+Size (nghttp2-1.63.0.tar.xz) = 1606480 bytes
 SHA1 (patch-Makefile.in) = a8b55c4e477ea285a9ba005a20e244b762968f3e

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.32 pkgsrc/www/nghttp2-tools/Makefile:1.33
--- pkgsrc/www/nghttp2-tools/Makefile:1.32      Wed May 29 16:34:53 2024
+++ pkgsrc/www/nghttp2-tools/Makefile   Thu Aug 29 10:52:16 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.32 2024/05/29 16:34:53 adam Exp $
+# $NetBSD: Makefile,v 1.33 2024/08/29 10:52:16 adam Exp $
 
-PKGREVISION= 1
 .include "../../www/nghttp2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-tools-/}
@@ -24,8 +23,6 @@ GCC_REQD+=            12
 
 INSTALL_DIRS+=         src script
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 REPLACE_PYTHON+=       script/fetch-ocsp-response
 
 .include "../../devel/libev/buildlink3.mk"



Home | Main Index | Thread Index | Old Index