]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- For #1255, for ios use an older expat version that does not require
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 26 Mar 2025 15:15:16 +0000 (16:15 +0100)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 26 Mar 2025 15:15:16 +0000 (16:15 +0100)
  C++11 language features.

contrib/ios/install_expat.sh
doc/Changelog

index b8e3a9046965ebcece6f588209eee0035a5ef7de..3219558dfa02f7828423e5f3c07758746abba837 100755 (executable)
@@ -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;
index 3a8a4024b168697ebe32ec75c7547007edea80d4..d90263a364ee323a162aff4d2f1ffa7fedec6b0f 100644 (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