From e2d947b1cce43f3c4ab5cd6bbe69ea466339666b Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Thu, 30 Oct 2025 10:34:21 -0400 Subject: Don't use ftp.gnome.org http://ftp.gnome.org/pub/gnome redirects to https://download.gnome.org bitbake.conf defines ${GNOME_MIRROR} to be https://download.gnome.org/sources/ (From OE-Core rev: 1e1993b72f2b6109ce3d0ef950553b74b2b37b27) Signed-off-by: Jason Schonberg Signed-off-by: Steve Sakoman --- meta/recipes-support/libxslt/libxslt_1.1.35.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/libxslt/libxslt_1.1.35.bb b/meta/recipes-support/libxslt/libxslt_1.1.35.bb index f1532a05c1..fc1fafbf19 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.35.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.35.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458" SECTION = "libs" DEPENDS = "libxml2" -SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz \ +SRC_URI = "${GNOME_MIRROR}/libxslt/1.1/libxslt-${PV}.tar.xz \ file://CVE-2024-55549.patch \ file://CVE-2025-24855.patch \ file://CVE-2023-40403-001.patch \ -- cgit v1.2.3-54-g00ecf