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 Apr 18 07:19:06 UTC 2019

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
nghttp2: updated to 1.38.0

lib
This release fixes the bug that on_header callback is still called after stream is closed.

third-party
http-parser is upgraded to v2.9.1.

nghttpx
This release fixes the bug that authority and path altered by per-pattern mruby script can affect backend selection on retry.
It also fixes the bug that HTTP/1.1 chunked request stalls.
Now nghttpx does not log authorization request header field value with -LINFO.
Now nghttpx can be built with modern LibreSSL.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.39 -r1.40 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.50 pkgsrc/www/nghttp2/Makefile:1.51
--- pkgsrc/www/nghttp2/Makefile:1.50    Wed Mar 13 17:45:08 2019
+++ pkgsrc/www/nghttp2/Makefile Thu Apr 18 07:19:06 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2019/03/13 17:45:08 adam Exp $
+# $NetBSD: Makefile,v 1.51 2019/04/18 07:19:06 adam Exp $
 
-DISTNAME=      nghttp2-1.37.0
+DISTNAME=      nghttp2-1.38.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.39 pkgsrc/www/nghttp2/distinfo:1.40
--- pkgsrc/www/nghttp2/distinfo:1.39    Wed Mar 13 17:45:08 2019
+++ pkgsrc/www/nghttp2/distinfo Thu Apr 18 07:19:06 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.39 2019/03/13 17:45:08 adam Exp $
+$NetBSD: distinfo,v 1.40 2019/04/18 07:19:06 adam Exp $
 
-SHA1 (nghttp2-1.37.0.tar.xz) = bdd774c5aa60a610556c5e233f6f44cf5f65aecc
-RMD160 (nghttp2-1.37.0.tar.xz) = 6743620cb9e0001b4ba8401cb744cd544a9f70c9
-SHA512 (nghttp2-1.37.0.tar.xz) = 67a4b9df3f7f0edad719011fa289d9aa9ef04f31ef3ccf826b861c8830ed24e0743a33b54ab66d198fec7edbf723852b38a2007b335d7f566f702f4b02297b0f
-Size (nghttp2-1.37.0.tar.xz) = 1628248 bytes
+SHA1 (nghttp2-1.38.0.tar.xz) = 8a13b0f2a28034129a5a9a3bd5375262bb45c0e4
+RMD160 (nghttp2-1.38.0.tar.xz) = 887ea354383fa461d5c1fa18560d44288c0561c0
+SHA512 (nghttp2-1.38.0.tar.xz) = e432d52bcf77379ed5c10ceafb587ec8d66c56bb728cda56487b237cbab1d0073689624419ed306162dab3a51b91cfe0f59cb173b5d81346e2b6d0abd56635bc
+Size (nghttp2-1.38.0.tar.xz) = 1628356 bytes



Home | Main Index | Thread Index | Old Index