Tue Aug 28 06:37:18 2018 UTC ()
nghttp2: updated to 1.32.1

Nghttp2 v1.32.1:
nghttp2_session_set_stream_user_data now works for a stream which is not created yet, but the request which creates the stream is queued.


(adam)
diff -r1.40 -r1.41 pkgsrc/www/nghttp2/Makefile
diff -r1.32 -r1.33 pkgsrc/www/nghttp2/distinfo

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

--- pkgsrc/www/nghttp2/Makefile 2018/08/16 18:54:33 1.40
+++ pkgsrc/www/nghttp2/Makefile 2018/08/28 06:37:18 1.41
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.40 2018/08/16 18:54:33 adam Exp $ 1# $NetBSD: Makefile,v 1.41 2018/08/28 06:37:18 adam Exp $
2 2
3DISTNAME= nghttp2-1.32.0 3DISTNAME= nghttp2-1.32.1
4PKGREVISION= 1 
5CATEGORIES= www 4CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://nghttp2.org/ 9HOMEPAGE= https://nghttp2.org/
11COMMENT= Implementation of HTTP/2 in C 10COMMENT= Implementation of HTTP/2 in C
12LICENSE= mit 11LICENSE= mit
13 12
14GITHUB_RELEASE= v${PKGVERSION_NOREV} 13GITHUB_RELEASE= v${PKGVERSION_NOREV}
15 14
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17USE_LIBTOOL= yes 16USE_LIBTOOL= yes

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

--- pkgsrc/www/nghttp2/distinfo 2018/06/14 10:51:21 1.32
+++ pkgsrc/www/nghttp2/distinfo 2018/08/28 06:37:18 1.33
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.32 2018/06/14 10:51:21 fhajny Exp $ 1$NetBSD: distinfo,v 1.33 2018/08/28 06:37:18 adam Exp $
2 2
3SHA1 (nghttp2-1.32.0.tar.xz) = e1382ba5c4c0459c8b7ff7e90ffa5ad9001e01e1 3SHA1 (nghttp2-1.32.1.tar.xz) = f403f21348fa9c5eba22ca6e3724f6d7a00be065
4RMD160 (nghttp2-1.32.0.tar.xz) = cfcaac6eb27730b47d166210cccb7866985e47c1 4RMD160 (nghttp2-1.32.1.tar.xz) = bb086aa7d3463260df3af5f7d86662b3287aad14
5SHA512 (nghttp2-1.32.0.tar.xz) = ec7e417fbc5497861d2b6dde5145da1640b36441882824e85940e5ca6ac52ec444aa7123846960f7211dd96462eab421d39f9cc49454f3f52e0dcdb36402044e 5SHA512 (nghttp2-1.32.1.tar.xz) = 477e6f4ccdba5c86436d554be819fd10a715896173029aa72f9c90c2ee64dbe20e2ff4cde614be3a7683dec9e0feaa21d124493ed5fc12ad4c63a37a83bad57c
6Size (nghttp2-1.32.0.tar.xz) = 1548528 bytes 6Size (nghttp2-1.32.1.tar.xz) = 1548812 bytes