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:           Mon Feb 27 05:21:09 UTC 2017

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
Changes 1.20.0:
New API, nghttp2_option_set_no_closed_streams, has been added. By default, libnghttp2 retains closed streams as suggested by RFC 7540, Section 5.3.4. If this option is used, libnghttp2 discards 
closed streams from memory in order to save memory usage.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.17 -r1.18 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.20 pkgsrc/www/nghttp2/Makefile:1.21
--- pkgsrc/www/nghttp2/Makefile:1.20    Thu Jan 26 20:44:27 2017
+++ pkgsrc/www/nghttp2/Makefile Mon Feb 27 05:21:09 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2017/01/26 20:44:27 adam Exp $
+# $NetBSD: Makefile,v 1.21 2017/02/27 05:21:09 adam Exp $
 
-DISTNAME=      nghttp2-1.19.0
+DISTNAME=      nghttp2-1.20.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.17 pkgsrc/www/nghttp2/distinfo:1.18
--- pkgsrc/www/nghttp2/distinfo:1.17    Thu Jan 26 20:44:27 2017
+++ pkgsrc/www/nghttp2/distinfo Mon Feb 27 05:21:09 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/01/26 20:44:27 adam Exp $
+$NetBSD: distinfo,v 1.18 2017/02/27 05:21:09 adam Exp $
 
-SHA1 (nghttp2-1.19.0.tar.xz) = 8ad04f006ff9f7deea9c9b63c02af9ca14f6771b
-RMD160 (nghttp2-1.19.0.tar.xz) = f73bfd1ad2006c6b5b0aa11b8f557a8527bdeab1
-SHA512 (nghttp2-1.19.0.tar.xz) = 848c25ad8ef3cf3388e35f0ee074441a4e0bc0a68739f8eaecb6185f3e1bb9cf190df75fda2c0182d93500522663549309a20ded4803dcb5b5731f9748e98f4f
-Size (nghttp2-1.19.0.tar.xz) = 1504732 bytes
+SHA1 (nghttp2-1.20.0.tar.xz) = a28234bdf05d5ded37affca98fd989d7b0cf866d
+RMD160 (nghttp2-1.20.0.tar.xz) = 16fad1cac0f62aa6f43c13ed7594cf888720b3e3
+SHA512 (nghttp2-1.20.0.tar.xz) = 189f1e74972cec2684a0cbf27c144b03729c718032cbe61b0578979c8d14234c01da306c851aada12d00d255453dc180998e59016a22025de749bb2cfff220f0
+Size (nghttp2-1.20.0.tar.xz) = 1513840 bytes



Home | Main Index | Thread Index | Old Index