pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 13 09:09:45 UTC 2018

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
nghttp2: updated to 1.30.0

1.30.0:
lib:
This release fixes the bug so that PING frame can be sent after GOAWAY.

nghttpx:
This release fixes the bug that set_header method in mruby script wrongly overwrites other header fields.

upgrade-scheme parameter has been added to backend option to workaround the issue that a backend server requires that HTTP/2 :scheme pseudo header field value should be https.

This release fixes the bug that ALPN validation does not occur if client does not send TLS ALPN extension.

To more compliant to RFC 8297, nghttpx now remembers which resource is pushed per a single request.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/nghttp2/distinfo

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.35 pkgsrc/www/nghttp2/Makefile:1.36
--- pkgsrc/www/nghttp2/Makefile:1.35    Mon Jan  1 21:18:12 2018
+++ pkgsrc/www/nghttp2/Makefile Tue Feb 13 09:09:45 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2018/01/01 21:18:12 adam Exp $
+# $NetBSD: Makefile,v 1.36 2018/02/13 09:09:45 adam Exp $
 
-DISTNAME=      nghttp2-1.29.0
-PKGREVISION=   1
+DISTNAME=      nghttp2-1.30.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.29 pkgsrc/www/nghttp2/distinfo:1.30
--- pkgsrc/www/nghttp2/distinfo:1.29    Thu Dec 21 08:18:38 2017
+++ pkgsrc/www/nghttp2/distinfo Tue Feb 13 09:09:45 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2017/12/21 08:18:38 adam Exp $
+$NetBSD: distinfo,v 1.30 2018/02/13 09:09:45 adam Exp $
 
-SHA1 (nghttp2-1.29.0.tar.xz) = fa20d98e5837ec8323eacc5e5a5d9713c9ef8f91
-RMD160 (nghttp2-1.29.0.tar.xz) = f8d2c18b9688c4496817452071a86f5446b0dfe4
-SHA512 (nghttp2-1.29.0.tar.xz) = a518ff1dcc9ae93f8228f4fa9110b9cbc460260a794d455530218c66317c6b96a5b14971aff25428e37326b5ce9f4d8480eefe6fcba17af23efa4ebceb56f23e
-Size (nghttp2-1.29.0.tar.xz) = 1544736 bytes
+SHA1 (nghttp2-1.30.0.tar.xz) = f7d87c39a4d126b356f2a2152cb05aecc866ed5c
+RMD160 (nghttp2-1.30.0.tar.xz) = 5d3c4ddeaf2949b16135fcdb3096e8820e4706bd
+SHA512 (nghttp2-1.30.0.tar.xz) = 4b79f46947777627f0a9e1384ec51ac70e273aef6d46d322aa448731726b8ca606e73dcb171170bbe91fce93c28170ff04e11da56ee90fa28d642e7bc37b50be
+Size (nghttp2-1.30.0.tar.xz) = 1545352 bytes



Home | Main Index | Thread Index | Old Index