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 Jun 13 09:28:52 UTC 2019

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
nghttp2: updated to 1.39.1

v1.39.1:

nghttpx
This release fixes the bug that log-level is not set with cmd-line or configuration file. It also fixes FPE with default backend.

v1.39.0:

lib
libnghttp2 now ignores content-length in 200 response to CONNECT request as per RFC 7230.

third-party
mruby has been upgraded to 2.0.1.

asio
libnghttp2-asio now supports boost-1.70.

src
http-parser has been replaced with llhttp.

nghttpx
nghttpx now ignores Content-Length and Transfer-Encoding in 1xx or 200 to CONNECT.

This release fixes the bug that the log level does not change to the default value on configuration reload if log-level option is missing in new configuration.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.40 -r1.41 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.52 pkgsrc/www/nghttp2/Makefile:1.53
--- pkgsrc/www/nghttp2/Makefile:1.52    Thu Apr 25 07:33:27 2019
+++ pkgsrc/www/nghttp2/Makefile Thu Jun 13 09:28:52 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2019/04/25 07:33:27 maya Exp $
+# $NetBSD: Makefile,v 1.53 2019/06/13 09:28:52 adam Exp $
 
-DISTNAME=      nghttp2-1.38.0
-PKGREVISION=   1
+DISTNAME=      nghttp2-1.39.1
 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.40 pkgsrc/www/nghttp2/distinfo:1.41
--- pkgsrc/www/nghttp2/distinfo:1.40    Thu Apr 18 07:19:06 2019
+++ pkgsrc/www/nghttp2/distinfo Thu Jun 13 09:28:52 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2019/04/18 07:19:06 adam Exp $
+$NetBSD: distinfo,v 1.41 2019/06/13 09:28:52 adam Exp $
 
-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
+SHA1 (nghttp2-1.39.1.tar.xz) = 7f2390d1de857212f684e015540a9213372add7b
+RMD160 (nghttp2-1.39.1.tar.xz) = 05226b15b1e860793b4d638bdcccba51f4eddfc9
+SHA512 (nghttp2-1.39.1.tar.xz) = 36558ed03c59086086abbf144ec7c54c60de3fea00a9ea594feea7186a779781cbb66a08c9b34265892dea382b42b875f551e85331cfa0086e357f9b27b919fa
+Size (nghttp2-1.39.1.tar.xz) = 1634512 bytes



Home | Main Index | Thread Index | Old Index