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 9E6F87A111 for ; Wed, 14 Sep 2016 14:23:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4DBF785EDB; Wed, 14 Sep 2016 14:23:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D28A685ED4 for ; Wed, 14 Sep 2016 14:23:25 +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 n12lz0XPe9AZ for ; Wed, 14 Sep 2016 14:23:25 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6350185ED2 for ; Wed, 14 Sep 2016 14:23:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59CABFBD1; Wed, 14 Sep 2016 14:23:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147386300522700" MIME-Version: 1.0 Date: Wed, 14 Sep 2016 14:23:25 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/h2o To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160914142325.59CABFBD1@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. --_----------=_147386300522700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Sep 14 14:23:25 UTC 2016 Modified Files: pkgsrc/www/h2o: Makefile distinfo Log Message: 2.0.3 2016-09-07 22:03:00+0000 - [file] don't use `readdir_r` on Linux, Solaris #1046 #1052 (Frederik Deweerdt, Kazuho Oku) - [http2] fix negative error code sent when cancelling a pushed stream #1039 (Frederik Deweerdt) - [http2] fix a bug that may cause a stream to stall #1040 (Frederik Deweerdt) - [http2] fix a bug that reset the stream when receiving HEADERS after PRIORITY #1043 (Frederik Deweerdt) - [mruby] fix mruby handler becoming unusable after failed connection in http_request on FreeBSD #1062 (Kazuho Oku) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/h2o/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/h2o/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147386300522700 Content-Disposition: inline Content-Length: 1482 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/h2o/Makefile diff -u pkgsrc/www/h2o/Makefile:1.11 pkgsrc/www/h2o/Makefile:1.12 --- pkgsrc/www/h2o/Makefile:1.11 Tue Aug 2 17:39:41 2016 +++ pkgsrc/www/h2o/Makefile Wed Sep 14 14:23:25 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2016/08/02 17:39:41 schmonz Exp $ +# $NetBSD: Makefile,v 1.12 2016/09/14 14:23:25 mef Exp $ -DISTNAME= h2o-2.0.2 +DISTNAME= h2o-2.0.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=h2o/} Index: pkgsrc/www/h2o/distinfo diff -u pkgsrc/www/h2o/distinfo:1.6 pkgsrc/www/h2o/distinfo:1.7 --- pkgsrc/www/h2o/distinfo:1.6 Tue Aug 2 17:39:41 2016 +++ pkgsrc/www/h2o/distinfo Wed Sep 14 14:23:25 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2016/08/02 17:39:41 schmonz Exp $ +$NetBSD: distinfo,v 1.7 2016/09/14 14:23:25 mef Exp $ -SHA1 (h2o-2.0.2.tar.gz) = 650a185e7d2fa9e5be48dcebc30e364973b58b7e -RMD160 (h2o-2.0.2.tar.gz) = aced53f6e3eb0328ed5fd63b688cf5b753b83d0a -SHA512 (h2o-2.0.2.tar.gz) = 4ed5d1ee1c41e2551421363e4197ebc9a4de2fe07f1feebe2bea2824e89edfc35e6e5b932b1f35be0bba95ba85355beede5920be05e43f1b4323b3763d2fad1b -Size (h2o-2.0.2.tar.gz) = 15014155 bytes +SHA1 (h2o-2.0.3.tar.gz) = ec0a0351dc6e248e7d8e5dacd665e527bbd58a0e +RMD160 (h2o-2.0.3.tar.gz) = 3233de3de71263f38f2ff4b20263f0635dcd9522 +SHA512 (h2o-2.0.3.tar.gz) = 898346242808e0160f9d2ed297a627f5d6319237fc1d473b0c071628ed21c2cab274cb5074d11227f031d3e408be9a1b6326f4422a4d9d2fbc44031af351f981 +Size (h2o-2.0.3.tar.gz) = 15017693 bytes --_----------=_147386300522700--