Skip to content

Commit 5f53aaf

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-c-ares (1.34.5-1 -> 1.34.6-1) mingw-w64-i686-readline (8.3.001-1 -> 8.3.003-1) Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
1 parent b3fa637 commit 5f53aaf

File tree

31 files changed

+19
-19
lines changed

31 files changed

+19
-19
lines changed

mingw32/bin/adig.exe

-1 KB
Binary file not shown.

mingw32/bin/ahost.exe

-1.03 KB
Binary file not shown.

mingw32/bin/libcares-2.dll

1.13 KB
Binary file not shown.

mingw32/bin/libhistory8.dll

-1014 Bytes
Binary file not shown.

mingw32/bin/libreadline8.dll

-949 Bytes
Binary file not shown.

mingw32/include/ares_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
#define ARES__VERSION_H
2929

3030
/* This is the global package copyright */
31-
#define ARES_COPYRIGHT "2004 - 2024 Daniel Stenberg, <daniel@haxx.se>."
31+
#define ARES_COPYRIGHT "2004 - 2025 Daniel Stenberg, <daniel@haxx.se>."
3232

3333
#define ARES_VERSION_MAJOR 1
3434
#define ARES_VERSION_MINOR 34
35-
#define ARES_VERSION_PATCH 5
36-
#define ARES_VERSION_STR "1.34.5"
35+
#define ARES_VERSION_PATCH 6
36+
#define ARES_VERSION_STR "1.34.6"
3737

3838
/* NOTE: We cannot make the version string a C preprocessor stringify operation
3939
* due to assumptions made by integrators that aren't properly using

mingw32/lib/cmake/c-ares/c-ares-config-version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
# The variable CVF_VERSION must be set before calling configure_file().
1010

1111

12-
set(PACKAGE_VERSION "1.34.5")
12+
set(PACKAGE_VERSION "1.34.6")
1313

1414
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
1515
set(PACKAGE_VERSION_COMPATIBLE FALSE)
1616
else()
1717

18-
if("1.34.5" MATCHES "^([0-9]+)\\.")
18+
if("1.34.6" MATCHES "^([0-9]+)\\.")
1919
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
2020
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
2121
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
2222
endif()
2323
else()
24-
set(CVF_VERSION_MAJOR "1.34.5")
24+
set(CVF_VERSION_MAJOR "1.34.6")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)

mingw32/lib/cmake/c-ares/c-ares-targets.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.12")
77
message(FATAL_ERROR "CMake >= 2.8.12 required")
88
endif()
99
cmake_policy(PUSH)
10-
cmake_policy(VERSION 2.8.12...3.30)
10+
cmake_policy(VERSION 2.8.12...4.0)
1111
#----------------------------------------------------------------
1212
# Generated CMake target import file.
1313
#----------------------------------------------------------------

mingw32/lib/libcares.a

10.7 KB
Binary file not shown.

mingw32/lib/libhistory.a

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)