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.28.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cb5ae1e0431
branches:  trunk
changeset: 372037:0cb5ae1e0431
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 26 16:43:30 2017 +0000

description:
nghttp2: updated to 1.28.0

nghttp2 v1.28.0
lib: Add nghttp2_error_callback2
build: Add deprecation warning when spdylay support is enabled
Switch to clang-format-5.0
examples: Make client and server work with libevent-2.1.8
third-party: Update neverbleed
integration: Fix issues reported by the go vet tool.
nghttpx: Fix affinity retry
nghttpx: Fix stalled backend connection on retry
nghttpx: Cookie based session affinity
nghttpx: Expose additional TLS related variables to mruby and accesslog

diffstat:

 www/nghttp2/Makefile                |   4 ++--
 www/nghttp2/distinfo                |  11 ++++++-----
 www/nghttp2/patches/patch-configure |  15 +++++++++++++++
 3 files changed, 23 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r de07ed7347d6 -r 0cb5ae1e0431 www/nghttp2/Makefile
--- a/www/nghttp2/Makefile      Sun Nov 26 16:38:52 2017 +0000
+++ b/www/nghttp2/Makefile      Sun Nov 26 16:43:30 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2017/10/26 06:57:37 adam Exp $
+# $NetBSD: Makefile,v 1.33 2017/11/26 16:43:30 adam Exp $
 
-DISTNAME=      nghttp2-1.27.0
+DISTNAME=      nghttp2-1.28.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
 EXTRACT_SUFX=  .tar.xz
diff -r de07ed7347d6 -r 0cb5ae1e0431 www/nghttp2/distinfo
--- a/www/nghttp2/distinfo      Sun Nov 26 16:38:52 2017 +0000
+++ b/www/nghttp2/distinfo      Sun Nov 26 16:43:30 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.27 2017/10/26 06:57:37 adam Exp $
+$NetBSD: distinfo,v 1.28 2017/11/26 16:43:30 adam Exp $
 
-SHA1 (nghttp2-1.27.0.tar.xz) = 6ce73ef69ff3d5e9fc1df42110bfbb8761b7d5ca
-RMD160 (nghttp2-1.27.0.tar.xz) = 28edca5a0614d517d1966e25a4f170066d2ca801
-SHA512 (nghttp2-1.27.0.tar.xz) = 8156ae4084155d000d1655d43790698b0bf89af3ba3a360cedf6a5744aa2ca9485094e65e09da2850ed6dd55479fe33de0948b734b987c85a63f0b3c83dbafd1
-Size (nghttp2-1.27.0.tar.xz) = 1546064 bytes
+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
diff -r de07ed7347d6 -r 0cb5ae1e0431 www/nghttp2/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/nghttp2/patches/patch-configure       Sun Nov 26 16:43:30 2017 +0000
@@ -0,0 +1,15 @@
+$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