Skip to content

Commit

Permalink
[c-ares] Update to 1.25.0 (#36223)
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Jan 19, 2024
1 parent 7195f9e commit 2831055
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 89 deletions.
85 changes: 0 additions & 85 deletions ports/c-ares/fix-uwp.patch

This file was deleted.

3 changes: 1 addition & 2 deletions ports/c-ares/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO c-ares/c-ares
REF "cares-${_c_ares_version_major}_${_c_ares_version_minor}_${_c_ares_version_patch}"
SHA512 73b5ee9d7e5ada6dd95dc32606821ea1307f30552242491e738f673d1ab9de1fdb3360d7a67c66a4a801b0e81ffb7382bfd93dbca836460dae515dd631ec6b91
SHA512 a99ca6066490ef31b37f6be12f9fa1d7599c3736c04c8df50a4a0d2e489c99c1c776028fcfec4e6029c8aa5845f3bede364cceb39cd95b2689305d23277bdd8d
HEAD_REF main
PATCHES
avoid-docs.patch
fix-uwp.patch
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" BUILD_STATIC)
Expand Down
2 changes: 1 addition & 1 deletion ports/c-ares/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c-ares",
"version-semver": "1.19.1",
"version-semver": "1.25.0",
"description": "A C library for asynchronous DNS requests",
"homepage": "https://github.com/c-ares/c-ares",
"license": "MIT-CMU",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,7 @@
"port-version": 5
},
"c-ares": {
"baseline": "1.19.1",
"baseline": "1.25.0",
"port-version": 0
},
"c-dbg-macro": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/c-ares.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "79f168b5491191bf701a2683c2352c67d664e99a",
"version-semver": "1.25.0",
"port-version": 0
},
{
"git-tree": "55836d9576708f8126f2070e2a698afe72f5f948",
"version-semver": "1.19.1",
Expand Down

0 comments on commit 2831055

Please sign in to comment.