diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 0c817f79bab..a5ce540cb70 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.27 2017/12/15 14:41:17 sthen Exp $ +# $OpenBSD: Makefile,v 1.28 2017/12/20 15:04:34 sthen Exp $ # if building tools, N.B. https://github.com/nghttp2/nghttp2/pull/789 / # https://patch-diff.githubusercontent.com/raw/nghttp2/nghttp2/pull/789.diff COMMENT= library for HTTP/2 -V= 1.28.0 +V= 1.29.0 DISTNAME= nghttp2-$V SHARED_LIBS += nghttp2 0.12 # 27.0 diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 9804087fb44..a9ed13f509a 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,2 +1,2 @@ -SHA256 (nghttp2-1.28.0.tar.gz) = 5vWNHvW9P5MXZDWL7oyU3lsUxdAM9PTNopHpUt6BqYM= -SIZE (nghttp2-1.28.0.tar.gz) = 2227646 +SHA256 (nghttp2-1.29.0.tar.gz) = 51zCvjqnqDkN9hXCfrr6pZAPAOY7RUsFxHfRMd6BNUg= +SIZE (nghttp2-1.29.0.tar.gz) = 2210290 diff --git a/www/nghttp2/patches/patch-Makefile_in b/www/nghttp2/patches/patch-Makefile_in index b4bdfb7875d..d01e57a6a6f 100644 --- a/www/nghttp2/patches/patch-Makefile_in +++ b/www/nghttp2/patches/patch-Makefile_in @@ -1,10 +1,11 @@ -$OpenBSD: patch-Makefile_in,v 1.6 2017/02/26 20:49:01 sthen Exp $ +$OpenBSD: patch-Makefile_in,v 1.7 2017/12/20 15:04:34 sthen Exp $ not very useful without tools, and the contrib Makefile has a gnu-ism ---- Makefile.in.orig Sun Feb 26 10:01:18 2017 -+++ Makefile.in Sun Feb 26 20:46:44 2017 -@@ -449,7 +449,7 @@ top_srcdir = @top_srcdir@ +Index: Makefile.in +--- Makefile.in.orig ++++ Makefile.in +@@ -447,7 +447,7 @@ top_srcdir = @top_srcdir@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. SUBDIRS = lib third-party src examples python tests integration-tests \