From d8b225440cdf839f4d19b681eff338565140f5bb Mon Sep 17 00:00:00 2001 From: Kristoffer Ek Date: Mon, 6 Sep 2021 14:11:26 +0200 Subject: [PATCH 1/2] Update expat.in VULNERABLE PLEASE USE 2.4.1 INSTEAD https://sourceforge.net/projects/expat/files/expat/2.3.0/expat-2.3.0-RENAMED-VULNERABLE-PLEASE-USE-2.4.1-INSTEAD.tar.xz/download --- config/companion_libs/expat.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/companion_libs/expat.in b/config/companion_libs/expat.in index 1dff4a79d..399b826fe 100644 --- a/config/companion_libs/expat.in +++ b/config/companion_libs/expat.in @@ -6,9 +6,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config EXPAT_V_2_1_0 +config EXPAT_V_2_4_1 bool - prompt "2.1.0" + prompt "2.4.1" endchoice @@ -16,4 +16,4 @@ config EXPAT_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "2.1.0" if EXPAT_V_2_1_0 + default "2.4.1" if EXPAT_V_2_4_1 From d451571c9db46d3d0a9f352ffbd977cac2b53d2e Mon Sep 17 00:00:00 2001 From: Kristoffer Ek Date: Tue, 3 Jun 2025 20:58:48 +0200 Subject: [PATCH 2/2] updated to working urls for expat and isl --- config/companion_libs/expat.in | 6 +++--- scripts/build/companion_libs/121-isl.sh | 2 +- scripts/build/companion_libs/210-expat.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/companion_libs/expat.in b/config/companion_libs/expat.in index 399b826fe..0e9ffc042 100644 --- a/config/companion_libs/expat.in +++ b/config/companion_libs/expat.in @@ -6,9 +6,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config EXPAT_V_2_4_1 +config EXPAT_V_2_7_1 bool - prompt "2.4.1" + prompt "2.7.1" endchoice @@ -16,4 +16,4 @@ config EXPAT_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "2.4.1" if EXPAT_V_2_4_1 + default "2.7.1" if EXPAT_V_2_7_1 diff --git a/scripts/build/companion_libs/121-isl.sh b/scripts/build/companion_libs/121-isl.sh index a93d1aad1..d5a0f1576 100644 --- a/scripts/build/companion_libs/121-isl.sh +++ b/scripts/build/companion_libs/121-isl.sh @@ -14,7 +14,7 @@ if [ "${CT_ISL}" = "y" ]; then # Download ISL do_isl_get() { CT_GetFile "isl-${CT_ISL_VERSION}" \ - http://isl.gforge.inria.fr + https://libisl.sourceforge.io } # Extract ISL diff --git a/scripts/build/companion_libs/210-expat.sh b/scripts/build/companion_libs/210-expat.sh index 304482cd5..047e2f9a3 100644 --- a/scripts/build/companion_libs/210-expat.sh +++ b/scripts/build/companion_libs/210-expat.sh @@ -10,7 +10,7 @@ if [ "${CT_EXPAT_TARGET}" = "y" -o "${CT_EXPAT}" = "y" ]; then do_expat_get() { CT_GetFile "expat-${CT_EXPAT_VERSION}" .tar.gz \ - http://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION} + https://github.com/libexpat/libexpat/releases/download/R_2_7_1 } do_expat_extract() {