From ed2ccd5fe34a6fb3327986e6972e7b3850bf1e93 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Wed, 11 Oct 2023 09:36:21 +0000 Subject: [PATCH] A round of library version updates (#131) Changes: https://libzip.org/news/release-1.10.0.html Changes: https://libzip.org/news/release-1.10.1.html Changes: https://zlib.net/ChangeLog.txt Changes: https://github.com/facebook/zstd/releases/tag/v1.5.4 Changes: https://github.com/facebook/zstd/releases/tag/v1.5.5 * libzip updated to v1.10.1 (from v1.9.2 via 1.10.0) A handful of API changes not important to us, fixes for handling very large ZIP archives and buffers, use ISO C secure library functions. * zlib updated to v1.3.0 (from v1.2.13) Changes which mostly affect the gzip compression, not used by libzip. * zstd updated to v1.5.5 (from v1.5.2, via v1.5.4) v1.5.4 is mostly a performance improvement release, see the URL above for details. v1.5.5 is a quickfix release addressing a rare corruption bug in high compression mode, plus more performance improvements. --- LibZipSharp.props | 2 +- external/libzip | 2 +- external/zlib | 2 +- external/zstd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LibZipSharp.props b/LibZipSharp.props index f009b5c..b71e94c 100644 --- a/LibZipSharp.props +++ b/LibZipSharp.props @@ -1,7 +1,7 @@ <_LibZipSharpAssemblyVersionMajor>3 - <_LibZipSharpAssemblyVersionMinor>0 + <_LibZipSharpAssemblyVersionMinor>1 <_LibZipSharpAssemblyVersionPatch>0 <_LibZipSharpAssemblyVersion>$(_LibZipSharpAssemblyVersionMajor).$(_LibZipSharpAssemblyVersionMinor).$(_LibZipSharpAssemblyVersionPatch) <_NativeLibraryVersionForName>$(_LibZipSharpAssemblyVersionMajor)-$(_LibZipSharpAssemblyVersionMinor) diff --git a/external/libzip b/external/libzip index 5532f9b..210b09d 160000 --- a/external/libzip +++ b/external/libzip @@ -1 +1 @@ -Subproject commit 5532f9baa0c44cc5435ad135686a4ea009075b9a +Subproject commit 210b09d9d2d0f4c0bbc64f92ad45c1ac53598fec diff --git a/external/zlib b/external/zlib index 04f42ce..09155ea 160000 --- a/external/zlib +++ b/external/zlib @@ -1 +1 @@ -Subproject commit 04f42ceca40f73e2978b50e93806c2a18c1281fc +Subproject commit 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851 diff --git a/external/zstd b/external/zstd index e47e674..63779c7 160000 --- a/external/zstd +++ b/external/zstd @@ -1 +1 @@ -Subproject commit e47e674cd09583ff0503f0f6defd6d23d8b718d3 +Subproject commit 63779c798237346c2b245c546c40b72a5a5913fe