Skip to content

Commit

Permalink
[curl] wolfssl and openssl features can install alongside (microsoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev authored Nov 12, 2024
1 parent 2f78986 commit 91e3894
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
8 changes: 0 additions & 8 deletions ports/curl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
websockets CURL_DISABLE_WEBSOCKETS
)

# Add warning on build failuer when using wolfssl and openssl features togther.
if("openssl" IN_LIST FEATURES AND "wolfssl" IN_LIST FEATURES)
message(WARNING "Adding OpenSSL and WolfSSL simultaneously will result in a build failure. \
Please remove one of these features from your build process.\
If you are using OpenSSL version 1.1, you may disregard this warning."
)
endif()

set(OPTIONS "")

if("sectransp" IN_LIST FEATURES)
Expand Down
1 change: 1 addition & 0 deletions ports/curl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "curl",
"version": "8.11.0",
"port-version": 1,
"description": "A library for transferring data with URLs",
"homepage": "https://curl.se/",
"license": "curl AND ISC AND BSD-3-Clause",
Expand Down
3 changes: 2 additions & 1 deletion scripts/test_ports/vcpkg-ci-curl/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"gsasl",
"mbedtls",
"openssl",
"psl"
"psl",
"wolfssl"
],
"platform": "!uwp"
},
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@
},
"curl": {
"baseline": "8.11.0",
"port-version": 0
"port-version": 1
},
"curlcpp": {
"baseline": "3.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/curl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6ef1763f3cbe570d6378632c9b5793479c37fb07",
"version": "8.11.0",
"port-version": 1
},
{
"git-tree": "c7272ca5021fc2b6a404911e1c0055fa08992463",
"version": "8.11.0",
Expand Down

0 comments on commit 91e3894

Please sign in to comment.