Skip to content

Commit a2bc2c7

Browse files
committed
1 parent 345c95a commit a2bc2c7

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

_versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export CACERT_VER_='2025-02-25'
2020
export CACERT_HASH=50a6277ec69113f00c5fd45f09e8b97a4b3e32daa35d3a95ab30137a55386cef
2121
export BROTLI_VER_='1.1.0'
2222
export BROTLI_HASH=e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff
23-
export CARES_VER_='1.34.4'
24-
export CARES_HASH=fa38dbed659ee4cc5a32df5e27deda575fa6852c79a72ba1af85de35a6ae222f
23+
export CARES_VER_='1.34.5'
24+
export CARES_HASH=7d935790e9af081c25c495fd13c2cfcda4792983418e96358ef6e7320ee06346
2525
export LIBPSL_VER_='0.21.5'
2626
export LIBPSL_HASH=1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208
2727
export LIBSSH_VER_='0.11.1'

cares.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
# Copyright (C) Viktor Szakats. See LICENSE.md
44
# SPDX-License-Identifier: MIT
55

6-
# Issues (as of 1.34.4):
7-
# - Windows build stomps to the `_WIN32_WINNT` value set via `CPPFLAGS`.
8-
# Projects are not supposed to override a value set by the builder.
9-
# Instead it should either fail or resolve the new calls/functionality
10-
# dynamically or by other means.
11-
# FIXED upstream: https://github.com/c-ares/c-ares/commit/5d7abd1f8c0626445026712082e7e4b7835263a4
6+
# Issues (as of 1.34.5):
127
# - `-DCARES_SYMBOL_HIDING=ON` does not seem to work on macOS with clang for
138
# example. The issue seems to be that CARES_EXTERN is set unconditionally
149
# to default visibility and -fvisibility=hidden does not override that.

0 commit comments

Comments
 (0)