Skip to content

Commit

Permalink
[c-ares] Update to 1.33.0, fix uwp (#40224)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Aug 6, 2024
1 parent 82ecd5f commit 624fe64
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ports/c-ares/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO c-ares/c-ares
REF "v${VERSION}"
SHA512 87ca8ceda8b4afbc3e68014c6c8604550f17e6b343330801c396aae393f1c98747e65d3459db7b9626abc73f1216422e794a0d0f044dd1fda3efda4005b0ef1f
SHA512 5924d706341e35ad467bf48c88a8f53617d5fb94546b1d9dd24a7091cc84763e52f9bbdfa39abdf1aa55099d4b87116af56bf584b99a5c8f5e554ecf9d7bc8a8
HEAD_REF main
PATCHES
avoid-docs.patch
Expand Down
6 changes: 3 additions & 3 deletions ports/c-ares/usage
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The package c-ares provides CMake targets:
c-ares provides CMake targets:

find_package(c-ares CONFIG REQUIRED)
target_link_libraries(main PRIVATE c-ares::cares)
find_package(c-ares CONFIG REQUIRED)
target_link_libraries(main PRIVATE c-ares::cares)
4 changes: 1 addition & 3 deletions ports/c-ares/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "c-ares",
"version-semver": "1.31.0",
"port-version": 1,
"version-semver": "1.33.0",
"description": "A C library for asynchronous DNS requests",
"homepage": "https://github.com/c-ares/c-ares",
"license": "MIT-CMU",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1433,8 +1433,8 @@
"port-version": 5
},
"c-ares": {
"baseline": "1.31.0",
"port-version": 1
"baseline": "1.33.0",
"port-version": 0
},
"c-dbg-macro": {
"baseline": "2020-02-29",
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": "81de8007de0b4b64a0f76fd0a415a9df9e42517a",
"version-semver": "1.33.0",
"port-version": 0
},
{
"git-tree": "6c07bb206a33f3005265a3e2db4c697a3097f8f3",
"version-semver": "1.31.0",
Expand Down

0 comments on commit 624fe64

Please sign in to comment.