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:           Sun Oct 30 11:15:19 UTC 2016

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo

Log Message:
Changes 1.16.0:

libnghttp2
----------
Previously, if libnghttp2 is built with DEBUGBUILD macro defined, it prints out debug messages into stderr. In this release, Anders Bakken added nghttp2_set_debug_vprintf_callback() function to set a 
callback which can customize how debug message is processed. The parameters passed to the callback are suitable for use with vfprintf(3) function.

libnghttp2_asio
---------------
We fixed the bug which causes crash if nghttp2::asio_http2::server::response::end() is called from outside nghttp2 callback (e.g., asynchronous timer callback).

nghttpx
-------
We have added --backend-connect-timeout option to specify how long nghttpx waits until backend TCP connection is established.

The new option --ecdh-curves lets you specify the list of named curve for use in TLS.

We have added TLS signed_certificate_timestamp extension support. signed_certificate_timestamp extension is defined in RFC 6962. The new option --tls-sct-dir is used to specify the directory which 
contains *.sct files. These files are read in start up, and sent to client in TLS handshake. The format of *.sct files is the same as the one that nginx and Apache mod_ssl_ct use. For additional 
certificates specified by --subcert option, we extended the syntax of the option, and now it can take sct-dir parameter which takes the directory that should contain *.sct files for the certificate.

h2load
------
We have added --header-table-size and --encoder-header-table-size options to specify HPACK header table size for both direction.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.11 -r1.12 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.13 pkgsrc/www/nghttp2/Makefile:1.14
--- pkgsrc/www/nghttp2/Makefile:1.13    Fri Oct  7 18:25:35 2016
+++ pkgsrc/www/nghttp2/Makefile Sun Oct 30 11:15:19 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2016/10/07 18:25:35 adam Exp $
+# $NetBSD: Makefile,v 1.14 2016/10/30 11:15:19 adam Exp $
 
-DISTNAME=      nghttp2-1.15.0
-PKGREVISION=   1
+DISTNAME=      nghttp2-1.16.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.11 pkgsrc/www/nghttp2/distinfo:1.12
--- pkgsrc/www/nghttp2/distinfo:1.11    Fri Sep 30 13:56:15 2016
+++ pkgsrc/www/nghttp2/distinfo Sun Oct 30 11:15:19 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/09/30 13:56:15 adam Exp $
+$NetBSD: distinfo,v 1.12 2016/10/30 11:15:19 adam Exp $
 
-SHA1 (nghttp2-1.15.0.tar.xz) = 4ad47f8f3738d102e89bc46852fcb64a4b80055f
-RMD160 (nghttp2-1.15.0.tar.xz) = 66c0c62d8d4c83a2ba7226774af140360ac038d2
-SHA512 (nghttp2-1.15.0.tar.xz) = 2ba41ffb0fa3911e3685ea4811eb7e03b9b0f3365791a9f00f379454531f2617d01bf80d3e1f3bc6f615259a9da0d277641d1a226333158dac2467ec2fc58619
-Size (nghttp2-1.15.0.tar.xz) = 1491916 bytes
+SHA1 (nghttp2-1.16.0.tar.xz) = 88eaa297d4f946db904adda6c15287a3837e72e1
+RMD160 (nghttp2-1.16.0.tar.xz) = 8fde67ca02099a83330298c8efe7fa8a88825e4d
+SHA512 (nghttp2-1.16.0.tar.xz) = 8dccecea61cdbbeeefefaba078af76125cfa81231fb36202055e0abda6153ffdb86d7e58133edfd65b2a517e36a617d13f32459b922774a48bc5dc93d3f57d77
+Size (nghttp2-1.16.0.tar.xz) = 1499104 bytes



Home | Main Index | Thread Index | Old Index