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:           Sat Oct 28 15:34:06 UTC 2023

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

Log Message:
nghttp2 nghttp2-tools: updated to 1.58.0

Nghttp2 v1.58.0

build

This release speeds up warning option detection with cmake.

The following dependencies have been updated:

ngtcp2
nghttp3
third-party

neverbleed has been updated.

nghttpx

This release introduces stricter transfer-encoding checks.

integration

Enable http3 test with cmake.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.26 -r1.27 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.19 pkgsrc/www/nghttp2/Makefile.common:1.20
--- pkgsrc/www/nghttp2/Makefile.common:1.19     Tue Oct 10 15:24:36 2023
+++ pkgsrc/www/nghttp2/Makefile.common  Sat Oct 28 15:34:05 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.19 2023/10/10 15:24:36 adam Exp $
+# $NetBSD: Makefile.common,v 1.20 2023/10/28 15:34:05 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.57.0
+DISTNAME=      nghttp2-1.58.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.65 pkgsrc/www/nghttp2/distinfo:1.66
--- pkgsrc/www/nghttp2/distinfo:1.65    Tue Oct 10 15:24:36 2023
+++ pkgsrc/www/nghttp2/distinfo Sat Oct 28 15:34:05 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.65 2023/10/10 15:24:36 adam Exp $
+$NetBSD: distinfo,v 1.66 2023/10/28 15:34:05 adam Exp $
 
-BLAKE2s (nghttp2-1.57.0.tar.xz) = 220346e42e48475b6760360db0b63c91357696265522377069109d423cf4f570
-SHA512 (nghttp2-1.57.0.tar.xz) = d914eb48afd1ea182c1b2a454bf5e7963a7e28165f1d6d29bb83dd61a1b611c8c469e72a7a22daf23b8037f6e5ae9d4e791150b7d135746c1a5ec71ceb777f92
-Size (nghttp2-1.57.0.tar.xz) = 1543568 bytes
+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
 SHA1 (patch-Makefile.in) = a8b55c4e477ea285a9ba005a20e244b762968f3e

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.26 pkgsrc/www/nghttp2-tools/Makefile:1.27
--- pkgsrc/www/nghttp2-tools/Makefile:1.26      Tue Oct 24 22:11:30 2023
+++ pkgsrc/www/nghttp2-tools/Makefile   Sat Oct 28 15:34:06 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.26 2023/10/24 22:11:30 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/10/28 15:34:06 adam Exp $
 
-PKGREVISION= 1
 .include "../../www/nghttp2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-tools-/}



Home | Main Index | Thread Index | Old Index