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:           Thu Mar 30 16:20:50 UTC 2017

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
Nghttp2 v1.21.0

libnghttp2
----------
The bug that nghttp2_session_want_write may return 0 if there is pending frames after GOAWAY frame is submitted has been fixed.

build
-----
_U_ macro has been eliminated in favor of old school (void)VAR for better compiler compatibility.

libnghttp2_asio
---------------
The asio client now sends PING frame when it gets idle for 30 seconds.

src
---
Mozilla’s “Modern compatibility” ciphers are used by default.

nghttpx
-------
The bug that -v option does not print out version number has been fixed.

The workaround of getaddrinfo failure with AI_ADDRCONFIG has been applied.

nghttpx now escapes certain characters in access log.

nghttpx now enables backend pattern matching with --http2-proxy option as well.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.18 -r1.19 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.21 pkgsrc/www/nghttp2/Makefile:1.22
--- pkgsrc/www/nghttp2/Makefile:1.21    Mon Feb 27 05:21:09 2017
+++ pkgsrc/www/nghttp2/Makefile Thu Mar 30 16:20:50 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/02/27 05:21:09 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/03/30 16:20:50 adam Exp $
 
-DISTNAME=      nghttp2-1.20.0
+DISTNAME=      nghttp2-1.21.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.18 pkgsrc/www/nghttp2/distinfo:1.19
--- pkgsrc/www/nghttp2/distinfo:1.18    Mon Feb 27 05:21:09 2017
+++ pkgsrc/www/nghttp2/distinfo Thu Mar 30 16:20:50 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2017/02/27 05:21:09 adam Exp $
+$NetBSD: distinfo,v 1.19 2017/03/30 16:20:50 adam Exp $
 
-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
+SHA1 (nghttp2-1.21.0.tar.xz) = 800cf45e4cf169b0cd5659a425b52aeb6ce9fd17
+RMD160 (nghttp2-1.21.0.tar.xz) = 7277586b825bccb7b63a9b5deb118908af5425ca
+SHA512 (nghttp2-1.21.0.tar.xz) = 55e7cad765d1f2f8e3211c20a8a316b6defebfe431f6c07ab81ed3dbe18bbf0eba8d6a980906b919a9e169568272f21e9eb946f6d555169085537f460dc35c4d
+Size (nghttp2-1.21.0.tar.xz) = 1511716 bytes



Home | Main Index | Thread Index | Old Index