diff options
author | adam <adam@pkgsrc.org> | 2017-12-21 08:18:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-12-21 08:18:38 +0000 |
commit | ff59fd277b8e1bcb49e7627f7a91a45c3a339ad6 (patch) | |
tree | ac3835d21057d904673fb32945d555816d72e49c | |
parent | dd506e1550cf0af09e2427c2a0ed982f2c577807 (diff) | |
download | pkgsrc-ff59fd277b8e1bcb49e7627f7a91a45c3a339ad6.tar.gz |
nghttp2: updated to 1.29.0
nghttp2 v1.29.0:
lib
* NGHTTP2_REFUSED_STREAM is now used as an error code passed to nghttp2_on_stream_close_callback for streams which are closed by GOAWAY to indicate that they are safely retried.
build
* SPDY related code was completely removed.
nghttpx
* The commit which breaks load balancing among HTTP/2 backend in some situations has been reverted.
* The default value of --api-max-request-body option has been increased to 32MiB.
* The time to load the large number of backend options has been greatly improved.
* The crash with --backend-http-proxy-uri option has been fixed.
-rw-r--r-- | www/nghttp2/Makefile | 4 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 11 | ||||
-rw-r--r-- | www/nghttp2/options.mk | 5 | ||||
-rw-r--r-- | www/nghttp2/patches/patch-configure | 15 |
4 files changed, 8 insertions, 27 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index e52d9c9e084..f2db89643f1 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2017/11/26 16:43:30 adam Exp $ +# $NetBSD: Makefile,v 1.34 2017/12/21 08:18:38 adam Exp $ -DISTNAME= nghttp2-1.28.0 +DISTNAME= nghttp2-1.29.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 667c4698770..e97917c87c5 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.28 2017/11/26 16:43:30 adam Exp $ +$NetBSD: distinfo,v 1.29 2017/12/21 08:18:38 adam Exp $ -SHA1 (nghttp2-1.28.0.tar.xz) = 8417cf74593d484ae08a98f762908c334da4fc90 -RMD160 (nghttp2-1.28.0.tar.xz) = 86965b9ed724f25cf9ba04fc1f7c0e0ad0caecbc -SHA512 (nghttp2-1.28.0.tar.xz) = c49d4e02ec8e894e01aff0b3573e5ce6a33e37ddbd777f6363a2890681a2d09d9e29794c7a6aaf20dd094b4b6da4b535f3e81ac58ef4164b1f8cca9e0da26ee9 -Size (nghttp2-1.28.0.tar.xz) = 1553032 bytes -SHA1 (patch-configure) = fc8ddc233d11679296a929d4618b143264dd1bbc +SHA1 (nghttp2-1.29.0.tar.xz) = fa20d98e5837ec8323eacc5e5a5d9713c9ef8f91 +RMD160 (nghttp2-1.29.0.tar.xz) = f8d2c18b9688c4496817452071a86f5446b0dfe4 +SHA512 (nghttp2-1.29.0.tar.xz) = a518ff1dcc9ae93f8228f4fa9110b9cbc460260a794d455530218c66317c6b96a5b14971aff25428e37326b5ce9f4d8480eefe6fcba17af23efa4ebceb56f23e +Size (nghttp2-1.29.0.tar.xz) = 1544736 bytes diff --git a/www/nghttp2/options.mk b/www/nghttp2/options.mk index 47caf09c104..a96075e6068 100644 --- a/www/nghttp2/options.mk +++ b/www/nghttp2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2017/01/02 09:51:18 adam Exp $ +# $NetBSD: options.mk,v 1.5 2017/12/21 08:18:38 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nghttp2 PKG_SUPPORTED_OPTIONS= nghttp2-asio nghttp2-tools @@ -34,16 +34,13 @@ CONFIGURE_ARGS+= --with-boost=no GCC_REQD+= 4.8 CONFIGURE_ARGS+= --enable-app CONFIGURE_ARGS+= --enable-hpack-tools -CONFIGURE_ARGS+= --with-spdylay PLIST.tools= yes .include "../../devel/libev/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../net/libcares/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../textproc/jansson/buildlink3.mk" -.include "../../www/spdylay/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-app CONFIGURE_ARGS+= --disable-hpack-tools -CONFIGURE_ARGS+= --without-spdylay .endif diff --git a/www/nghttp2/patches/patch-configure b/www/nghttp2/patches/patch-configure deleted file mode 100644 index 9c5754eb2a6..00000000000 --- a/www/nghttp2/patches/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-configure,v 1.3 2017/11/26 16:43:30 adam Exp $ - -Portability fix. - ---- configure.orig 2017-11-26 16:37:31.000000000 +0000 -+++ configure -@@ -26872,7 +26872,7 @@ $as_echo "$as_me: summary of build optio - Threading: ${enable_threads} - " >&6;} - --if test "x${have_spdylay}" == "xyes"; then -+if test "x${have_spdylay}" = "xyes"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: spdylay support was deprecated, and will be removed in v1.29.0." >&5 - $as_echo "$as_me: WARNING: spdylay support was deprecated, and will be removed in v1.29.0." >&2;} - fi |