From fc4acb6b40fd26ef62e2356a6dabe17fd8dfd30c Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Thu, 12 Oct 2023 15:57:40 +0530 Subject: [PATCH] sys-boot/shim: updates to 15.7 Signed-off-by: Sayan Chowdhury --- .../shim/{shim-0.8_p20150423-r2.ebuild => shim-15.7.ebuild} | 0 .../third_party/coreos-overlay/sys-boot/shim/shim-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/sys-boot/shim/{shim-0.8_p20150423-r2.ebuild => shim-15.7.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-0.8_p20150423-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-15.7.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-0.8_p20150423-r2.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-15.7.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-9999.ebuild index b2e4e6bd06..50673ef721 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-boot/shim/shim-9999.ebuild @@ -8,14 +8,14 @@ CROS_WORKON_REPO="https://github.com" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="e98d00c2eb00b1cfb25212f7527ed47d8ab3bb3a" + CROS_WORKON_COMMIT="7ba7440c49d32f911fb9e1c213307947a777085d" KEYWORDS="amd64 arm64" fi inherit cros-workon multilib DESCRIPTION="UEFI Shim loader" -HOMEPAGE="https://github.com/rhinstaller/shim" +HOMEPAGE="https://github.com/rhboot/shim" LICENSE="BSD" SLOT="0"