mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- For #1255, for ios try the latest expat version again.
This commit is contained in:
parent
94a84d3387
commit
23273d76a5
2 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
LIBEXPAT_FNAME=expat-2.6.3
|
LIBEXPAT_FNAME=expat-2.7.0
|
||||||
LIBEXPAT_VERSION_DIR=R_2_6_3
|
LIBEXPAT_VERSION_DIR=R_2_7_0
|
||||||
|
|
||||||
echo "Downloading Expat"
|
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;
|
if ! curl -L -k -s -o $LIBEXPAT_FNAME.tar.gz https://github.com/libexpat/libexpat/releases/download/$LIBEXPAT_VERSION_DIR/$LIBEXPAT_FNAME.tar.gz;
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
- For #1255, for ios use an older expat version that does not require
|
- For #1255, for ios use an older expat version that does not require
|
||||||
C++11 language features.
|
C++11 language features.
|
||||||
- For #1255, for ios disable building tests that require C++11.
|
- For #1255, for ios disable building tests that require C++11.
|
||||||
|
- For #1255, for ios try the latest expat version again.
|
||||||
|
|
||||||
24 March 2025: Wouter
|
24 March 2025: Wouter
|
||||||
- Fix #1254: `send failed: Socket is not connected` and
|
- Fix #1254: `send failed: Socket is not connected` and
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue