diff options
author | Jason Zaman <perfinion@gentoo.org> | 2017-08-27 22:56:00 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2017-08-27 22:56:00 +0800 |
commit | d396fca682854e086c0888f4d139017eb8ec2979 (patch) | |
tree | 8ab0c9c6c5a533b80feb7530317c06c7f02d995b /eclass/selinux-policy-2.eclass | |
parent | net-misc/youtube-dl: Old. (diff) | |
download | gentoo-d396fca682854e086c0888f4d139017eb8ec2979.tar.gz gentoo-d396fca682854e086c0888f4d139017eb8ec2979.tar.bz2 gentoo-d396fca682854e086c0888f4d139017eb8ec2979.zip |
selinux-policy-2.eclass: drop insecure git:// path in favour of https://
Diffstat (limited to 'eclass/selinux-policy-2.eclass')
-rw-r--r-- | eclass/selinux-policy-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass index 34f4bf54eee8..fb205c1bfefd 100644 --- a/eclass/selinux-policy-2.eclass +++ b/eclass/selinux-policy-2.eclass @@ -62,7 +62,7 @@ # using a single variable, rather than having to set the packagename_LIVE_REPO # variable for each and every SELinux policy module package they want to install. # The default value is Gentoo's hardened-refpolicy repository. -: ${SELINUX_GIT_REPO:="git://anongit.gentoo.org/proj/hardened-refpolicy.git https://anongit.gentoo.org/git/proj/hardened-refpolicy.git"}; +: ${SELINUX_GIT_REPO:="https://anongit.gentoo.org/git/proj/hardened-refpolicy.git"}; # @ECLASS-VARIABLE: SELINUX_GIT_BRANCH # @DESCRIPTION: |