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 88B02138334 for ; Thu, 12 Jul 2018 15:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D443E0864; Thu, 12 Jul 2018 15:37:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5C9D7E086D for ; Thu, 12 Jul 2018 15:37:54 +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 C9F89335CC4 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 0124335F for ; Thu, 12 Jul 2018 15:30:08 +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: <1531409315.ac8c32c38dff404a306d4145405d630bfbdafae3.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-base-policy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild X-VCS-Directories: sec-policy/selinux-base-policy/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: ac8c32c38dff404a306d4145405d630bfbdafae3 X-VCS-Branch: master Date: Thu, 12 Jul 2018 15:30:08 +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: f3a7ae01-53a3-4695-8583-b2c104ec160f X-Archives-Hash: 068daf4b6fba25bff255a2d743f7646d commit: ac8c32c38dff404a306d4145405d630bfbdafae3 Author: Jason Zaman gentoo org> AuthorDate: Thu Jul 12 14:33:04 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Jul 12 15:28:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8c32c3 sec-policy/selinux-base-policy: update SRC_URI Package-Manager: Portage-2.3.40, Repoman-2.3.9 sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild index b2976ccee54..f68a3519c79 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-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/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" fi