pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nghttp2



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 21 08:18:38 UTC 2017

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo options.mk
Removed Files:
        pkgsrc/www/nghttp2/patches: patch-configure

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/nghttp2/options.mk
cvs rdiff -u -r1.3 -r0 pkgsrc/www/nghttp2/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nghttp2/Makefile
diff -u pkgsrc/www/nghttp2/Makefile:1.33 pkgsrc/www/nghttp2/Makefile:1.34
--- pkgsrc/www/nghttp2/Makefile:1.33    Sun Nov 26 16:43:30 2017
+++ pkgsrc/www/nghttp2/Makefile Thu Dec 21 08:18:38 2017
@@ -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

Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.28 pkgsrc/www/nghttp2/distinfo:1.29
--- pkgsrc/www/nghttp2/distinfo:1.28    Sun Nov 26 16:43:30 2017
+++ pkgsrc/www/nghttp2/distinfo Thu Dec 21 08:18:38 2017
@@ -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

Index: pkgsrc/www/nghttp2/options.mk
diff -u pkgsrc/www/nghttp2/options.mk:1.4 pkgsrc/www/nghttp2/options.mk:1.5
--- pkgsrc/www/nghttp2/options.mk:1.4   Mon Jan  2 09:51:18 2017
+++ pkgsrc/www/nghttp2/options.mk       Thu Dec 21 08:18:38 2017
@@ -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



Home | Main Index | Thread Index | Old Index