Skip to content

Commit e281459

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
mingw-w64-i686-c-ares (1.34.3-1 -> 1.34.4-1) mingw-w64-i686-headers-git (12.0.0.r446.ga2d19218d-1 -> 12.0.0.r446.ga2d19218d-2) mingw-w64-x86_64-c-ares (1.34.3-1 -> 1.34.4-1) mingw-w64-x86_64-headers-git (12.0.0.r446.ga2d19218d-1 -> 12.0.0.r446.ga2d19218d-2) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 1268a05 commit e281459

File tree

55 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+67
-67
lines changed

mingw32/bin/adig.exe

519 Bytes
Binary file not shown.

mingw32/bin/ahost.exe

1.01 KB
Binary file not shown.

mingw32/bin/libcares-2.dll

1.5 KB
Binary file not shown.

mingw32/include/ares.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
7575
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
7676
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \
77-
defined(__QNXNTO__) || defined(__MVS__) || defined(__HAIKU__)
77+
defined(__QNX__) || defined(__MVS__) || defined(__HAIKU__)
7878
# include <sys/select.h>
7979
#endif
8080

mingw32/include/ares_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
#define ARES_VERSION_MAJOR 1
3434
#define ARES_VERSION_MINOR 34
35-
#define ARES_VERSION_PATCH 3
36-
#define ARES_VERSION_STR "1.34.3"
35+
#define ARES_VERSION_PATCH 4
36+
#define ARES_VERSION_STR "1.34.4"
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/include/tchar.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ extern "C" {
133133
#define _tenviron _wenviron
134134
#define __targv __wargv
135135

136-
#define _tprintf __ms_wprintf
136+
#define _tprintf wprintf
137137
#define _tprintf_l _wprintf_l
138138
#define _tprintf_p _wprintf_p
139139
#define _tprintf_p_l _wprintf_p_l
@@ -145,7 +145,7 @@ extern "C" {
145145
#define _vtcprintf_l _vcwprintf_l
146146
#define _vtcprintf_p _vcwprintf_p
147147
#define _vtcprintf_p_l _vcwprintf_p_l
148-
#define _ftprintf __ms_fwprintf
148+
#define _ftprintf fwprintf
149149
#define _ftprintf_l _fwprintf_l
150150
#define _ftprintf_p _fwprintf_p
151151
#define _ftprintf_p_l _fwprintf_p_l
@@ -159,11 +159,11 @@ extern "C" {
159159
#define _sctprintf_p_l _scwprintf_p_l
160160
#define _sntprintf _snwprintf
161161
#define _sntprintf_l _snwprintf_l
162-
#define _vtprintf __ms_vwprintf
162+
#define _vtprintf vwprintf
163163
#define _vtprintf_l _vwprintf_l
164164
#define _vtprintf_p _vwprintf_p
165165
#define _vtprintf_p_l _vwprintf_p_l
166-
#define _vftprintf __ms_vfwprintf
166+
#define _vftprintf vfwprintf
167167
#define _vftprintf_l _vfwprintf_l
168168
#define _vftprintf_p _vfwprintf_p
169169
#define _vftprintf_p_l _vfwprintf_p_l
@@ -178,13 +178,13 @@ extern "C" {
178178
#define _vsntprintf _vsnwprintf
179179
#define _vsntprintf_l _vsnwprintf_l
180180

181-
#define _tscanf __ms_wscanf
181+
#define _tscanf wscanf
182182
#define _tscanf_l _wscanf_l
183183
#define _tcscanf _cwscanf
184184
#define _tcscanf_l _cwscanf_l
185-
#define _ftscanf __ms_fwscanf
185+
#define _ftscanf fwscanf
186186
#define _ftscanf_l _fwscanf_l
187-
#define _stscanf __ms_swscanf
187+
#define _stscanf swscanf
188188
#define _stscanf_l _swscanf_l
189189
#define _sntscanf _snwscanf
190190
#define _sntscanf_l _snwscanf_l
@@ -520,7 +520,7 @@ extern "C" {
520520
#endif
521521
#define __targv __argv
522522

523-
#define _tprintf __ms_printf
523+
#define _tprintf printf
524524
#define _tprintf_l _printf_l
525525
#define _tprintf_p _printf_p
526526
#define _tprintf_p_l _printf_p_l
@@ -532,11 +532,11 @@ extern "C" {
532532
#define _vtcprintf_l _vcprintf_l
533533
#define _vtcprintf_p _vcprintf_p
534534
#define _vtcprintf_p_l _vcprintf_p_l
535-
#define _ftprintf __ms_fprintf
535+
#define _ftprintf fprintf
536536
#define _ftprintf_l _fprintf_l
537537
#define _ftprintf_p _fprintf_p
538538
#define _ftprintf_p_l _fprintf_p_l
539-
#define _stprintf __ms_sprintf
539+
#define _stprintf sprintf
540540
#define _stprintf_l _sprintf_l
541541
#define _stprintf_p _sprintf_p
542542
#define _stprintf_p_l _sprintf_p_l
@@ -546,15 +546,15 @@ extern "C" {
546546
#define _sctprintf_p_l _scprintf_p_l
547547
#define _sntprintf _snprintf
548548
#define _sntprintf_l _snprintf_l
549-
#define _vtprintf __ms_vprintf
549+
#define _vtprintf vprintf
550550
#define _vtprintf_l _vprintf_l
551551
#define _vtprintf_p _vprintf_p
552552
#define _vtprintf_p_l _vprintf_p_l
553-
#define _vftprintf __ms_vfprintf
553+
#define _vftprintf vfprintf
554554
#define _vftprintf_l _vfprintf_l
555555
#define _vftprintf_p _vfprintf_p
556556
#define _vftprintf_p_l _vfprintf_p_l
557-
#define _vstprintf __ms_vsprintf
557+
#define _vstprintf vsprintf
558558
#define _vstprintf_l _vsprintf_l
559559
#define _vstprintf_p _vsprintf_p
560560
#define _vstprintf_p_l _vsprintf_p_l
@@ -565,13 +565,13 @@ extern "C" {
565565
#define _vsntprintf _vsnprintf
566566
#define _vsntprintf_l _vsnprintf_l
567567

568-
#define _tscanf __ms_scanf
568+
#define _tscanf scanf
569569
#define _tscanf_l _scanf_l
570570
#define _tcscanf _cscanf
571571
#define _tcscanf_l _cscanf_l
572-
#define _ftscanf __ms_fscanf
572+
#define _ftscanf fscanf
573573
#define _ftscanf_l _fscanf_l
574-
#define _stscanf __ms_sscanf
574+
#define _stscanf sscanf
575575
#define _stscanf_l _sscanf_l
576576
#define _sntscanf _snscanf
577577
#define _sntscanf_l _snscanf_l

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.3")
12+
set(PACKAGE_VERSION "1.34.4")
1313

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

18-
if("1.34.3" MATCHES "^([0-9]+)\\.")
18+
if("1.34.4" 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.3")
24+
set(CVF_VERSION_MAJOR "1.34.4")
2525
endif()
2626

2727
if(PACKAGE_FIND_VERSION_RANGE)

mingw32/lib/libcares.a

2.33 KB
Binary file not shown.

mingw32/lib/libcares.dll.a

1.28 KB
Binary file not shown.

mingw32/lib/pkgconfig/libcares.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ includedir=${prefix}/include
1414
Name: c-ares
1515
URL: https://c-ares.org/
1616
Description: asynchronous DNS lookup library
17-
Version: 1.34.3
17+
Version: 1.34.4
1818
Requires:
1919
Requires.private:
2020
Cflags: -I${includedir}

0 commit comments

Comments
 (0)