From owner-svn-ports-head@freebsd.org Wed Sep 12 15:03:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 040241095E2F; Wed, 12 Sep 2018 15:03:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 933218638D; Wed, 12 Sep 2018 15:03:49 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8863C1E4; Wed, 12 Sep 2018 15:03:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8CF3nox028182; Wed, 12 Sep 2018 15:03:49 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8CF3n5f028179; Wed, 12 Sep 2018 15:03:49 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201809121503.w8CF3n5f028179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Sep 2018 15:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479609 - head/www/varnish6 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/www/varnish6 X-SVN-Commit-Revision: 479609 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2018 15:03:50 -0000 Author: feld Date: Wed Sep 12 15:03:48 2018 New Revision: 479609 URL: https://svnweb.freebsd.org/changeset/ports/479609 Log: www/varnish6: Update to 6.0.1 Changelog: https://github.com/varnishcache/varnish-cache/blob/master/doc/changes.rst#varnish-cache-601-2018-08-29 MFH: 2018Q3 Modified: head/www/varnish6/Makefile head/www/varnish6/distinfo head/www/varnish6/pkg-plist Modified: head/www/varnish6/Makefile ============================================================================== --- head/www/varnish6/Makefile Wed Sep 12 14:58:32 2018 (r479608) +++ head/www/varnish6/Makefile Wed Sep 12 15:03:48 2018 (r479609) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= varnish -PORTVERSION= 6.0.0 +PORTVERSION= 6.0.1 DISTVERSIONPREFIX= varnish- PORTREVISION= 0 CATEGORIES= www Modified: head/www/varnish6/distinfo ============================================================================== --- head/www/varnish6/distinfo Wed Sep 12 14:58:32 2018 (r479608) +++ head/www/varnish6/distinfo Wed Sep 12 15:03:48 2018 (r479609) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521236203 -SHA256 (varnishcache-varnish-cache-varnish-6.0.0_GH0.tar.gz) = abfd48fbfadb98e5ea09b0c9a64cea6c19c8b07b6b4851a99a968b1ff2379ec5 -SIZE (varnishcache-varnish-cache-varnish-6.0.0_GH0.tar.gz) = 1351443 +TIMESTAMP = 1536763059 +SHA256 (varnishcache-varnish-cache-varnish-6.0.1_GH0.tar.gz) = 2705dc3bffedbdb993f7ae9008a67972f251146401a46b07172c8569646bb975 +SIZE (varnishcache-varnish-cache-varnish-6.0.1_GH0.tar.gz) = 1380728 Modified: head/www/varnish6/pkg-plist ============================================================================== --- head/www/varnish6/pkg-plist Wed Sep 12 14:58:32 2018 (r479608) +++ head/www/varnish6/pkg-plist Wed Sep 12 15:03:48 2018 (r479609) @@ -26,6 +26,7 @@ include/varnish/tbl/h2_error.h include/varnish/tbl/h2_frames.h include/varnish/tbl/h2_settings.h include/varnish/tbl/h2_stream.h +include/varnish/tbl/htc.h include/varnish/tbl/http_headers.h include/varnish/tbl/http_response.h include/varnish/tbl/locks.h