Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
mingw-w64-clang-aarch64-zlib (1.2.13-3 -> 1.3-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Aug 20, 2023
1 parent af1c0fb commit dc20bf4
Show file tree
Hide file tree
Showing 25 changed files with 204 additions and 197 deletions.
Binary file modified clangarm64/bin/zlib1.dll
Binary file not shown.
8 changes: 6 additions & 2 deletions clangarm64/include/zconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,11 @@
#endif

#ifdef Z_SOLO
typedef unsigned long z_size_t;
# ifdef _WIN64
typedef unsigned long long z_size_t;
# else
typedef unsigned long z_size_t;
# endif
#else
# define z_longlong long long
# if defined(NO_SIZE_T)
Expand Down Expand Up @@ -520,7 +524,7 @@ typedef uLong FAR uLongf;
#if (defined(_WIN32) && defined(__GNUC__) && defined(_LARGEFILE64_SOURCE)) || defined(Z_LARGE64)
# define z_off64_t off64_t
#else
# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO)
# if defined(_WIN32) && !defined(__GNUC__)
# define z_off64_t __int64
# else
# define z_off64_t z_off_t
Expand Down
379 changes: 191 additions & 188 deletions clangarm64/include/zlib.h

Large diffs are not rendered by default.

Binary file modified clangarm64/lib/libz.a
Binary file not shown.
2 changes: 1 addition & 1 deletion clangarm64/lib/pkgconfig/zlib.pc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ includedir=${prefix}/include

Name: zlib
Description: zlib compression library
Version: 1.2.13
Version: 1.3

Requires:
Libs: -L${libdir} -lz
Expand Down
Binary file modified clangarm64/share/man/man3/zlib.3.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1682971880

%INSTALLDATE%
1692328490
1692501259

%PACKAGER%
Johannes Schindelin <johannes.schindelin@gmx.de>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-clang-aarch64-zlib

%VERSION%
1.2.13-3
1.3-1

%BASE%
mingw-w64-zlib
Expand All @@ -17,16 +17,16 @@ https://www.zlib.net/
any

%BUILDDATE%
1674983731
1692392922

%INSTALLDATE%
1675048721
1692501255

%PACKAGER%
CI (msys2-arm/msys2-autobuild/34a63008/4036061703)
CI (msys2-arm/msys2-autobuild/1f1fabad/5907090259)

%SIZE%
341049
342884

%REASON%
1
Expand Down
Binary file not shown.
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/msys.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/msys.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 dc20bf4

Please sign in to comment.