Skip to content

Commit

Permalink
Update 2 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-c-ares (1.33.0-1 -> 1.33.1-1)
mingw-w64-x86_64-c-ares (1.33.0-1 -> 1.33.1-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Aug 29, 2024
1 parent 40b685f commit 6e0c3d1
Show file tree
Hide file tree
Showing 37 changed files with 25 additions and 25 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.
4 changes: 2 additions & 2 deletions mingw32/include/ares_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@

#define ARES_VERSION_MAJOR 1
#define ARES_VERSION_MINOR 33
#define ARES_VERSION_PATCH 0
#define ARES_VERSION_PATCH 1
#define ARES_VERSION \
((ARES_VERSION_MAJOR << 16) | (ARES_VERSION_MINOR << 8) | \
(ARES_VERSION_PATCH))
#define ARES_VERSION_STR "1.33.0"
#define ARES_VERSION_STR "1.33.1"

#define CARES_HAVE_ARES_LIBRARY_INIT 1
#define CARES_HAVE_ARES_LIBRARY_CLEANUP 1
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.33.0")
set(PACKAGE_VERSION "1.33.1")

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

if("1.33.0" MATCHES "^([0-9]+)\\.")
if("1.33.1" 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.33.0")
set(CVF_VERSION_MAJOR "1.33.1")
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.
4 changes: 2 additions & 2 deletions mingw32/lib/pkgconfig/libcares.pc
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
# Copyright (C) The c-ares project and its contributors
# SPDX-License-Identifier: MIT
prefix=/mingw32
exec_prefix=${prefix}
exec_prefix=${prefix}/bin
libdir=${prefix}/lib
includedir=${prefix}/include

Name: c-ares
URL: https://c-ares.org/
Description: asynchronous DNS lookup library
Version: 1.33.0
Version: 1.33.1
Requires:
Requires.private:
Cflags: -I${includedir}
Expand Down
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.
4 changes: 2 additions & 2 deletions mingw64/include/ares_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@

#define ARES_VERSION_MAJOR 1
#define ARES_VERSION_MINOR 33
#define ARES_VERSION_PATCH 0
#define ARES_VERSION_PATCH 1
#define ARES_VERSION \
((ARES_VERSION_MAJOR << 16) | (ARES_VERSION_MINOR << 8) | \
(ARES_VERSION_PATCH))
#define ARES_VERSION_STR "1.33.0"
#define ARES_VERSION_STR "1.33.1"

#define CARES_HAVE_ARES_LIBRARY_INIT 1
#define CARES_HAVE_ARES_LIBRARY_CLEANUP 1
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.33.0")
set(PACKAGE_VERSION "1.33.1")

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

if("1.33.0" MATCHES "^([0-9]+)\\.")
if("1.33.1" 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.33.0")
set(CVF_VERSION_MAJOR "1.33.1")
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.
4 changes: 2 additions & 2 deletions mingw64/lib/pkgconfig/libcares.pc
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
# Copyright (C) The c-ares project and its contributors
# SPDX-License-Identifier: MIT
prefix=/mingw64
exec_prefix=${prefix}
exec_prefix=${prefix}/bin
libdir=${prefix}/lib
includedir=${prefix}/include

Name: c-ares
URL: https://c-ares.org/
Description: asynchronous DNS lookup library
Version: 1.33.0
Version: 1.33.1
Requires:
Requires.private:
Cflags: -I${includedir}
Expand Down
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.33.0-1
1.33.1-1

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

%BUILDDATE%
1723043039
1724839639

%INSTALLDATE%
1723172378
1724900441

%PACKAGER%
CI (msys2/msys2-autobuild/67d510ec/10286789848)
CI (msys2/msys2-autobuild/05a05116/10594535499)

%SIZE%
1000596
1002094

%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-x86_64-c-ares

%VERSION%
1.33.0-1
1.33.1-1

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

%BUILDDATE%
1723043061
1724839649

%INSTALLDATE%
1723172378
1724900441

%PACKAGER%
CI (msys2/msys2-autobuild/67d510ec/10286789848)
CI (msys2/msys2-autobuild/05a05116/10594535499)

%SIZE%
995341
997269

%REASON%
1
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204260

%INSTALLDATE%
1724813966
1724900444

%PACKAGER%
Johannes Schindelin <[email protected]>
Expand Down
Binary file modified var/lib/pacman/sync/clang32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db.sig
Binary file not shown.

0 comments on commit 6e0c3d1

Please sign in to comment.