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 86072138335 for ; Thu, 12 Jul 2018 15:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3989EE08D4; Thu, 12 Jul 2018 15:37:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 03DB3E08D4 for ; Thu, 12 Jul 2018 15:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 370B1335CB2 for ; Thu, 12 Jul 2018 15:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E161B349 for ; Thu, 12 Jul 2018 15:30:07 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1531409312.171ce4a06b0f2e5e7a747ebc83f96aff8c35e1c6.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-base/selinux-base-9999.ebuild X-VCS-Directories: sec-policy/selinux-base/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 171ce4a06b0f2e5e7a747ebc83f96aff8c35e1c6 X-VCS-Branch: master Date: Thu, 12 Jul 2018 15:30:07 +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-Archives-Salt: b9e58964-5684-4882-aa5c-c810be6d8aac X-Archives-Hash: 1a85aee77aa6a07058c5c0cac2f300ea commit: 171ce4a06b0f2e5e7a747ebc83f96aff8c35e1c6 Author: Jason Zaman gentoo org> AuthorDate: Thu Jul 12 14:32:20 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Jul 12 15:28:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171ce4a0 sec-policy/selinux-base: update SRC_URI Package-Manager: Portage-2.3.40, Repoman-2.3.9 sec-policy/selinux-base/selinux-base-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild index b779ed9e7cf..6da755d1665 100644 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else - 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-${PVR}.tar.bz2" KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"