Skip to content

Commit

Permalink
[c-ares] Update to 1.17.2. (#19482)
Browse files Browse the repository at this point in the history
Version 1.17.2 fixes CVE-2021-3672. Details can be found in the security
advisory at https://c-ares.haxx.se/adv_20210810.html
  • Loading branch information
geraldcombs committed Aug 12, 2021
1 parent 1dfb5d9 commit 01e2abd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/c-ares/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_TARGET "uwp")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO c-ares/c-ares
REF cares-1_17_1
SHA512 e2a2a40118b128755571274d0cfe7cc822bc18392616378c6dd5f73f210571d7e5005a40ba0763658bdae7f2c7aadb324b2888ad8b4dcb54ad47dfaf97c2ebfc
REF cares-1_17_2
SHA512 1111f1e7eeb0e5d9e70d1a7c8566145d0a5e6e71b020f3fcaa02ecdf1931553ddeff83fdc152a1f9c5a780078e8afe3670164b631df56eecd2b638210cc59bb3
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/c-ares/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "c-ares",
"version": "1.17.1",
"port-version": 2,
"version": "1.17.2",
"description": "A C library for asynchronous DNS requests",
"homepage": "https://github.com/c-ares/c-ares",
"supports": "!uwp"
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1101,8 +1101,8 @@
"port-version": 2
},
"c-ares": {
"baseline": "1.17.1",
"port-version": 2
"baseline": "1.17.2",
"port-version": 0
},
"c4core": {
"baseline": "2021-07-18",
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": "4a8a471e681a33c8dde0a209900ac24a2e8e7f72",
"version": "1.17.2",
"port-version": 0
},
{
"git-tree": "5d48aae0b9e4a0e201eab417117bab9491665193",
"version": "1.17.1",
Expand Down

0 comments on commit 01e2abd

Please sign in to comment.