Received: by mail.netbsd.org (Postfix, from userid 605) id 43DA38556F; Thu, 26 Oct 2017 06:57:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3D2084D58 for ; Thu, 26 Oct 2017 06:57:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id wtb2tfwcsmjD for ; Thu, 26 Oct 2017 06:57:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4FEFE84CDC for ; Thu, 26 Oct 2017 06:57:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2DA89FBDE; Thu, 26 Oct 2017 06:57:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509001057177850" MIME-Version: 1.0 Date: Thu, 26 Oct 2017 06:57:37 +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: <20171026065737.2DA89FBDE@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. --_----------=_1509001057177850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 26 06:57:37 UTC 2017 Modified Files: pkgsrc/www/nghttp2: Makefile distinfo Log Message: nghttp2: updated to 1.27.0 nghttp2 v1.27.0 build: Fixed accidental compiler flags concatenation for MSVC build: Reduce libxml2 version requirement to 2.6.26 asio: Support for Windows / MinGW h2load: Print out h2 header fields with --verbose option nghttpx: Send non-final response to HTTP/1.1 or HTTP/2 client only To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/nghttp2/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/nghttp2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509001057177850 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.31 pkgsrc/www/nghttp2/Makefile:1.32 --- pkgsrc/www/nghttp2/Makefile:1.31 Tue Sep 26 07:05:05 2017 +++ pkgsrc/www/nghttp2/Makefile Thu Oct 26 06:57:37 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2017/09/26 07:05:05 adam Exp $ +# $NetBSD: Makefile,v 1.32 2017/10/26 06:57:37 adam Exp $ -DISTNAME= nghttp2-1.26.0 +DISTNAME= nghttp2-1.27.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.26 pkgsrc/www/nghttp2/distinfo:1.27 --- pkgsrc/www/nghttp2/distinfo:1.26 Tue Sep 26 07:05:05 2017 +++ pkgsrc/www/nghttp2/distinfo Thu Oct 26 06:57:37 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2017/09/26 07:05:05 adam Exp $ +$NetBSD: distinfo,v 1.27 2017/10/26 06:57:37 adam Exp $ -SHA1 (nghttp2-1.26.0.tar.xz) = e0794594286aea35a9a7d09f13f429edd6fed4b3 -RMD160 (nghttp2-1.26.0.tar.xz) = de6755497e4e496129859343c215f4e7a52cc01c -SHA512 (nghttp2-1.26.0.tar.xz) = d469f2a50192edbb2528896c1eee85c23a32bbd39b1769e1b78b9d4b05f14f51eb46162d305c81fe50de85251ff38f2a5bb83cde3d5f8c7e1a534ff855b5444d -Size (nghttp2-1.26.0.tar.xz) = 1545960 bytes +SHA1 (nghttp2-1.27.0.tar.xz) = 6ce73ef69ff3d5e9fc1df42110bfbb8761b7d5ca +RMD160 (nghttp2-1.27.0.tar.xz) = 28edca5a0614d517d1966e25a4f170066d2ca801 +SHA512 (nghttp2-1.27.0.tar.xz) = 8156ae4084155d000d1655d43790698b0bf89af3ba3a360cedf6a5744aa2ca9485094e65e09da2850ed6dd55479fe33de0948b734b987c85a63f0b3c83dbafd1 +Size (nghttp2-1.27.0.tar.xz) = 1546064 bytes --_----------=_1509001057177850--