diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-07-12 22:35:39 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-07-12 23:28:37 +0800 |
commit | 635c6284be16b11a7d2f01551099136032062e5d (patch) | |
tree | c828e1a5b2408a586f14813a6073116ceb4f3515 /eclass | |
parent | sec-policy/selinux-base-policy: update SRC_URI (diff) | |
download | gentoo-635c6284be16b11a7d2f01551099136032062e5d.tar.gz gentoo-635c6284be16b11a7d2f01551099136032062e5d.tar.bz2 gentoo-635c6284be16b11a7d2f01551099136032062e5d.zip |
eclass: selinux-policy-2: update SRC_URI
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/selinux-policy-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass index aaea1ee4b89f..784e304a962d 100644 --- a/eclass/selinux-policy-2.eclass +++ b/eclass/selinux-policy-2.eclass @@ -94,10 +94,10 @@ IUSE="" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux" if [[ -n ${BASEPOL} ]] && [[ "${BASEPOL}" != "9999" ]]; then - SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2 + SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${BASEPOL}.tar.bz2" elif [[ "${BASEPOL}" != "9999" ]]; then - SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2" + SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2" else SRC_URI="" fi |