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 DC9AD1396D9 for ; Fri, 27 Oct 2017 18:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F19ABE0C04; Fri, 27 Oct 2017 18:14:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BDEB8E0C04 for ; Fri, 27 Oct 2017 18:14:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 462603406D1 for ; Fri, 27 Oct 2017 18:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA48835 for ; Fri, 27 Oct 2017 18:14:10 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1509128037.43baf3f10ddd7de6b6bba8ee04d18ec59e03d67f.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-5.6.31.ebuild dev-lang/php/php-7.0.23.ebuild dev-lang/php/php-7.0.25.ebuild dev-lang/php/php-7.2.0_rc5.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 43baf3f10ddd7de6b6bba8ee04d18ec59e03d67f X-VCS-Branch: master Date: Fri, 27 Oct 2017 18:14:10 +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: 90a1e51d-6c68-428a-af74-9507ed41a654 X-Archives-Hash: 3b86dd8ff4ee5e7bf8964fe3910a3d7f commit: 43baf3f10ddd7de6b6bba8ee04d18ec59e03d67f Author: Brian Evans gentoo org> AuthorDate: Fri Oct 27 18:13:57 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Oct 27 18:13:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43baf3f1 dev-lang/php: Use https for HOMEPAGE and SRC_URI Package-Manager: Portage-2.3.12, Repoman-2.3.3 dev-lang/php/php-5.6.31.ebuild | 4 ++-- dev-lang/php/php-7.0.23.ebuild | 4 ++-- dev-lang/php/php-7.0.25.ebuild | 4 ++-- dev-lang/php/php-7.2.0_rc5.ebuild | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-lang/php/php-5.6.31.ebuild b/dev-lang/php/php-5.6.31.ebuild index 99350669e42..48988cf51f2 100644 --- a/dev-lang/php/php-5.6.31.ebuild +++ b/dev-lang/php/php-5.6.31.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit autotools flag-o-matic versionator systemd DESCRIPTION="The PHP language runtime engine" -HOMEPAGE="http://php.net/" -SRC_URI="http://php.net/distributions/${P}.tar.xz" +HOMEPAGE="https://secure.php.net/" +SRC_URI="https://secure.php.net/distributions/${P}.tar.xz" LICENSE="PHP-3.01 BSD diff --git a/dev-lang/php/php-7.0.23.ebuild b/dev-lang/php/php-7.0.23.ebuild index 547d2e86efc..556533105ba 100644 --- a/dev-lang/php/php-7.0.23.ebuild +++ b/dev-lang/php/php-7.0.23.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic versionator systemd DESCRIPTION="The PHP language runtime engine" -HOMEPAGE="http://php.net/" -SRC_URI="http://php.net/distributions/${P}.tar.xz" +HOMEPAGE="https://secure.php.net/" +SRC_URI="https://secure.php.net/distributions/${P}.tar.xz" LICENSE="PHP-3.01 BSD diff --git a/dev-lang/php/php-7.0.25.ebuild b/dev-lang/php/php-7.0.25.ebuild index 8201c7b7d40..947d712ca81 100644 --- a/dev-lang/php/php-7.0.25.ebuild +++ b/dev-lang/php/php-7.0.25.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic versionator systemd DESCRIPTION="The PHP language runtime engine" -HOMEPAGE="http://php.net/" -SRC_URI="http://php.net/distributions/${P}.tar.xz" +HOMEPAGE="https://secure.php.net/" +SRC_URI="https://secure.php.net/distributions/${P}.tar.xz" LICENSE="PHP-3.01 BSD diff --git a/dev-lang/php/php-7.2.0_rc5.ebuild b/dev-lang/php/php-7.2.0_rc5.ebuild index 8c808833186..1d273a12083 100644 --- a/dev-lang/php/php-7.2.0_rc5.ebuild +++ b/dev-lang/php/php-7.2.0_rc5.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic versionator systemd MY_PV="${PV/_rc/RC}" DESCRIPTION="The PHP language runtime engine" -HOMEPAGE="http://php.net/" +HOMEPAGE="https://secure.php.net/" SRC_URI="https://downloads.php.net/~pollita/${PN}-${MY_PV}.tar.xz" LICENSE="PHP-3.01