summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2018-07-12 22:35:39 +0800
committerJason Zaman <perfinion@gentoo.org>2018-07-12 23:28:37 +0800
commit635c6284be16b11a7d2f01551099136032062e5d (patch)
treec828e1a5b2408a586f14813a6073116ceb4f3515 /eclass
parentsec-policy/selinux-base-policy: update SRC_URI (diff)
downloadgentoo-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.eclass4
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