Skip to content

Commit 6c0edc5

Browse files
authored
Update libzip and zlib submodules (#115)
Context: https://libzip.org/news/release-1.9.0.html Context: https://libzip.org/news/release-1.9.1.html Context: https://libzip.org/news/release-1.9.2.html Context: https://zlib.net/ChangeLog.txt `libzip` updated to v1.9.2, changes: * Add zip_file_is_seekable(). * Improve compatibility with WinAES. * Fix encoding handling in zip_name_locate(). * Add option to zipcmp to output summary of changes. * Various bug fixes and documentation improvements. `zlib` updated to v1.2.12, changes: * Fix a deflate bug when using the Z_FIXED strategy that can result in out-of-bound accesses. * Fix a deflate bug when the window is full in deflate_stored(). * Speed up CRC-32 computations by a factor of 1.5 to 3. * Use the hardware CRC-32 instruction on ARMv8 processors. * Speed up crc32_combine() with powers of x tables. * Add crc32_combine_gen() and crc32_combine_op() for fast combines
1 parent acd9a54 commit 6c0edc5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
branch = develop
1111
[submodule "external/bzip2"]
1212
path = external/bzip2
13-
url = git://sourceware.org/git/bzip2.git
13+
url = https://sourceware.org/git/bzip2.git
1414
branch = master
1515
[submodule "external/xz"]
1616
path = external/xz

LibZipSharp.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<_LibZipSharpAssemblyVersion>2.0.5</_LibZipSharpAssemblyVersion>
3+
<_LibZipSharpAssemblyVersion>2.0.6</_LibZipSharpAssemblyVersion>
44
<!--
55
Nuget Version. You can append things like -alpha-1 etc to this value.
66
But always leave the $(_LibZipSharpAssemblyVersion) value at the start.

external/libzip

Submodule libzip updated 237 files

external/zlib

Submodule zlib updated 86 files

0 commit comments

Comments
 (0)