From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5599B138331 for ; Sun, 11 Mar 2018 14:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8025CE08DA; Sun, 11 Mar 2018 14:24:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D545E08DA for ; Sun, 11 Mar 2018 14:24:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 115A8335C49 for ; Sun, 11 Mar 2018 14:24:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440B324D for ; Sun, 11 Mar 2018 14:24:12 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1520778235.c4655c5ea6defbf962b7b9612fb192c03b4df4e7.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/varnish/varnish-4.0.5.ebuild www-servers/varnish/varnish-4.1.8.ebuild www-servers/varnish/varnish-5.1.3.ebuild www-servers/varnish/varnish-5.2.1.ebuild X-VCS-Directories: www-servers/varnish/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: c4655c5ea6defbf962b7b9612fb192c03b4df4e7 X-VCS-Branch: master Date: Sun, 11 Mar 2018 14:24:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3591d704-ad0f-4f45-867b-a23e6f795583 X-Archives-Hash: e12430b771fd35796729a05c3ffa0b15 commit: c4655c5ea6defbf962b7b9612fb192c03b4df4e7 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 2 18:00:33 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Mar 11 14:23:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4655c5e www-servers/varnish: use HTTPS Signed-off-by: Anthony G. Basile gentoo.org> www-servers/varnish/varnish-4.0.5.ebuild | 2 +- www-servers/varnish/varnish-4.1.8.ebuild | 2 +- www-servers/varnish/varnish-5.1.3.ebuild | 2 +- www-servers/varnish/varnish-5.2.1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-servers/varnish/varnish-4.0.5.ebuild b/www-servers/varnish/varnish-4.0.5.ebuild index 33ea75412cb..dd9c1ab2522 100644 --- a/www-servers/varnish/varnish-4.0.5.ebuild +++ b/www-servers/varnish/varnish-4.0.5.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit user autotools systemd python-r1 DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator" -HOMEPAGE="http://www.varnish-cache.org/" +HOMEPAGE="https://varnish-cache.org/" SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" LICENSE="BSD-2 GPL-2" diff --git a/www-servers/varnish/varnish-4.1.8.ebuild b/www-servers/varnish/varnish-4.1.8.ebuild index fb6b3b4964e..a2b684287b9 100644 --- a/www-servers/varnish/varnish-4.1.8.ebuild +++ b/www-servers/varnish/varnish-4.1.8.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit user autotools systemd python-r1 DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator" -HOMEPAGE="http://www.varnish-cache.org/" +HOMEPAGE="https://varnish-cache.org/" SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" LICENSE="BSD-2 GPL-2" diff --git a/www-servers/varnish/varnish-5.1.3.ebuild b/www-servers/varnish/varnish-5.1.3.ebuild index 851375c6fdc..c7269e2396f 100644 --- a/www-servers/varnish/varnish-5.1.3.ebuild +++ b/www-servers/varnish/varnish-5.1.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit user autotools systemd python-r1 DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator" -HOMEPAGE="http://www.varnish-cache.org/" +HOMEPAGE="https://varnish-cache.org/" SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" LICENSE="BSD-2 GPL-2" diff --git a/www-servers/varnish/varnish-5.2.1.ebuild b/www-servers/varnish/varnish-5.2.1.ebuild index 3a01a455867..5b3698dea93 100644 --- a/www-servers/varnish/varnish-5.2.1.ebuild +++ b/www-servers/varnish/varnish-5.2.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit user autotools systemd python-r1 DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator" -HOMEPAGE="http://www.varnish-cache.org/" +HOMEPAGE="https://varnish-cache.org/" SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" LICENSE="BSD-2 GPL-2"