@@ -1481,8 +1481,8 @@ function Build-CURL([Platform]$Platform, $Arch) {
1481
1481
1482
1482
Build-CMakeProject `
1483
1483
- Src $SourceCache \curl `
1484
- - Bin " $ ( $Arch.BinaryCache ) \$Platform \curl-8.5.0 " `
1485
- - InstallTo " $LibraryRoot \curl-8.5.0 \usr" `
1484
+ - Bin " $ ( $Arch.BinaryCache ) \$Platform \curl-8.9.1 " `
1485
+ - InstallTo " $LibraryRoot \curl-8.9.1 \usr" `
1486
1486
- Arch $Arch `
1487
1487
- Platform $Platform `
1488
1488
- UseMSVCCompilers C `
@@ -1493,6 +1493,8 @@ function Build-CURL([Platform]$Platform, $Arch) {
1493
1493
CMAKE_INSTALL_LIBDIR = " lib/$Platform /$ArchName " ;
1494
1494
CMAKE_SYSTEM_NAME = $Platform.ToString ();
1495
1495
BUILD_CURL_EXE = " NO" ;
1496
+ BUILD_LIBCURL_DOCS = " NO" ;
1497
+ BUILD_MISC_DOCS = " NO" ;
1496
1498
CURL_CA_BUNDLE = " none" ;
1497
1499
CURL_CA_FALLBACK = " NO" ;
1498
1500
CURL_CA_PATH = " none" ;
@@ -1501,6 +1503,7 @@ function Build-CURL([Platform]$Platform, $Arch) {
1501
1503
CURL_DISABLE_AWS = " YES" ;
1502
1504
CURL_DISABLE_BASIC_AUTH = " NO" ;
1503
1505
CURL_DISABLE_BEARER_AUTH = " NO" ;
1506
+ CURL_DISABLE_BINDLOCAL = " NO" ;
1504
1507
CURL_DISABLE_COOKIES = " NO" ;
1505
1508
CURL_DISABLE_DICT = " YES" ;
1506
1509
CURL_DISABLE_DIGEST_AUTH = " NO" ;
@@ -1510,6 +1513,7 @@ function Build-CURL([Platform]$Platform, $Arch) {
1510
1513
CURL_DISABLE_FTP = " YES" ;
1511
1514
CURL_DISABLE_GETOPTIONS = " NO" ;
1512
1515
CURL_DISABLE_GOPHER = " YES" ;
1516
+ CURL_DISABLE_HEADERS_API = " YES" ;
1513
1517
CURL_DISABLE_HSTS = " NO" ;
1514
1518
CURL_DISABLE_HTTP = " NO" ;
1515
1519
CURL_DISABLE_HTTP_AUTH = " NO" ;
@@ -1551,19 +1555,22 @@ function Build-CURL([Platform]$Platform, $Arch) {
1551
1555
CURL_ZSTD = " NO" ;
1552
1556
ENABLE_ARES = " NO" ;
1553
1557
ENABLE_CURLDEBUG = " NO" ;
1558
+ ENABLE_CURL_MANUAL = " NO" ;
1554
1559
ENABLE_DEBUG = " NO" ;
1555
1560
ENABLE_IPV6 = " YES" ;
1556
- ENABLE_MANUAL = " NO" ;
1557
1561
ENABLE_THREADED_RESOLVER = " NO" ;
1558
1562
ENABLE_UNICODE = " YES" ;
1559
1563
ENABLE_UNIX_SOCKETS = " NO" ;
1560
1564
ENABLE_WEBSOCKETS = " YES" ;
1561
1565
HAVE_POLL_FINE = " NO" ;
1566
+ USE_ECH = " NO" ;
1567
+ USE_HTTPSRR = " NO" ;
1562
1568
USE_IDN2 = " NO" ;
1563
1569
USE_MSH3 = " NO" ;
1564
1570
USE_NGHTTP2 = " NO" ;
1565
1571
USE_NGTCP2 = " NO" ;
1566
1572
USE_QUICHE = " NO" ;
1573
+ USE_OPENSSL_QUIC = " NO" ;
1567
1574
USE_WIN32_IDN = if ($Platform -eq " Windows" ) { " YES" } else { " NO" };
1568
1575
USE_WIN32_LARGE_FILES = if ($Platform -eq " Windows" ) { " YES" } else { " NO" };
1569
1576
USE_WIN32_LDAP = " NO" ;
@@ -1694,7 +1701,7 @@ function Build-Foundation([Platform]$Platform, $Arch, [switch]$Test = $false) {
1694
1701
- BuildTargets $Targets `
1695
1702
- Defines (@ {
1696
1703
FOUNDATION_BUILD_TOOLS = if ($Platform -eq " Windows" ) { " YES" } else { " NO" };
1697
- CURL_DIR = " $LibraryRoot \curl-8.5.0 \usr\lib\$Platform \$ShortArch \cmake\CURL" ;
1704
+ CURL_DIR = " $LibraryRoot \curl-8.9.1 \usr\lib\$Platform \$ShortArch \cmake\CURL" ;
1698
1705
LIBXML2_LIBRARY = if ($Platform -eq " Windows" ) {
1699
1706
" $LibraryRoot \libxml2-2.11.5\usr\lib\$Platform \$ShortArch \libxml2s.lib" ;
1700
1707
} else {
0 commit comments