From 61d7736dc75c7722f5d127688db1558fe91bd2e4 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Wed, 11 Oct 2023 10:01:22 +0200 Subject: [PATCH] A round of library version updates 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 f009b5c3..b71e94c8 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 5532f9ba..210b09d9 160000 --- a/external/libzip +++ b/external/libzip @@ -1 +1 @@ -Subproject commit 5532f9baa0c44cc5435ad135686a4ea009075b9a +Subproject commit 210b09d9d2d0f4c0bbc64f92ad45c1ac53598fec diff --git a/external/zlib b/external/zlib index 04f42cec..09155eaa 160000 --- a/external/zlib +++ b/external/zlib @@ -1 +1 @@ -Subproject commit 04f42ceca40f73e2978b50e93806c2a18c1281fc +Subproject commit 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851 diff --git a/external/zstd b/external/zstd index e47e674c..63779c79 160000 --- a/external/zstd +++ b/external/zstd @@ -1 +1 @@ -Subproject commit e47e674cd09583ff0503f0f6defd6d23d8b718d3 +Subproject commit 63779c798237346c2b245c546c40b72a5a5913fe