Skip to content

Commit bcb56aa

Browse files
committed
mingw: Upgrade glib to 2.79.3
glib 2.78.6 has a compatibility issue with Python 3.12 and above [1] and causes failures when building Windows host tools. [1] https://gitlab.gnome.org/GNOME/glib/-/commit/6ef967a0f930ce37a8c9b5aff969693b34714291 Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent fee2e7d commit bcb56aa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN <<EOF
101101
python \
102102
python3 \
103103
python3-dev \
104+
python3-packaging \
104105
python3-pexpect \
105106
python3-pip \
106107
python3-setuptools \

mingw/scripts/mingw-versions.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ZLIB_VERSION=1.3.1
1010
LIBPNG_VERSION=1.6.50
1111
LIBJPEG_TURBO_VERSION=3.1.2
1212
PIXMAN_VERSION=0.44.2
13-
GLIB_VERSION=2.78.6
13+
GLIB_VERSION=2.79.3
1414
LIBGPG_ERROR_VERSION=1.56
1515
LIBGCRYPT_VERSION=1.11.2
1616
LIBIDN2_VERSION=2.3.7

0 commit comments

Comments
 (0)