Mon Jul 3 12:11:38 2017 UTC ()
nghttp2 v1.24.0:

Documentation
We have received several patches to fix grammer and typos.
The broken out-of-tree build has been also fixed.

nghttp
We fixed the bug that HTTP Upgrade fails if HTTP response does not have reason-phrase.

nghttpx
The default minimum TLS version is now TLSv1.2. This is because the default cipher list only contains cipher suites which are compatible with it.


(adam)
diff -r1.27 -r1.28 pkgsrc/www/nghttp2/Makefile
diff -r1.23 -r1.24 pkgsrc/www/nghttp2/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/www/nghttp2/Makefile (expand / switch to unified diff)

--- pkgsrc/www/nghttp2/Makefile 2017/05/31 10:24:48 1.27
+++ pkgsrc/www/nghttp2/Makefile 2017/07/03 12:11:38 1.28
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.27 2017/05/31 10:24:48 adam Exp $ 1# $NetBSD: Makefile,v 1.28 2017/07/03 12:11:38 adam Exp $
2 2
3DISTNAME= nghttp2-1.23.1 3DISTNAME= nghttp2-1.24.0
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://nghttp2.org/ 9HOMEPAGE= https://nghttp2.org/
10COMMENT= Implementation of HTTP/2 in C 10COMMENT= Implementation of HTTP/2 in C
11LICENSE= mit 11LICENSE= mit
12 12
13GITHUB_RELEASE= v${PKGVERSION_NOREV} 13GITHUB_RELEASE= v${PKGVERSION_NOREV}
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.23 -r1.24 pkgsrc/www/nghttp2/distinfo (expand / switch to unified diff)

--- pkgsrc/www/nghttp2/distinfo 2017/05/31 10:24:48 1.23
+++ pkgsrc/www/nghttp2/distinfo 2017/07/03 12:11:38 1.24
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.23 2017/05/31 10:24:48 adam Exp $ 1$NetBSD: distinfo,v 1.24 2017/07/03 12:11:38 adam Exp $
2 2
3SHA1 (nghttp2-1.23.1.tar.xz) = 80758c07d20fcde717243c1a0baf99da78693fca 3SHA1 (nghttp2-1.24.0.tar.xz) = c93e1d46b91eedc7c3765980989dc35c7d6646f9
4RMD160 (nghttp2-1.23.1.tar.xz) = 346aab3c794bce85ecab6f339cceb72ab0c6d4aa 4RMD160 (nghttp2-1.24.0.tar.xz) = 72dae8c9b9a53764afac1ba7c32c4bfcbdf084ae
5SHA512 (nghttp2-1.23.1.tar.xz) = 404729183c3f15635ae96f6888c4a40ec50cfbbd65cc3d9fa6be7a47274cd5509f647fbb8d16f2bfcdd2f39c11d245897245333bcbab8a8cb52c6f8efd3390de 5SHA512 (nghttp2-1.24.0.tar.xz) = 99c1a634f6b911a2256039bad42642d35120fa826c6fb3b9aebde9a1d1a227a4c3926f481cd8981f7cf4ac78617e5885faaeff87b35250d8cf54ebd6465e12a0
6Size (nghttp2-1.23.1.tar.xz) = 1514780 bytes 6Size (nghttp2-1.24.0.tar.xz) = 1516312 bytes