From owner-svn-ports-all@freebsd.org Sun Jul 3 21:01:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C5E0B90330; Sun, 3 Jul 2016 21:01:58 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59A942709; Sun, 3 Jul 2016 21:01:58 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u63L1vIA039229; Sun, 3 Jul 2016 21:01:57 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u63L1vFr039227; Sun, 3 Jul 2016 21:01:57 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201607032101.u63L1vFr039227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 3 Jul 2016 21:01:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417997 - head/www/h2o X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2016 21:01:58 -0000 Author: junovitch Date: Sun Jul 3 21:01:57 2016 New Revision: 417997 URL: https://svnweb.freebsd.org/changeset/ports/417997 Log: www/h2o: update 2.0.0 -> 2.0.1 This is a bug-fix release of 2.0 series, fixing following issues found in 2.0.0. * [fastcgi] fix internal server error when PHP returns a huge header #958 * [http2] recognize link header containing multiple links #950 * [libh2o] fix resource leaks upon startup failure #936 * [libh2o] do not require linking to libbrotli externally #941 Changes: https://github.com/h2o/h2o/releases/tag/v2.0.1 PR: 210769 Submitted by: Dave Cottlehuber (maintainer) Modified: head/www/h2o/Makefile head/www/h2o/distinfo Modified: head/www/h2o/Makefile ============================================================================== --- head/www/h2o/Makefile Sun Jul 3 19:34:37 2016 (r417996) +++ head/www/h2o/Makefile Sun Jul 3 21:01:57 2016 (r417997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= h2o -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/h2o/distinfo ============================================================================== --- head/www/h2o/distinfo Sun Jul 3 19:34:37 2016 (r417996) +++ head/www/h2o/distinfo Sun Jul 3 21:01:57 2016 (r417997) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464775587 -SHA256 (h2o-h2o-v2.0.0_GH0.tar.gz) = 068cc88fe7313ea3c637764abc296629f6c9250e12b714f5629065bdc49d28c8 -SIZE (h2o-h2o-v2.0.0_GH0.tar.gz) = 15007086 +TIMESTAMP = 1467186334 +SHA256 (h2o-h2o-v2.0.1_GH0.tar.gz) = c53d11589c8c76491cf3a940b649d0a9cb27c36eb276963811ac1bc16cd2bf2c +SIZE (h2o-h2o-v2.0.1_GH0.tar.gz) = 15012563