Skip to content

Commit c1c84b4

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
mingw-w64-i686-brotli (1.1.0-3 -> 1.1.0-4) mingw-w64-i686-libpsl (0.21.5-2 -> 0.21.5-3) mingw-w64-i686-libzip (1.10.1-2 -> 1.11.2-1) mingw-w64-i686-xz (5.6.3-2 -> 5.6.3-3) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 6d66d48 commit c1c84b4

File tree

261 files changed

+32
-16340
lines changed

Some content is hidden

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

261 files changed

+32
-16340
lines changed

mingw32/bin/brotli.exe

-617 Bytes
Binary file not shown.

mingw32/bin/libbrotlicommon.dll

0 Bytes
Binary file not shown.

mingw32/bin/libbrotlidec.dll

0 Bytes
Binary file not shown.

mingw32/bin/libbrotlienc.dll

0 Bytes
Binary file not shown.

mingw32/bin/liblzma-5.dll

0 Bytes
Binary file not shown.

mingw32/bin/libpsl-5.dll

2.01 KB
Binary file not shown.

mingw32/bin/libzip.dll

4.06 KB
Binary file not shown.

mingw32/bin/lzmadec.exe

-1.6 KB
Binary file not shown.

mingw32/bin/lzmainfo.exe

-121 Bytes
Binary file not shown.

mingw32/bin/psl.exe

2.05 KB
Binary file not shown.

mingw32/bin/unxz.exe

-153 Bytes
Binary file not shown.

mingw32/bin/xz.exe

-153 Bytes
Binary file not shown.

mingw32/bin/xzcat.exe

-153 Bytes
Binary file not shown.

mingw32/bin/xzdec.exe

-1.6 KB
Binary file not shown.

mingw32/bin/zipcmp.exe

1.01 KB
Binary file not shown.

mingw32/bin/zipmerge.exe

494 Bytes
Binary file not shown.

mingw32/bin/ziptool.exe

1.54 KB
Binary file not shown.

mingw32/include/zip.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
zip.h -- exported declarations.
6-
Copyright (C) 1999-2021 Dieter Baron and Thomas Klausner
6+
Copyright (C) 1999-2024 Dieter Baron and Thomas Klausner
77
88
This file is part of libzip, a library to manipulate ZIP archives.
99
The authors can be contacted at <[email protected]>
@@ -154,6 +154,7 @@ extern "C" {
154154
#define ZIP_ER_CANCELLED 32 /* N Operation cancelled */
155155
#define ZIP_ER_DATA_LENGTH 33 /* N Unexpected length of data */
156156
#define ZIP_ER_NOT_ALLOWED 34 /* N Not allowed in torrentzip */
157+
#define ZIP_ER_TRUNCATED_ZIP 35 /* N Possibly truncated or corrupted zip archive */
157158

158159
/* type of system error value */
159160

@@ -256,7 +257,8 @@ enum zip_source_cmd {
256257
ZIP_SOURCE_BEGIN_WRITE_CLONING, /* like ZIP_SOURCE_BEGIN_WRITE, but keep part of original file */
257258
ZIP_SOURCE_ACCEPT_EMPTY, /* whether empty files are valid archives */
258259
ZIP_SOURCE_GET_FILE_ATTRIBUTES, /* get additional file attributes */
259-
ZIP_SOURCE_SUPPORTS_REOPEN /* allow reading from changed entry */
260+
ZIP_SOURCE_SUPPORTS_REOPEN, /* allow reading from changed entry */
261+
ZIP_SOURCE_GET_DOS_TIME /* get last modification time in DOS format */
260262
};
261263
typedef enum zip_source_cmd zip_source_cmd_t;
262264

mingw32/include/zipconf.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
based on ../cmake-zipconf.h.in.
99
*/
1010

11-
#define LIBZIP_VERSION "1.10.1"
11+
#define LIBZIP_VERSION "1.11.2"
1212
#define LIBZIP_VERSION_MAJOR 1
13-
#define LIBZIP_VERSION_MINOR 10
14-
#define LIBZIP_VERSION_MICRO 1
13+
#define LIBZIP_VERSION_MINOR 11
14+
#define LIBZIP_VERSION_MICRO 2
1515

1616
/* #undef ZIP_STATIC */
1717

mingw32/lib/cmake/libzip/libzip-config-version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
88
# The variable CVF_VERSION must be set before calling configure_file().
99

10-
set(PACKAGE_VERSION "1.10.1")
10+
set(PACKAGE_VERSION "1.11.2")
1111

1212
if (PACKAGE_FIND_VERSION_RANGE)
1313
# Package version must be in the requested version range

mingw32/lib/cmake/libzip/libzip-targets.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by CMake
22

33
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4-
message(FATAL_ERROR "CMake >= 2.8.0 required")
4+
message(FATAL_ERROR "CMake >= 2.8.3 required")
55
endif()
66
if(CMAKE_VERSION VERSION_LESS "2.8.3")
77
message(FATAL_ERROR "CMake >= 2.8.3 required")
88
endif()
99
cmake_policy(PUSH)
10-
cmake_policy(VERSION 2.8.3...3.27)
10+
cmake_policy(VERSION 2.8.3...3.29)
1111
#----------------------------------------------------------------
1212
# Generated CMake target import file.
1313
#----------------------------------------------------------------

mingw32/lib/libpsl.a

-14 Bytes
Binary file not shown.

mingw32/lib/libpsl.dll.a

0 Bytes
Binary file not shown.

mingw32/lib/libzip.a

6.58 KB
Binary file not shown.

mingw32/lib/libzip.dll.a

0 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/libzip.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ zipcmp=${bindir}/zipcmp
88

99
Name: libzip
1010
Description: library for handling zip archives
11-
Version: 1.10.1
11+
Version: 1.11.2
1212
Libs: -L${libdir} -lzip
1313
Libs.private: -ladvapi32 -lbz2 -llzma -lzstd -lbcrypt -lz
1414
Cflags: -I${includedir}

mingw32/share/doc/xz/api/annotated.html

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)