summaryrefslogtreecommitdiff
path: root/www/nghttp2
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-11-26 16:43:30 +0000
committeradam <adam@pkgsrc.org>2017-11-26 16:43:30 +0000
commit228840bb1189cd9882c420a0fc4dd093dc44d355 (patch)
tree6965ad4bcb427e19990d8eaacced0c6d7ac77b7e /www/nghttp2
parent06c709af594988ec6d3e2be940ec6c341f381101 (diff)
downloadpkgsrc-228840bb1189cd9882c420a0fc4dd093dc44d355.tar.gz
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 (limited to 'www/nghttp2')
-rw-r--r--www/nghttp2/Makefile4
-rw-r--r--www/nghttp2/distinfo11
-rw-r--r--www/nghttp2/patches/patch-configure15
3 files changed, 23 insertions, 7 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index d21aed6741c..e52d9c9e084 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -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 --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo
index 27d55d8e799..667c4698770 100644
--- a/www/nghttp2/distinfo
+++ b/www/nghttp2/distinfo
@@ -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 --git a/www/nghttp2/patches/patch-configure b/www/nghttp2/patches/patch-configure
new file mode 100644
index 00000000000..9c5754eb2a6
--- /dev/null
+++ b/www/nghttp2/patches/patch-configure
@@ -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