diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-06-14 10:51:21 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-06-14 10:51:21 +0000 |
commit | 3b359da83c43cec3bba72a4b590ffc391934c8c1 (patch) | |
tree | bd27475e3aa1b3a28215ddde89407c9be0e9f601 /www/nghttp2 | |
parent | c7d7339748369628221463e2944a473d83d828d0 (diff) | |
download | pkgsrc-3b359da83c43cec3bba72a4b590ffc391934c8c1.tar.gz |
www/nghttp2: Update to 1.32.0.
- lib: Ignore all input after calling session_terminate_session
- lib: Fix treatment of padding
- lib: Don't allow 101 HTTP status code because HTTP/2 removes
HTTP Upgrade
- build: add ENABLE_STATIC_LIB option to build static lib
- third-party: Upgrade neverbleed to the latest master
- asio: Support client side SNI
- src: Compile with libressl 2.7.2
- src: Allow building without NPN
- h2load: -r and --duration are mutually exclusive
Diffstat (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 5 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 4025edf381e..4bf61047e68 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2018/04/29 21:31:24 adam Exp $ +# $NetBSD: Makefile,v 1.39 2018/06/14 10:51:21 fhajny Exp $ -DISTNAME= nghttp2-1.31.0 -PKGREVISION= 1 +DISTNAME= nghttp2-1.32.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 d2376236913..9c2e9f6a5d1 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2018/02/28 08:44:20 adam Exp $ +$NetBSD: distinfo,v 1.32 2018/06/14 10:51:21 fhajny Exp $ -SHA1 (nghttp2-1.31.0.tar.xz) = c83a7ef947cd43df33fc2b6d91901ec8554175e4 -RMD160 (nghttp2-1.31.0.tar.xz) = fd620488c6ab61a41db3e76108779a7a8e39dee2 -SHA512 (nghttp2-1.31.0.tar.xz) = 00342b0517eb9e1044eced4649488d7ad35694e0a1303c4cba2d2be897fb86c5c70f1a5a157799d5c0cf448a6b983f2a2a57ee2bdb5ec762876647f9303446ca -Size (nghttp2-1.31.0.tar.xz) = 1545800 bytes +SHA1 (nghttp2-1.32.0.tar.xz) = e1382ba5c4c0459c8b7ff7e90ffa5ad9001e01e1 +RMD160 (nghttp2-1.32.0.tar.xz) = cfcaac6eb27730b47d166210cccb7866985e47c1 +SHA512 (nghttp2-1.32.0.tar.xz) = ec7e417fbc5497861d2b6dde5145da1640b36441882824e85940e5ca6ac52ec444aa7123846960f7211dd96462eab421d39f9cc49454f3f52e0dcdb36402044e +Size (nghttp2-1.32.0.tar.xz) = 1548528 bytes |