Sun Apr 9 15:24:02 2017 UTC ()
Changes 1.21.1:
The bug which causes libnghttp2_asio client to crash has been fixed.
The bug which causes nghttpx to respond to a client with 502 status code if it receives 204 status code from HTTP/1 backend has been fixed.


(adam)
diff -r1.22 -r1.23 pkgsrc/www/nghttp2/Makefile
diff -r1.19 -r1.20 pkgsrc/www/nghttp2/distinfo

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

--- pkgsrc/www/nghttp2/Makefile 2017/03/30 16:20:50 1.22
+++ pkgsrc/www/nghttp2/Makefile 2017/04/09 15:24:02 1.23
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2017/03/30 16:20:50 adam Exp $ 1# $NetBSD: Makefile,v 1.23 2017/04/09 15:24:02 adam Exp $
2 2
3DISTNAME= nghttp2-1.21.0 3DISTNAME= nghttp2-1.21.1
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.19 -r1.20 pkgsrc/www/nghttp2/distinfo (expand / switch to unified diff)

--- pkgsrc/www/nghttp2/distinfo 2017/03/30 16:20:50 1.19
+++ pkgsrc/www/nghttp2/distinfo 2017/04/09 15:24:02 1.20
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.19 2017/03/30 16:20:50 adam Exp $ 1$NetBSD: distinfo,v 1.20 2017/04/09 15:24:02 adam Exp $
2 2
3SHA1 (nghttp2-1.21.0.tar.xz) = 800cf45e4cf169b0cd5659a425b52aeb6ce9fd17 3SHA1 (nghttp2-1.21.1.tar.xz) = 61423f858eae52f525bb47e332fcc77a5c1a7607
4RMD160 (nghttp2-1.21.0.tar.xz) = 7277586b825bccb7b63a9b5deb118908af5425ca 4RMD160 (nghttp2-1.21.1.tar.xz) = c12c35624925155953e855522a30f9cc793cf81e
5SHA512 (nghttp2-1.21.0.tar.xz) = 55e7cad765d1f2f8e3211c20a8a316b6defebfe431f6c07ab81ed3dbe18bbf0eba8d6a980906b919a9e169568272f21e9eb946f6d555169085537f460dc35c4d 5SHA512 (nghttp2-1.21.1.tar.xz) = ac0121531b0ecbee67b0b3cb7b18ab1c5417f3d576f2683b526a2f6848dab73e31398d00b76c61f3c12560e44918818fcd2b917f1e296dc0783d610d802d252d
6Size (nghttp2-1.21.0.tar.xz) = 1511716 bytes 6Size (nghttp2-1.21.1.tar.xz) = 1509376 bytes