From a5be2539f4098b4b4c2769624950fb9f90d7e513 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 07:02:33 +0000 Subject: [PATCH 1/2] Dependency updates: expat rsvg --- versions.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.properties b/versions.properties index 9d05136a..71c093a9 100644 --- a/versions.properties +++ b/versions.properties @@ -3,7 +3,7 @@ VERSION_ARCHIVE=3.8.6 VERSION_CAIRO=1.18.4 VERSION_CGIF=0.5.2 VERSION_EXIF=0.6.25 -VERSION_EXPAT=2.7.4 +VERSION_EXPAT=2.7.5 VERSION_FFI=3.5.2 VERSION_FONTCONFIG=2.17.1 VERSION_FREETYPE=2.14.2 @@ -19,7 +19,7 @@ VERSION_PANGO=1.57.0 VERSION_PIXMAN=0.46.4 VERSION_PNG=1.6.55 VERSION_PROXY_LIBINTL=0.5 -VERSION_RSVG=2.62.0 +VERSION_RSVG=2.62.1 VERSION_TIFF=4.7.1 VERSION_UHDR=8cbc983 VERSION_VIPS=8.18.0 From 962e3f0d72ab56d886ce5117a04535f169d0c8fe Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Wed, 18 Mar 2026 17:55:03 +0100 Subject: [PATCH 2/2] Temporarily disable libvips version check [skip ci] --- check-latest-versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-latest-versions.sh b/check-latest-versions.sh index 55766d43..c905f1bb 100755 --- a/check-latest-versions.sh +++ b/check-latest-versions.sh @@ -55,7 +55,7 @@ version_latest "proxy-libintl" "$VERSION_PROXY_LIBINTL" "frida/proxy-libintl" version_latest "rsvg" "$VERSION_RSVG" "5420" "unstable" version_latest "tiff" "$VERSION_TIFF" "1738" #version_latest "uhdr" "$VERSION_UHDR" "375187" # use commit SHA until next tagged release -version_latest "vips" "$VERSION_VIPS" "5097" +#version_latest "vips" "$VERSION_VIPS" "5097" # temporarily disabled to allow version 8.18.1 to roll in version_latest "webp" "$VERSION_WEBP" "1761" version_latest "xml2" "$VERSION_XML2" "1783" version_latest "zlib-ng" "$VERSION_ZLIB_NG" "115592"