Tue Apr 26 16:31:59 2016 UTC ()
nghttp2 v1.10.0:
This release adds ALTSVC frame support in libnghttp2. nghttp gets new option to exercise expect/continue dance with server. nghttpx gets several new features, robust load balancing, and bug fixes.


(adam)
diff -r1.8 -r1.9 pkgsrc/www/nghttp2/Makefile
diff -r1.7 -r1.8 pkgsrc/www/nghttp2/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/www/nghttp2/Makefile (expand / switch to unified diff)

--- pkgsrc/www/nghttp2/Makefile 2016/04/08 16:45:30 1.8
+++ pkgsrc/www/nghttp2/Makefile 2016/04/26 16:31:59 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2016/04/08 16:45:30 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2016/04/26 16:31:59 adam Exp $
2 2
3DISTNAME= nghttp2-1.9.2 3DISTNAME= nghttp2-1.10.0
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://nghttp2.org/ 9HOMEPAGE= https://nghttp2.org/
10COMMENT= Implementation of HTTP/2 in C 10COMMENT= Implementation of HTTP/2 in C
11LICENSE= mit 11LICENSE= mit
12 12
13GITHUB_RELEASE= v${PKGVERSION_NOREV} 13GITHUB_RELEASE= v${PKGVERSION_NOREV}
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.7 -r1.8 pkgsrc/www/nghttp2/distinfo (expand / switch to unified diff)

--- pkgsrc/www/nghttp2/distinfo 2016/04/08 16:45:30 1.7
+++ pkgsrc/www/nghttp2/distinfo 2016/04/26 16:31:59 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2016/04/08 16:45:30 adam Exp $ 1$NetBSD: distinfo,v 1.8 2016/04/26 16:31:59 adam Exp $
2 2
3SHA1 (nghttp2-1.9.2.tar.xz) = 12cb7b6572ef47996e9348534e8bc94efd98b4d6 3SHA1 (nghttp2-1.10.0.tar.xz) = 6158408aa63f4de7ca4f11ecaf2f95d66b5b7459
4RMD160 (nghttp2-1.9.2.tar.xz) = ef40a5c6782294116863e22890c0a74a54715fdb 4RMD160 (nghttp2-1.10.0.tar.xz) = 69bebd4e0ec0592f6c1212b77a9526f185a98ea2
5SHA512 (nghttp2-1.9.2.tar.xz) = 040bb81fa4ca1919432f57a43e81b359cbbc499879fd5b0fb9d8f69e78b7efe0865d1366883f7937e7300da958a912ef6d69363f5e6fcc7594f5302471b113db 5SHA512 (nghttp2-1.10.0.tar.xz) = 18fee53f4e6820eb721b91252300b8ed9d02ada6470e0277c70c0af5b3582b4234325341bb49c62f591de92abd3816abecc06ae004f21076f5363d726f7b57aa
6Size (nghttp2-1.9.2.tar.xz) = 1437856 bytes 6Size (nghttp2-1.10.0.tar.xz) = 1461064 bytes