Skip to content

Commit 3b75fa0

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-x86_64-libzip (1.11.3-1 -> 1.11.4-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 3c54f95 commit 3b75fa0

File tree

78 files changed

+169
-57
lines changed

Some content is hidden

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

78 files changed

+169
-57
lines changed

mingw64/bin/libzip.dll

2.5 KB
Binary file not shown.

mingw64/bin/zipcmp.exe

1.44 KB
Binary file not shown.

mingw64/bin/zipmerge.exe

1.44 KB
Binary file not shown.

mingw64/bin/ziptool.exe

1 KB
Binary file not shown.

mingw64/include/zipconf.h

Lines changed: 2 additions & 2 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.11.3"
11+
#define LIBZIP_VERSION "1.11.4"
1212
#define LIBZIP_VERSION_MAJOR 1
1313
#define LIBZIP_VERSION_MINOR 11
14-
#define LIBZIP_VERSION_MICRO 3
14+
#define LIBZIP_VERSION_MICRO 4
1515

1616
/* #undef ZIP_STATIC */
1717

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
#----------------------------------------------------------------
2+
# Generated CMake target import file.
3+
#----------------------------------------------------------------
4+
5+
# Commands may need to know the format version.
6+
set(CMAKE_IMPORT_FILE_VERSION 1)
7+
8+
# Import target "libzip::zipcmp" for configuration ""
9+
set_property(TARGET libzip::zipcmp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
10+
set_target_properties(libzip::zipcmp PROPERTIES
11+
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/zipcmp.exe"
12+
)
13+
14+
list(APPEND _cmake_import_check_targets libzip::zipcmp )
15+
list(APPEND _cmake_import_check_files_for_libzip::zipcmp "${_IMPORT_PREFIX}/bin/zipcmp.exe" )
16+
17+
# Import target "libzip::zipmerge" for configuration ""
18+
set_property(TARGET libzip::zipmerge APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
19+
set_target_properties(libzip::zipmerge PROPERTIES
20+
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/zipmerge.exe"
21+
)
22+
23+
list(APPEND _cmake_import_check_targets libzip::zipmerge )
24+
list(APPEND _cmake_import_check_files_for_libzip::zipmerge "${_IMPORT_PREFIX}/bin/zipmerge.exe" )
25+
26+
# Import target "libzip::ziptool" for configuration ""
27+
set_property(TARGET libzip::ziptool APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
28+
set_target_properties(libzip::ziptool PROPERTIES
29+
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/ziptool.exe"
30+
)
31+
32+
list(APPEND _cmake_import_check_targets libzip::ziptool )
33+
list(APPEND _cmake_import_check_files_for_libzip::ziptool "${_IMPORT_PREFIX}/bin/ziptool.exe" )
34+
35+
# Commands beyond this point should not need to know the version.
36+
set(CMAKE_IMPORT_FILE_VERSION)
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# Generated by CMake
2+
3+
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4+
message(FATAL_ERROR "CMake >= 2.8.3 required")
5+
endif()
6+
if(CMAKE_VERSION VERSION_LESS "2.8.3")
7+
message(FATAL_ERROR "CMake >= 2.8.3 required")
8+
endif()
9+
cmake_policy(PUSH)
10+
cmake_policy(VERSION 2.8.3...3.30)
11+
#----------------------------------------------------------------
12+
# Generated CMake target import file.
13+
#----------------------------------------------------------------
14+
15+
# Commands may need to know the format version.
16+
set(CMAKE_IMPORT_FILE_VERSION 1)
17+
18+
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
19+
set(_cmake_targets_defined "")
20+
set(_cmake_targets_not_defined "")
21+
set(_cmake_expected_targets "")
22+
foreach(_cmake_expected_target IN ITEMS libzip::zipcmp libzip::zipmerge libzip::ziptool)
23+
list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
24+
if(TARGET "${_cmake_expected_target}")
25+
list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
26+
else()
27+
list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
28+
endif()
29+
endforeach()
30+
unset(_cmake_expected_target)
31+
if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
32+
unset(_cmake_targets_defined)
33+
unset(_cmake_targets_not_defined)
34+
unset(_cmake_expected_targets)
35+
unset(CMAKE_IMPORT_FILE_VERSION)
36+
cmake_policy(POP)
37+
return()
38+
endif()
39+
if(NOT _cmake_targets_defined STREQUAL "")
40+
string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
41+
string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
42+
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
43+
endif()
44+
unset(_cmake_targets_defined)
45+
unset(_cmake_targets_not_defined)
46+
unset(_cmake_expected_targets)
47+
48+
49+
# Compute the installation prefix relative to this file.
50+
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
51+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
52+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
53+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
54+
if(_IMPORT_PREFIX STREQUAL "/")
55+
set(_IMPORT_PREFIX "")
56+
endif()
57+
58+
# Create imported target libzip::zipcmp
59+
add_executable(libzip::zipcmp IMPORTED)
60+
61+
# Create imported target libzip::zipmerge
62+
add_executable(libzip::zipmerge IMPORTED)
63+
64+
# Create imported target libzip::ziptool
65+
add_executable(libzip::ziptool IMPORTED)
66+
67+
# Load information for each installed configuration.
68+
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/libzip-bin-targets-*.cmake")
69+
foreach(_cmake_config_file IN LISTS _cmake_config_files)
70+
include("${_cmake_config_file}")
71+
endforeach()
72+
unset(_cmake_config_file)
73+
unset(_cmake_config_files)
74+
75+
# Cleanup temporary variables.
76+
set(_IMPORT_PREFIX)
77+
78+
# Loop over all imported files and verify that they actually exist
79+
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
80+
if(CMAKE_VERSION VERSION_LESS "3.28"
81+
OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
82+
OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
83+
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
84+
if(NOT EXISTS "${_cmake_file}")
85+
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
86+
\"${_cmake_file}\"
87+
but this file does not exist. Possible reasons include:
88+
* The file was deleted, renamed, or moved to another location.
89+
* An install or uninstall procedure did not complete successfully.
90+
* The installation package was faulty and contained
91+
\"${CMAKE_CURRENT_LIST_FILE}\"
92+
but not all the files it references.
93+
")
94+
endif()
95+
endforeach()
96+
endif()
97+
unset(_cmake_file)
98+
unset("_cmake_import_check_files_for_${_cmake_target}")
99+
endforeach()
100+
unset(_cmake_target)
101+
unset(_cmake_import_check_targets)
102+
103+
# This file does not depend on other imported targets which have
104+
# been exported from the same project but in a separate export set.
105+
106+
# Commands beyond this point should not need to know the version.
107+
set(CMAKE_IMPORT_FILE_VERSION)
108+
cmake_policy(POP)

mingw64/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.11.3")
10+
set(PACKAGE_VERSION "1.11.4")
1111

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

mingw64/lib/cmake/libzip/libzip-targets-noconfig.cmake

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,5 @@ set_target_properties(libzip::zip PROPERTIES
1616
list(APPEND _cmake_import_check_targets libzip::zip )
1717
list(APPEND _cmake_import_check_files_for_libzip::zip "${_IMPORT_PREFIX}/lib/libzip.dll.a" "${_IMPORT_PREFIX}/bin/libzip.dll" )
1818

19-
# Import target "libzip::zipcmp" for configuration ""
20-
set_property(TARGET libzip::zipcmp APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
21-
set_target_properties(libzip::zipcmp PROPERTIES
22-
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/zipcmp.exe"
23-
)
24-
25-
list(APPEND _cmake_import_check_targets libzip::zipcmp )
26-
list(APPEND _cmake_import_check_files_for_libzip::zipcmp "${_IMPORT_PREFIX}/bin/zipcmp.exe" )
27-
28-
# Import target "libzip::zipmerge" for configuration ""
29-
set_property(TARGET libzip::zipmerge APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
30-
set_target_properties(libzip::zipmerge PROPERTIES
31-
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/zipmerge.exe"
32-
)
33-
34-
list(APPEND _cmake_import_check_targets libzip::zipmerge )
35-
list(APPEND _cmake_import_check_files_for_libzip::zipmerge "${_IMPORT_PREFIX}/bin/zipmerge.exe" )
36-
37-
# Import target "libzip::ziptool" for configuration ""
38-
set_property(TARGET libzip::ziptool APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
39-
set_target_properties(libzip::ziptool PROPERTIES
40-
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/ziptool.exe"
41-
)
42-
43-
list(APPEND _cmake_import_check_targets libzip::ziptool )
44-
list(APPEND _cmake_import_check_files_for_libzip::ziptool "${_IMPORT_PREFIX}/bin/ziptool.exe" )
45-
4619
# Commands beyond this point should not need to know the version.
4720
set(CMAKE_IMPORT_FILE_VERSION)

mingw64/lib/cmake/libzip/libzip-targets.cmake

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.29)
10+
cmake_policy(VERSION 2.8.3...3.30)
1111
#----------------------------------------------------------------
1212
# Generated CMake target import file.
1313
#----------------------------------------------------------------
@@ -19,7 +19,7 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
1919
set(_cmake_targets_defined "")
2020
set(_cmake_targets_not_defined "")
2121
set(_cmake_expected_targets "")
22-
foreach(_cmake_expected_target IN ITEMS libzip::zip libzip::zipcmp libzip::zipmerge libzip::ziptool)
22+
foreach(_cmake_expected_target IN ITEMS libzip::zip)
2323
list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
2424
if(TARGET "${_cmake_expected_target}")
2525
list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
@@ -62,15 +62,6 @@ set_target_properties(libzip::zip PROPERTIES
6262
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include"
6363
)
6464

65-
# Create imported target libzip::zipcmp
66-
add_executable(libzip::zipcmp IMPORTED)
67-
68-
# Create imported target libzip::zipmerge
69-
add_executable(libzip::zipmerge IMPORTED)
70-
71-
# Create imported target libzip::ziptool
72-
add_executable(libzip::ziptool IMPORTED)
73-
7465
# Load information for each installed configuration.
7566
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/libzip-targets-*.cmake")
7667
foreach(_cmake_config_file IN LISTS _cmake_config_files)

0 commit comments

Comments
 (0)