File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ export CACERT_VER_='2025-02-25'
2020export CACERT_HASH=50a6277ec69113f00c5fd45f09e8b97a4b3e32daa35d3a95ab30137a55386cef
2121export BROTLI_VER_=' 1.1.0'
2222export 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
2525export LIBPSL_VER_=' 0.21.5'
2626export LIBPSL_HASH=1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208
2727export LIBSSH_VER_=' 0.11.1'
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments