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:           Mon Jul 19 11:04:51 UTC 2021

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

Log Message:
nghttp2: updated to 1.44.0

1.44.0:

nghttpx

The bug which prevents a backend which is excluded from a load balancing group temporarily from being restored.

The word master is replaced main. The nghttpx master process is now called main process.

--no-http2-cipher-black-list and --client-no-http2-cipher-black-list are deprecated and replaced with --no-http2-cipher-block-list and --client-no-http2-cipher-block-list respectively.

Remove trailing white space after $method log variable.

h2load

--rps option has been added.

The time unit (e.g., ms) is now allowed in -D option.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/nghttp2/Makefile.common
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.8 -r1.9 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.69 pkgsrc/www/nghttp2/Makefile:1.70
--- pkgsrc/www/nghttp2/Makefile:1.69    Wed Apr 21 13:24:19 2021
+++ pkgsrc/www/nghttp2/Makefile Mon Jul 19 11:04:50 2021
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.69 2021/04/21 13:24:19 adam Exp $
+# $NetBSD: Makefile,v 1.70 2021/07/19 11:04:50 adam Exp $
 
-PKGREVISION= 2
 .include "Makefile.common"
 
 COMMENT=       Implementation of HTTP/2 in C

Index: pkgsrc/www/nghttp2/Makefile.common
diff -u pkgsrc/www/nghttp2/Makefile.common:1.4 pkgsrc/www/nghttp2/Makefile.common:1.5
--- pkgsrc/www/nghttp2/Makefile.common:1.4      Wed Feb  3 13:16:19 2021
+++ pkgsrc/www/nghttp2/Makefile.common  Mon Jul 19 11:04:50 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.4 2021/02/03 13:16:19 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2021/07/19 11:04:50 adam Exp $
 # used by www/nghttp2/Makefile
 # used by www/nghttp2-tools/Makefile
 
-DISTNAME=      nghttp2-1.43.0
+DISTNAME=      nghttp2-1.44.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.47 pkgsrc/www/nghttp2/distinfo:1.48
--- pkgsrc/www/nghttp2/distinfo:1.47    Wed Mar 31 21:42:28 2021
+++ pkgsrc/www/nghttp2/distinfo Mon Jul 19 11:04:50 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2021/03/31 21:42:28 maya Exp $
+$NetBSD: distinfo,v 1.48 2021/07/19 11:04:50 adam Exp $
 
-SHA1 (nghttp2-1.43.0.tar.xz) = b9d846e53af53fc5814015c9d3d6c0d2c684c046
-RMD160 (nghttp2-1.43.0.tar.xz) = 180e966e128d9ca097f9c469508168bc0ac5beee
-SHA512 (nghttp2-1.43.0.tar.xz) = eac69ba356870a1cba420a06771082897be8dd40a68f4e04223f41f3d22626e4f5b3766d3dbcc496dd212be01f64c3ac280a2ebddd31dd88f7350c20f56e5d39
-Size (nghttp2-1.43.0.tar.xz) = 3973500 bytes
+SHA1 (nghttp2-1.44.0.tar.xz) = 1d02de2b30c9a991d8b73307bacdb150499a164b
+RMD160 (nghttp2-1.44.0.tar.xz) = a757fcd695aff06f333f5f75235120baee38525b
+SHA512 (nghttp2-1.44.0.tar.xz) = 756b78665ef9fe8765332e7f0b249029d845a6b635c00a27f4c3716a1354f98bcc34df4da74179213497f6bfc2647d3773ecff2b192c63427447e37cf6393f6c
+Size (nghttp2-1.44.0.tar.xz) = 3972832 bytes
 SHA1 (patch-configure) = 9623d67431b844142ce05e1e5cf2b36f5e27b198
 SHA1 (patch-configure.ac) = 6b5ed158e763d13e3d79e8543977cc79c3db3eef

Index: pkgsrc/www/nghttp2-tools/Makefile
diff -u pkgsrc/www/nghttp2-tools/Makefile:1.8 pkgsrc/www/nghttp2-tools/Makefile:1.9
--- pkgsrc/www/nghttp2-tools/Makefile:1.8       Wed Apr 21 13:25:30 2021
+++ pkgsrc/www/nghttp2-tools/Makefile   Mon Jul 19 11:04:50 2021
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.8 2021/04/21 13:25:30 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/07/19 11:04:50 adam Exp $
 
-PKGREVISION= 2
 .include "../../www/nghttp2/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/-/-tools-/}



Home | Main Index | Thread Index | Old Index