Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6c0edc5

Browse filesBrowse 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
Copy full SHA for 6c0edc5

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎.gitmodules‎

Copy file name to clipboardExpand all lines: .gitmodules
+1-1Lines 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
Collapse file

‎LibZipSharp.props‎

Copy file name to clipboardExpand all lines: LibZipSharp.props
+1-1Lines 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.
Collapse file

‎external/libzip‎

Copy file name to clipboard
Submodule libzip updated 237 files
Collapse file

‎external/zlib‎

Copy file name to clipboard
Submodule zlib updated 86 files

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.