diff options
| author | Jason Schonberg <schonm@gmail.com> | 2025-10-30 10:34:21 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-11-06 07:14:05 -0800 |
| commit | e2d947b1cce43f3c4ab5cd6bbe69ea466339666b (patch) | |
| tree | 1e5e6582c5027e8d064acd913a43c1d5cb747e17 /meta/recipes-support | |
| parent | 1dd6d907446fda40de58651701ed67d86e2d0fbf (diff) | |
| download | poky-e2d947b1cce43f3c4ab5cd6bbe69ea466339666b.tar.gz | |
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 <schonm@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support')
| -rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.35.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 13 | SECTION = "libs" | 13 | SECTION = "libs" |
| 14 | DEPENDS = "libxml2" | 14 | DEPENDS = "libxml2" |
| 15 | 15 | ||
| 16 | SRC_URI = "https://download.gnome.org/sources/libxslt/1.1/libxslt-${PV}.tar.xz \ | 16 | SRC_URI = "${GNOME_MIRROR}/libxslt/1.1/libxslt-${PV}.tar.xz \ |
| 17 | file://CVE-2024-55549.patch \ | 17 | file://CVE-2024-55549.patch \ |
| 18 | file://CVE-2025-24855.patch \ | 18 | file://CVE-2025-24855.patch \ |
| 19 | file://CVE-2023-40403-001.patch \ | 19 | file://CVE-2023-40403-001.patch \ |
