Received: by mail.netbsd.org (Postfix, from userid 605) id AFAAC84D76; Mon, 21 Aug 2017 08:16:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4217A84D70 for ; Mon, 21 Aug 2017 08:16:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ylDUPkF9sqxE for ; Mon, 21 Aug 2017 08:16:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C94D584D67 for ; Mon, 21 Aug 2017 08:16:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEE31FAD0; Mon, 21 Aug 2017 08:16:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150330341887620" MIME-Version: 1.0 Date: Mon, 21 Aug 2017 08:16:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/nghttp2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170821081658.BEE31FAD0@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150330341887620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Aug 21 08:16:58 UTC 2017 Modified Files: pkgsrc/www/nghttp2: Makefile distinfo Log Message: nghttp2 v1.25.0 lib: add nghttp2_rcbuf_is_static() nghttpx: Fix bug that forwarded for is not affected by proxy protocol nghttpx: Update mruby to 1.3.0 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/nghttp2/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/nghttp2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150330341887620 Content-Disposition: inline Content-Length: 1600 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/nghttp2/Makefile diff -u pkgsrc/www/nghttp2/Makefile:1.28 pkgsrc/www/nghttp2/Makefile:1.29 --- pkgsrc/www/nghttp2/Makefile:1.28 Mon Jul 3 12:11:38 2017 +++ pkgsrc/www/nghttp2/Makefile Mon Aug 21 08:16:58 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2017/07/03 12:11:38 adam Exp $ +# $NetBSD: Makefile,v 1.29 2017/08/21 08:16:58 adam Exp $ -DISTNAME= nghttp2-1.24.0 +DISTNAME= nghttp2-1.25.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.24 pkgsrc/www/nghttp2/distinfo:1.25 --- pkgsrc/www/nghttp2/distinfo:1.24 Mon Jul 3 12:11:38 2017 +++ pkgsrc/www/nghttp2/distinfo Mon Aug 21 08:16:58 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2017/07/03 12:11:38 adam Exp $ +$NetBSD: distinfo,v 1.25 2017/08/21 08:16:58 adam Exp $ -SHA1 (nghttp2-1.24.0.tar.xz) = c93e1d46b91eedc7c3765980989dc35c7d6646f9 -RMD160 (nghttp2-1.24.0.tar.xz) = 72dae8c9b9a53764afac1ba7c32c4bfcbdf084ae -SHA512 (nghttp2-1.24.0.tar.xz) = 99c1a634f6b911a2256039bad42642d35120fa826c6fb3b9aebde9a1d1a227a4c3926f481cd8981f7cf4ac78617e5885faaeff87b35250d8cf54ebd6465e12a0 -Size (nghttp2-1.24.0.tar.xz) = 1516312 bytes +SHA1 (nghttp2-1.25.0.tar.xz) = 91ac62b0de4131f963d99e78c2976909143e51e6 +RMD160 (nghttp2-1.25.0.tar.xz) = 1e83a0068634cb63684cf08184d0060ee4dafd02 +SHA512 (nghttp2-1.25.0.tar.xz) = bfc390aaf21153b9265ec9f6437e98ccca7fb50c12cdf085e1c12dfe222cb3e0048d1bb2d7a74db49943ba6f08f2452439b346b6b0f4cbfeac10bde3ca186c06 +Size (nghttp2-1.25.0.tar.xz) = 1542924 bytes --_----------=_150330341887620--