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:           Sun Nov 26 16:43:30 UTC 2017

Modified Files:
        pkgsrc/www/nghttp2: Makefile distinfo
Added Files:
        pkgsrc/www/nghttp2/patches: patch-configure

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


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/nghttp2/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/nghttp2/distinfo
cvs rdiff -u -r0 -r1.3 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.32 pkgsrc/www/nghttp2/Makefile:1.33
--- pkgsrc/www/nghttp2/Makefile:1.32    Thu Oct 26 06:57:37 2017
+++ pkgsrc/www/nghttp2/Makefile Sun Nov 26 16:43:30 2017
@@ -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

Index: pkgsrc/www/nghttp2/distinfo
diff -u pkgsrc/www/nghttp2/distinfo:1.27 pkgsrc/www/nghttp2/distinfo:1.28
--- pkgsrc/www/nghttp2/distinfo:1.27    Thu Oct 26 06:57:37 2017
+++ pkgsrc/www/nghttp2/distinfo Sun Nov 26 16:43:30 2017
@@ -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

Added files:

Index: pkgsrc/www/nghttp2/patches/patch-configure
diff -u /dev/null pkgsrc/www/nghttp2/patches/patch-configure:1.3
--- /dev/null   Sun Nov 26 16:43:30 2017
+++ pkgsrc/www/nghttp2/patches/patch-configure  Sun Nov 26 16:43:30 2017
@@ -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