Skip to content

Commit

Permalink
Update 4 packages
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Git for Windows Build Agent committed Dec 16, 2024
1 parent 1268a05 commit e281459
Show file tree
Hide file tree
Showing 55 changed files with 67 additions and 67 deletions.
Binary file modified mingw32/bin/adig.exe
Binary file not shown.
Binary file modified mingw32/bin/ahost.exe
Binary file not shown.
Binary file modified mingw32/bin/libcares-2.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/include/ares.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \
defined(__QNXNTO__) || defined(__MVS__) || defined(__HAIKU__)
defined(__QNX__) || defined(__MVS__) || defined(__HAIKU__)
# include <sys/select.h>
#endif

Expand Down
4 changes: 2 additions & 2 deletions mingw32/include/ares_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

#define ARES_VERSION_MAJOR 1
#define ARES_VERSION_MINOR 34
#define ARES_VERSION_PATCH 3
#define ARES_VERSION_STR "1.34.3"
#define ARES_VERSION_PATCH 4
#define ARES_VERSION_STR "1.34.4"

/* NOTE: We cannot make the version string a C preprocessor stringify operation
* due to assumptions made by integrators that aren't properly using
Expand Down
32 changes: 16 additions & 16 deletions mingw32/include/tchar.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ extern "C" {
#define _tenviron _wenviron
#define __targv __wargv

#define _tprintf __ms_wprintf
#define _tprintf wprintf
#define _tprintf_l _wprintf_l
#define _tprintf_p _wprintf_p
#define _tprintf_p_l _wprintf_p_l
Expand All @@ -145,7 +145,7 @@ extern "C" {
#define _vtcprintf_l _vcwprintf_l
#define _vtcprintf_p _vcwprintf_p
#define _vtcprintf_p_l _vcwprintf_p_l
#define _ftprintf __ms_fwprintf
#define _ftprintf fwprintf
#define _ftprintf_l _fwprintf_l
#define _ftprintf_p _fwprintf_p
#define _ftprintf_p_l _fwprintf_p_l
Expand All @@ -159,11 +159,11 @@ extern "C" {
#define _sctprintf_p_l _scwprintf_p_l
#define _sntprintf _snwprintf
#define _sntprintf_l _snwprintf_l
#define _vtprintf __ms_vwprintf
#define _vtprintf vwprintf
#define _vtprintf_l _vwprintf_l
#define _vtprintf_p _vwprintf_p
#define _vtprintf_p_l _vwprintf_p_l
#define _vftprintf __ms_vfwprintf
#define _vftprintf vfwprintf
#define _vftprintf_l _vfwprintf_l
#define _vftprintf_p _vfwprintf_p
#define _vftprintf_p_l _vfwprintf_p_l
Expand All @@ -178,13 +178,13 @@ extern "C" {
#define _vsntprintf _vsnwprintf
#define _vsntprintf_l _vsnwprintf_l

#define _tscanf __ms_wscanf
#define _tscanf wscanf
#define _tscanf_l _wscanf_l
#define _tcscanf _cwscanf
#define _tcscanf_l _cwscanf_l
#define _ftscanf __ms_fwscanf
#define _ftscanf fwscanf
#define _ftscanf_l _fwscanf_l
#define _stscanf __ms_swscanf
#define _stscanf swscanf
#define _stscanf_l _swscanf_l
#define _sntscanf _snwscanf
#define _sntscanf_l _snwscanf_l
Expand Down Expand Up @@ -520,7 +520,7 @@ extern "C" {
#endif
#define __targv __argv

#define _tprintf __ms_printf
#define _tprintf printf
#define _tprintf_l _printf_l
#define _tprintf_p _printf_p
#define _tprintf_p_l _printf_p_l
Expand All @@ -532,11 +532,11 @@ extern "C" {
#define _vtcprintf_l _vcprintf_l
#define _vtcprintf_p _vcprintf_p
#define _vtcprintf_p_l _vcprintf_p_l
#define _ftprintf __ms_fprintf
#define _ftprintf fprintf
#define _ftprintf_l _fprintf_l
#define _ftprintf_p _fprintf_p
#define _ftprintf_p_l _fprintf_p_l
#define _stprintf __ms_sprintf
#define _stprintf sprintf
#define _stprintf_l _sprintf_l
#define _stprintf_p _sprintf_p
#define _stprintf_p_l _sprintf_p_l
Expand All @@ -546,15 +546,15 @@ extern "C" {
#define _sctprintf_p_l _scprintf_p_l
#define _sntprintf _snprintf
#define _sntprintf_l _snprintf_l
#define _vtprintf __ms_vprintf
#define _vtprintf vprintf
#define _vtprintf_l _vprintf_l
#define _vtprintf_p _vprintf_p
#define _vtprintf_p_l _vprintf_p_l
#define _vftprintf __ms_vfprintf
#define _vftprintf vfprintf
#define _vftprintf_l _vfprintf_l
#define _vftprintf_p _vfprintf_p
#define _vftprintf_p_l _vfprintf_p_l
#define _vstprintf __ms_vsprintf
#define _vstprintf vsprintf
#define _vstprintf_l _vsprintf_l
#define _vstprintf_p _vsprintf_p
#define _vstprintf_p_l _vsprintf_p_l
Expand All @@ -565,13 +565,13 @@ extern "C" {
#define _vsntprintf _vsnprintf
#define _vsntprintf_l _vsnprintf_l

#define _tscanf __ms_scanf
#define _tscanf scanf
#define _tscanf_l _scanf_l
#define _tcscanf _cscanf
#define _tcscanf_l _cscanf_l
#define _ftscanf __ms_fscanf
#define _ftscanf fscanf
#define _ftscanf_l _fscanf_l
#define _stscanf __ms_sscanf
#define _stscanf sscanf
#define _stscanf_l _sscanf_l
#define _sntscanf _snscanf
#define _sntscanf_l _snscanf_l
Expand Down
6 changes: 3 additions & 3 deletions mingw32/lib/cmake/c-ares/c-ares-config-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "1.34.3")
set(PACKAGE_VERSION "1.34.4")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("1.34.3" MATCHES "^([0-9]+)\\.")
if("1.34.4" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "1.34.3")
set(CVF_VERSION_MAJOR "1.34.4")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
Binary file modified mingw32/lib/libcares.a
Binary file not shown.
Binary file modified mingw32/lib/libcares.dll.a
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/lib/pkgconfig/libcares.pc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ includedir=${prefix}/include
Name: c-ares
URL: https://c-ares.org/
Description: asynchronous DNS lookup library
Version: 1.34.3
Version: 1.34.4
Requires:
Requires.private:
Cflags: -I${includedir}
Expand Down
Binary file modified mingw32/share/man/man3/ares_create_query.3.gz
Binary file not shown.
Binary file modified mingw32/share/man/man3/ares_mkquery.3.gz
Binary file not shown.
Binary file modified mingw32/share/man/man3/ares_send.3.gz
Binary file not shown.
Binary file modified mingw64/bin/adig.exe
Binary file not shown.
Binary file modified mingw64/bin/ahost.exe
Binary file not shown.
Binary file modified mingw64/bin/libcares-2.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/include/ares.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \
defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \
defined(ANDROID) || defined(__ANDROID__) || defined(__OpenBSD__) || \
defined(__QNXNTO__) || defined(__MVS__) || defined(__HAIKU__)
defined(__QNX__) || defined(__MVS__) || defined(__HAIKU__)
# include <sys/select.h>
#endif

Expand Down
4 changes: 2 additions & 2 deletions mingw64/include/ares_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

#define ARES_VERSION_MAJOR 1
#define ARES_VERSION_MINOR 34
#define ARES_VERSION_PATCH 3
#define ARES_VERSION_STR "1.34.3"
#define ARES_VERSION_PATCH 4
#define ARES_VERSION_STR "1.34.4"

/* NOTE: We cannot make the version string a C preprocessor stringify operation
* due to assumptions made by integrators that aren't properly using
Expand Down
32 changes: 16 additions & 16 deletions mingw64/include/tchar.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ extern "C" {
#define _tenviron _wenviron
#define __targv __wargv

#define _tprintf __ms_wprintf
#define _tprintf wprintf
#define _tprintf_l _wprintf_l
#define _tprintf_p _wprintf_p
#define _tprintf_p_l _wprintf_p_l
Expand All @@ -145,7 +145,7 @@ extern "C" {
#define _vtcprintf_l _vcwprintf_l
#define _vtcprintf_p _vcwprintf_p
#define _vtcprintf_p_l _vcwprintf_p_l
#define _ftprintf __ms_fwprintf
#define _ftprintf fwprintf
#define _ftprintf_l _fwprintf_l
#define _ftprintf_p _fwprintf_p
#define _ftprintf_p_l _fwprintf_p_l
Expand All @@ -159,11 +159,11 @@ extern "C" {
#define _sctprintf_p_l _scwprintf_p_l
#define _sntprintf _snwprintf
#define _sntprintf_l _snwprintf_l
#define _vtprintf __ms_vwprintf
#define _vtprintf vwprintf
#define _vtprintf_l _vwprintf_l
#define _vtprintf_p _vwprintf_p
#define _vtprintf_p_l _vwprintf_p_l
#define _vftprintf __ms_vfwprintf
#define _vftprintf vfwprintf
#define _vftprintf_l _vfwprintf_l
#define _vftprintf_p _vfwprintf_p
#define _vftprintf_p_l _vfwprintf_p_l
Expand All @@ -178,13 +178,13 @@ extern "C" {
#define _vsntprintf _vsnwprintf
#define _vsntprintf_l _vsnwprintf_l

#define _tscanf __ms_wscanf
#define _tscanf wscanf
#define _tscanf_l _wscanf_l
#define _tcscanf _cwscanf
#define _tcscanf_l _cwscanf_l
#define _ftscanf __ms_fwscanf
#define _ftscanf fwscanf
#define _ftscanf_l _fwscanf_l
#define _stscanf __ms_swscanf
#define _stscanf swscanf
#define _stscanf_l _swscanf_l
#define _sntscanf _snwscanf
#define _sntscanf_l _snwscanf_l
Expand Down Expand Up @@ -520,7 +520,7 @@ extern "C" {
#endif
#define __targv __argv

#define _tprintf __ms_printf
#define _tprintf printf
#define _tprintf_l _printf_l
#define _tprintf_p _printf_p
#define _tprintf_p_l _printf_p_l
Expand All @@ -532,11 +532,11 @@ extern "C" {
#define _vtcprintf_l _vcprintf_l
#define _vtcprintf_p _vcprintf_p
#define _vtcprintf_p_l _vcprintf_p_l
#define _ftprintf __ms_fprintf
#define _ftprintf fprintf
#define _ftprintf_l _fprintf_l
#define _ftprintf_p _fprintf_p
#define _ftprintf_p_l _fprintf_p_l
#define _stprintf __ms_sprintf
#define _stprintf sprintf
#define _stprintf_l _sprintf_l
#define _stprintf_p _sprintf_p
#define _stprintf_p_l _sprintf_p_l
Expand All @@ -546,15 +546,15 @@ extern "C" {
#define _sctprintf_p_l _scprintf_p_l
#define _sntprintf _snprintf
#define _sntprintf_l _snprintf_l
#define _vtprintf __ms_vprintf
#define _vtprintf vprintf
#define _vtprintf_l _vprintf_l
#define _vtprintf_p _vprintf_p
#define _vtprintf_p_l _vprintf_p_l
#define _vftprintf __ms_vfprintf
#define _vftprintf vfprintf
#define _vftprintf_l _vfprintf_l
#define _vftprintf_p _vfprintf_p
#define _vftprintf_p_l _vfprintf_p_l
#define _vstprintf __ms_vsprintf
#define _vstprintf vsprintf
#define _vstprintf_l _vsprintf_l
#define _vstprintf_p _vsprintf_p
#define _vstprintf_p_l _vsprintf_p_l
Expand All @@ -565,13 +565,13 @@ extern "C" {
#define _vsntprintf _vsnprintf
#define _vsntprintf_l _vsnprintf_l

#define _tscanf __ms_scanf
#define _tscanf scanf
#define _tscanf_l _scanf_l
#define _tcscanf _cscanf
#define _tcscanf_l _cscanf_l
#define _ftscanf __ms_fscanf
#define _ftscanf fscanf
#define _ftscanf_l _fscanf_l
#define _stscanf __ms_sscanf
#define _stscanf sscanf
#define _stscanf_l _sscanf_l
#define _sntscanf _snscanf
#define _sntscanf_l _snscanf_l
Expand Down
6 changes: 3 additions & 3 deletions mingw64/lib/cmake/c-ares/c-ares-config-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "1.34.3")
set(PACKAGE_VERSION "1.34.4")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("1.34.3" MATCHES "^([0-9]+)\\.")
if("1.34.4" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "1.34.3")
set(CVF_VERSION_MAJOR "1.34.4")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
Binary file modified mingw64/lib/libcares.a
Binary file not shown.
Binary file modified mingw64/lib/libcares.dll.a
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/lib/pkgconfig/libcares.pc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ includedir=${prefix}/include
Name: c-ares
URL: https://c-ares.org/
Description: asynchronous DNS lookup library
Version: 1.34.3
Version: 1.34.4
Requires:
Requires.private:
Cflags: -I${includedir}
Expand Down
Binary file modified mingw64/share/man/man3/ares_create_query.3.gz
Binary file not shown.
Binary file modified mingw64/share/man/man3/ares_mkquery.3.gz
Binary file not shown.
Binary file modified mingw64/share/man/man3/ares_send.3.gz
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-c-ares

%VERSION%
1.34.3-1
1.34.4-1

%BASE%
mingw-w64-c-ares
Expand All @@ -17,16 +17,16 @@ https://c-ares.org/
any

%BUILDDATE%
1732275584
1734249355

%INSTALLDATE%
1732418758
1734319848

%PACKAGER%
CI (msys2/msys2-autobuild/a6b3079a/11971858858)
CI (msys2/msys2-autobuild/0f20d6bf/12337018549)

%SIZE%
1329398
1336255

%REASON%
1
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-headers-git

%VERSION%
12.0.0.r446.ga2d19218d-1
12.0.0.r446.ga2d19218d-2

%BASE%
mingw-w64-headers-git
Expand All @@ -17,16 +17,16 @@ https://www.mingw-w64.org/
any

%BUILDDATE%
1734034365
1734251873

%INSTALLDATE%
1734146563
1734319850

%PACKAGER%
CI (msys2/msys2-autobuild/0f71ee73/12303981808)
CI (msys2/msys2-autobuild/0f20d6bf/12337276938)

%SIZE%
90352583
90352503

%GROUPS%
mingw-w64-i686-toolchain
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit e281459

Please sign in to comment.