- For #1255, for ios use an older expat version that does not require

C++11 language features.
This commit is contained in:
Yorgos Thessalonikefs 2025-03-26 16:15:16 +01:00
parent d03e4b1884
commit d91c857e22
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
LIBEXPAT_FNAME=expat-2.7.0
LIBEXPAT_VERSION_DIR=R_2_7_0
LIBEXPAT_FNAME=expat-2.6.3
LIBEXPAT_VERSION_DIR=R_2_6_3
echo "Downloading Expat"
if ! curl -L -k -s -o $LIBEXPAT_FNAME.tar.gz https://github.com/libexpat/libexpat/releases/download/$LIBEXPAT_VERSION_DIR/$LIBEXPAT_FNAME.tar.gz;

View file

@ -1,5 +1,7 @@
26 March 2025: Yorgos
- Fix #1255: Multiple pinnings to vulnerable copies of libexpat.
- For #1255, for ios use an older expat version that does not require
C++11 language features.
24 March 2025: Wouter
- Fix #1254: `send failed: Socket is not connected` and