pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nghttp2 nghttp2: updated to 1.29.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7417f2755d7c
branches:  trunk
changeset: 372936:7417f2755d7c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 21 08:18:38 2017 +0000

description:
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.

diffstat:

 www/nghttp2/Makefile                |   4 ++--
 www/nghttp2/distinfo                |  11 +++++------
 www/nghttp2/options.mk              |   5 +----
 www/nghttp2/patches/patch-configure |  15 ---------------
 4 files changed, 8 insertions(+), 27 deletions(-)

diffs (73 lines):

diff -r 84448f744b7c -r 7417f2755d7c www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Thu Dec 21 08:08:13 2017 +0000
+++ b/www/nghttp2/Makefile      Thu Dec 21 08:18:38 2017 +0000
@@ -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 -r 84448f744b7c -r 7417f2755d7c www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Thu Dec 21 08:08:13 2017 +0000
+++ b/www/nghttp2/distinfo      Thu Dec 21 08:18:38 2017 +0000
@@ -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 -r 84448f744b7c -r 7417f2755d7c www/nghttp2/options.mk
--- a/www/nghttp2/options.mk    Thu Dec 21 08:08:13 2017 +0000
+++ b/www/nghttp2/options.mk    Thu Dec 21 08:18:38 2017 +0000
@@ -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 @@
 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 -r 84448f744b7c -r 7417f2755d7c www/nghttp2/patches/patch-configure
--- a/www/nghttp2/patches/patch-configure       Thu Dec 21 08:08:13 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index