Skip to content

Commit 4ff08f2

Browse files
committed
glib: temporarily pin to 2.85.1 (reverts d302aaf)
The latest glib 2.85.2 introduces new code dependent on the deprecated (and patch-removed by us) GRegex.
1 parent d302aaf commit 4ff08f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

check-latest-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ version_latest "ffi" "$VERSION_FFI" "1611"
3636
version_latest "fontconfig" "$VERSION_FONTCONFIG" "827"
3737
version_latest "freetype" "$VERSION_FREETYPE" "854"
3838
version_latest "fribidi" "$VERSION_FRIBIDI" "fribidi/fribidi"
39-
version_latest "glib" "$VERSION_GLIB" "10024" "unstable"
39+
#version_latest "glib" "$VERSION_GLIB" "10024" "unstable" # Latest uses (deprecated) GRegex https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4481
4040
version_latest "harfbuzz" "$VERSION_HARFBUZZ" "1299"
4141
version_latest "heif" "$VERSION_HEIF" "strukturag/libheif"
4242
version_latest "highway" "$VERSION_HWY" "205809"

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VERSION_FFI=3.5.1
88
VERSION_FONTCONFIG=2.17.1
99
VERSION_FREETYPE=2.13.3
1010
VERSION_FRIBIDI=1.0.16
11-
VERSION_GLIB=2.85.2
11+
VERSION_GLIB=2.85.1
1212
VERSION_HARFBUZZ=11.3.2
1313
VERSION_HEIF=1.20.1
1414
VERSION_HWY=1.2.0

0 commit comments

Comments
 (0)