-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump libzip to 1.7.3 and go back to mingw (#65)
Context: https://libzip.org/news/release-1.7.3.html Context: https://libzip.org/news/release-1.7.2.html Context: https://libzip.org/news/release-1.7.1.html Context: https://libzip.org/news/release-1.7.0.html Upstream changes: * Add support for encrypting using traditional PKWare encryption. * Add zip_compression_method_supported(). * Add zip_encryption_method_supported(). * Add the ZIP_SOURCE_GET_FILE_ATTRIBUTES source command. * Refactor stdio file backend. * Add CMake find_project() support. * Restore LIBZIP_VERSION_{MAJOR,MINOR,MICRO} symbols. * Fixes warnings reported by PVS-Studio. * Add LIBZIP_DO_INSTALL build setting to make it easier to use libzip as subproject. * Fixes for the CMake find_project() files. * libzip moved to the CMake libzip:: NAMESPACE. * CMake usage best practice cleanups. * Support cmake < 3.17 again. * Fix pkgconfig file (regression in 1.7.2). Windows `libzip` DLL is again built with mingw
- Loading branch information
Showing
4 changed files
with
25 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<_LibZipSharpNugetVersion>1.0.15</_LibZipSharpNugetVersion> | ||
<_LibZipSharpNugetVersion>1.0.16</_LibZipSharpNugetVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters