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 02989138354 for ; Mon, 16 Mar 2020 21:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 274ECE0CED; Mon, 16 Mar 2020 21:24:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0124DE0CED for ; Mon, 16 Mar 2020 21:23:59 +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 E2D7D34F1FF for ; Mon, 16 Mar 2020 21:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97B2A187 for ; Mon, 16 Mar 2020 21:23:57 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1584393832.2dcabf30efc3ee268c2a90a73eca0bc6d378bced.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.24-r4.ebuild sys-libs/glibc/glibc-2.25-r11.ebuild sys-libs/glibc/glibc-2.26-r7.ebuild sys-libs/glibc/glibc-2.31-r1.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2dcabf30efc3ee268c2a90a73eca0bc6d378bced X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:23:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 507926b4-bc55-4058-8d52-3bbed17104ad X-Archives-Hash: 1346d6ed313fea0e22bb7f17f4ab1b58 commit: 2dcabf30efc3ee268c2a90a73eca0bc6d378bced Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon Mar 16 18:56:26 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Mar 16 21:23:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcabf30 sys-libs/glibc: Use https:// again for git repository. Reverts: 3e796f4abbb89a6edc99b54688f666ec11219ea2 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Sergei Trofimovich gentoo.org> sys-libs/glibc/glibc-2.24-r4.ebuild | 2 +- sys-libs/glibc/glibc-2.25-r11.ebuild | 2 +- sys-libs/glibc/glibc-2.26-r7.ebuild | 2 +- sys-libs/glibc/glibc-2.31-r1.ebuild | 3 +-- sys-libs/glibc/glibc-9999.ebuild | 3 +-- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/sys-libs/glibc/glibc-2.24-r4.ebuild b/sys-libs/glibc/glibc-2.24-r4.ebuild index 581f59bd34f..d6831c0403b 100644 --- a/sys-libs/glibc/glibc-2.24-r4.ebuild +++ b/sys-libs/glibc/glibc-2.24-r4.ebuild @@ -16,7 +16,7 @@ EMULTILIB_PKG="true" RELEASE_VER="" case ${PV} in 9999*) - EGIT_REPO_URIS="git://sourceware.org/git/glibc.git" + EGIT_REPO_URIS="https://sourceware.org/git/glibc.git" inherit git-r3 ;; *) diff --git a/sys-libs/glibc/glibc-2.25-r11.ebuild b/sys-libs/glibc/glibc-2.25-r11.ebuild index 2bd11b46620..8c30e398b3e 100644 --- a/sys-libs/glibc/glibc-2.25-r11.ebuild +++ b/sys-libs/glibc/glibc-2.25-r11.ebuild @@ -16,7 +16,7 @@ EMULTILIB_PKG="true" RELEASE_VER="" case ${PV} in 9999*) - EGIT_REPO_URIS="git://sourceware.org/git/glibc.git" + EGIT_REPO_URIS="https://sourceware.org/git/glibc.git" inherit git-r3 ;; *) diff --git a/sys-libs/glibc/glibc-2.26-r7.ebuild b/sys-libs/glibc/glibc-2.26-r7.ebuild index fe514d16c02..2dd4e66f29b 100644 --- a/sys-libs/glibc/glibc-2.26-r7.ebuild +++ b/sys-libs/glibc/glibc-2.26-r7.ebuild @@ -14,7 +14,7 @@ EMULTILIB_PKG="true" # Configuration variables if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="git://sourceware.org/git/glibc.git" + EGIT_REPO_URI="https://sourceware.org/git/glibc.git" inherit git-r3 else KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" diff --git a/sys-libs/glibc/glibc-2.31-r1.ebuild b/sys-libs/glibc/glibc-2.31-r1.ebuild index 00feda902bd..54758a65602 100644 --- a/sys-libs/glibc/glibc-2.31-r1.ebuild +++ b/sys-libs/glibc/glibc-2.31-r1.ebuild @@ -16,8 +16,7 @@ SLOT="2.2" EMULTILIB_PKG="true" if [[ ${PV} == 9999* ]]; then - # sourceware.org does not have https:// today. - EGIT_REPO_URI="git://sourceware.org/git/glibc.git" + EGIT_REPO_URI="https://sourceware.org/git/glibc.git" inherit git-r3 else # needs minimal testing diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index b77e0177feb..7af2bc9cf75 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -16,8 +16,7 @@ SLOT="2.2" EMULTILIB_PKG="true" if [[ ${PV} == 9999* ]]; then - # sourceware.org does not have https:// today. - EGIT_REPO_URI="git://sourceware.org/git/glibc.git" + EGIT_REPO_URI="https://sourceware.org/git/glibc.git" inherit git-r3 else #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"