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 Jul 13 14:25:59 UTC 2023

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

Log Message:
nghttp2, nghttp2-tools: updated to 1.55.0

Nghttp2 v1.55.0

build

The following dependencies have been updated:

ngtcp2
nghttp3
BoringSSL
This release fixes build error without libev.

third-party

llhttp has been updated.

Cross-compiling mruby is now supported.

nghttpx

UDP_GRO is enabled for QUIC socket.

The initial QUIC packet number is now randomized.

h2load

UDP_GRO is enabled for QUIC socket.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.22 -r1.23 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.common
diff -u pkgsrc/www/nghttp2/Makefile.common:1.15 pkgsrc/www/nghttp2/Makefile.common:1.16
--- pkgsrc/www/nghttp2/Makefile.common:1.15     Fri Jun  9 09:49:29 2023
+++ pkgsrc/www/nghttp2/Makefile.common  Thu Jul 13 14:25:58 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.15 2023/06/09 09:49:29 adam Exp $
+# $NetBSD: Makefile.common,v 1.16 2023/07/13 14:25:58 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.54.0
+DISTNAME=      nghttp2-1.55.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.61 pkgsrc/www/nghttp2/distinfo:1.62
--- pkgsrc/www/nghttp2/distinfo:1.61    Fri Jun  9 09:49:29 2023
+++ pkgsrc/www/nghttp2/distinfo Thu Jul 13 14:25:58 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.61 2023/06/09 09:49:29 adam Exp $
+$NetBSD: distinfo,v 1.62 2023/07/13 14:25:58 adam Exp $
 
-BLAKE2s (nghttp2-1.54.0.tar.xz) = cb1346c16cb72a66c239a46104e0b9b02c8756fba3e5bae5691e4c2487cb825b
-SHA512 (nghttp2-1.54.0.tar.xz) = b56a599f8be31e0518902a1dde50c48b599f57a24b382b2fea1ba8d855d1410b8e97b7dcd9620e3b29c308b7cb04bcd9d8db7034978419a90dbe7f84547afc43
-Size (nghttp2-1.54.0.tar.xz) = 1541460 bytes
+BLAKE2s (nghttp2-1.55.0.tar.xz) = 76377e74aa2b5e2c12da5e2a60510359c9111723f55f23ce354163bfa04f46aa
+SHA512 (nghttp2-1.55.0.tar.xz) = ccb13dd3067c5937d9b73132045788862b9cead6dc57611b1a9c55b6d1eea2c70c4d155e1a7b94ca6c6f31f4b75e45d0af680a50a061d6aab68ca75492dad640
+Size (nghttp2-1.55.0.tar.xz) = 1542356 bytes
 SHA1 (patch-Makefile.in) = a8b55c4e477ea285a9ba005a20e244b762968f3e

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.22 pkgsrc/www/nghttp2-tools/Makefile:1.23
--- pkgsrc/www/nghttp2-tools/Makefile:1.22      Tue Jul 11 06:13:10 2023
+++ pkgsrc/www/nghttp2-tools/Makefile   Thu Jul 13 14:25:58 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.22 2023/07/11 06:13:10 adam Exp $
+# $NetBSD: Makefile,v 1.23 2023/07/13 14:25:58 adam Exp $
 
-PKGREVISION=   1
 .include "../../www/nghttp2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-tools-/}



Home | Main Index | Thread Index | Old Index