diff options
author | adam <adam@pkgsrc.org> | 2017-07-03 12:11:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-03 12:11:38 +0000 |
commit | ba1708985fdac42d8d614fae07b59917a415c154 (patch) | |
tree | 177069807e757c1e582940ba1721561fcbed903b /www/nghttp2 | |
parent | 0f2dcf7986abbc872183474b44f3d1600aaa8b74 (diff) | |
download | pkgsrc-ba1708985fdac42d8d614fae07b59917a415c154.tar.gz |
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.
Diffstat (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 4 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index a6dac7e306b..c9171c9529c 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2017/05/31 10:24:48 adam Exp $ +# $NetBSD: Makefile,v 1.28 2017/07/03 12:11:38 adam Exp $ -DISTNAME= nghttp2-1.23.1 +DISTNAME= nghttp2-1.24.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} EXTRACT_SUFX= .tar.xz diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 57a8612b891..75e6ff9b75a 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2017/05/31 10:24:48 adam Exp $ +$NetBSD: distinfo,v 1.24 2017/07/03 12:11:38 adam Exp $ -SHA1 (nghttp2-1.23.1.tar.xz) = 80758c07d20fcde717243c1a0baf99da78693fca -RMD160 (nghttp2-1.23.1.tar.xz) = 346aab3c794bce85ecab6f339cceb72ab0c6d4aa -SHA512 (nghttp2-1.23.1.tar.xz) = 404729183c3f15635ae96f6888c4a40ec50cfbbd65cc3d9fa6be7a47274cd5509f647fbb8d16f2bfcdd2f39c11d245897245333bcbab8a8cb52c6f8efd3390de -Size (nghttp2-1.23.1.tar.xz) = 1514780 bytes +SHA1 (nghttp2-1.24.0.tar.xz) = c93e1d46b91eedc7c3765980989dc35c7d6646f9 +RMD160 (nghttp2-1.24.0.tar.xz) = 72dae8c9b9a53764afac1ba7c32c4bfcbdf084ae +SHA512 (nghttp2-1.24.0.tar.xz) = 99c1a634f6b911a2256039bad42642d35120fa826c6fb3b9aebde9a1d1a227a4c3926f481cd8981f7cf4ac78617e5885faaeff87b35250d8cf54ebd6465e12a0 +Size (nghttp2-1.24.0.tar.xz) = 1516312 bytes |