Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1D7D87A106 for ; Thu, 7 Jul 2016 08:32:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C51EC85E82; Thu, 7 Jul 2016 08:32:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 557A085E77 for ; Thu, 7 Jul 2016 08:32:16 +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 tbtdUm6Simvf for ; Thu, 7 Jul 2016 08:32:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D2DA885E25 for ; Thu, 7 Jul 2016 08:32:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E44CAFBB5; Thu, 7 Jul 2016 08:32:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1467880334297470" MIME-Version: 1.0 Date: Thu, 7 Jul 2016 08:32:14 +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: <20160707083214.E44CAFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1467880334297470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 7 08:32:14 UTC 2016 Modified Files: pkgsrc/www/nghttp2: Makefile distinfo Log Message: Changes 1.12.0: This release adds 2 new API functions to libnghttp2. It also adds HTTP/1.1 POST support to h2load. nghttpx gets new features, and performance improvements. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/nghttp2/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/nghttp2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1467880334297470 Content-Disposition: inline Content-Length: 1592 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.9 pkgsrc/www/nghttp2/Makefile:1.10 --- pkgsrc/www/nghttp2/Makefile:1.9 Tue Apr 26 16:31:59 2016 +++ pkgsrc/www/nghttp2/Makefile Thu Jul 7 08:32:14 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2016/04/26 16:31:59 adam Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/07 08:32:14 adam Exp $ -DISTNAME= nghttp2-1.10.0 +DISTNAME= nghttp2-1.12.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.8 pkgsrc/www/nghttp2/distinfo:1.9 --- pkgsrc/www/nghttp2/distinfo:1.8 Tue Apr 26 16:31:59 2016 +++ pkgsrc/www/nghttp2/distinfo Thu Jul 7 08:32:14 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2016/04/26 16:31:59 adam Exp $ +$NetBSD: distinfo,v 1.9 2016/07/07 08:32:14 adam Exp $ -SHA1 (nghttp2-1.10.0.tar.xz) = 6158408aa63f4de7ca4f11ecaf2f95d66b5b7459 -RMD160 (nghttp2-1.10.0.tar.xz) = 69bebd4e0ec0592f6c1212b77a9526f185a98ea2 -SHA512 (nghttp2-1.10.0.tar.xz) = 18fee53f4e6820eb721b91252300b8ed9d02ada6470e0277c70c0af5b3582b4234325341bb49c62f591de92abd3816abecc06ae004f21076f5363d726f7b57aa -Size (nghttp2-1.10.0.tar.xz) = 1461064 bytes +SHA1 (nghttp2-1.12.0.tar.xz) = 62c29193b075b16d56d6fee8d29f74c8a912195a +RMD160 (nghttp2-1.12.0.tar.xz) = ef4b6baa2df33c2bab08aa385623c898d02e3b06 +SHA512 (nghttp2-1.12.0.tar.xz) = 7feeb87e55d94558a6d42306fe38ba6ea702242733347db18023deddd7e0a956995ed6df0595d5c40508394011f2188cd71c5e7cbcddb8fb58222a27b1c27c6b +Size (nghttp2-1.12.0.tar.xz) = 1478808 bytes --_----------=_1467880334297470--