Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-base-policy/
Date: Sun, 27 Aug 2017 14:58:52
Message-Id: 1503845859.99671357eec47b94529aa16e5d3cc6aca974a71d.perfinion@gentoo
1 commit: 99671357eec47b94529aa16e5d3cc6aca974a71d
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 14:57:39 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 14:57:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99671357
7
8 sec-policy/selinux-base-policy: drop insecure git:// path in favour of https://
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild
16 index 24ff4807a9d..7aa38de444d 100644
17 --- a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild
18 +++ b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild
19 @@ -3,7 +3,7 @@
20 EAPI="6"
21
22 if [[ ${PV} == 9999* ]]; then
23 - EGIT_REPO_URI="${SELINUX_GIT_REPO:-git://anongit.gentoo.org/proj/hardened-refpolicy.git https://anongit.gentoo.org/git/proj/hardened-refpolicy.git}"
24 + EGIT_REPO_URI="${SELINUX_GIT_REPO:-https://anongit.gentoo.org/git/proj/hardened-refpolicy.git}"
25 EGIT_BRANCH="${SELINUX_GIT_BRANCH:-master}"
26 EGIT_CHECKOUT_DIR="${WORKDIR}/refpolicy"