From afae905dfa78a519b09dd032287b232b5ddabdb2 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 8 Jan 2021 08:57:09 +0100 Subject: [PATCH] sys-boot/syslinux: Update the SRC_URI to use kernel.org directly It seems that there is no "kernel" mirror specified in third party mirrors files in profiles any more. And gentoo seems to have switched to direct kernel.org URLs anyway, probably because kernel.org is using also some mirroring system, so we don't have to. Also, this syslinux version is quite old, so if its tarball ever was on distfiles mirror, it's gone by now. --- .../src/third_party/coreos-overlay/sys-boot/syslinux/Manifest | 2 +- .../coreos-overlay/sys-boot/syslinux/syslinux-4.07-r3.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/syslinux/Manifest b/sdk_container/src/third_party/coreos-overlay/sys-boot/syslinux/Manifest index f4d020d49b..cca713e043 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-boot/syslinux/Manifest +++ b/sdk_container/src/third_party/coreos-overlay/sys-boot/syslinux/Manifest @@ -1 +1 @@ -DIST syslinux-4.07.tar.bz2 5761877 BLAKE2B 2fe28f268f896601a045564b1e3dde618d57ebf4098d007f7e45119ad019fa88221658608f88e55d4d09cd297140427cdeaf03a40a2341d732064a0630fe92b5 SHA512 8efbd14803ec74c5ee699a754b4727e4b975c08afd4dbb39f4b7ccdb90743e4459cd4609c6f1065c7b7efaa26c9d465806254891795d363758f35a2fe5704ae5 +DIST syslinux-4.07.tar.xz 4580396 BLAKE2B 56f03796cab74be62cfb6288cba2fba79bae5ac78309a43cc7efe17a4957d50606cb6c23f5d5436631e3f279882125d82f11abf524c9cc94cbf4748e67753086 SHA512 fc29def8e79f161babfe989f93bcd8bb521b2edb143c88a121b8d8876a9b94b8ac5784e5898b56e28dacb52830259de28a34ecbf787c9295231a074a37e5a57a diff --git a/sdk_container/src/third_party/coreos-overlay/sys-boot/syslinux/syslinux-4.07-r3.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-boot/syslinux/syslinux-4.07-r3.ebuild index 5b1907b153..80ed6b5657 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-boot/syslinux/syslinux-4.07-r3.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-boot/syslinux/syslinux-4.07-r3.ebuild @@ -7,7 +7,8 @@ inherit eutils toolchain-funcs DESCRIPTION="SYSLINUX, PXELINUX, ISOLINUX, EXTLINUX and MEMDISK bootloaders" HOMEPAGE="https://syslinux.zytor.com/" -SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P/_/-}.tar.bz2" +SRC_URI_DIR="${PV:0:1}.xx" +SRC_URI="https://www.kernel.org/pub/linux/utils/boot/syslinux/${SRC_URI_DIR}/${P/_/-}.tar.xz" LICENSE="GPL-2" SLOT="0"