This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 477c49760ce3667a333fd7bb8ffa9bf769dc3ad4 (commit) via c70569fc8e8fadfab3b3029bbb9e917d823e849a (commit) via b0dfb3ff7d27d5f2fb5a2f3e34867939d2df5844 (commit) from 3d9025281e1e93686e94b5ce45718edb5c773dea (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 477c49760ce3667a333fd7bb8ffa9bf769dc3ad4 Author: Adolf Belka adolf.belka@ipfire.org Date: Tue Sep 19 14:06:41 2023 +0200
xz: Update to version 5.4.4
- IPFire-3.x - Update from version 5.2.8 to 5.4.4 - Changelog is too large to include here. Details can be found at https://github.com/tukaani-project/xz/releases
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit c70569fc8e8fadfab3b3029bbb9e917d823e849a Author: Adolf Belka adolf.belka@ipfire.org Date: Tue Sep 19 13:53:42 2023 +0200
zlib: Update to version 1.3
- IPFire-3.x - Update from version 1.2.13 to 1.3 - Changelog 1.3 Building using K&R (pre-ANSI) function definitions is no longer supported. Fixed a bug in deflateBound() for level 0 and memLevel 9. Fixed a bug when gzungetc() is used immediately after gzopen(). Fixed a bug when using gzflush() with a very small buffer. Fixed a crash when gzsetparams() is attempted for a transparent write. Fixed test/example.c to work with FORCE_STORED. Fixed minizip to allow it to open an empty zip file. Fixed reading disk number start on zip64 files in minizip. Fixed a logic error in minizip argument processing.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit b0dfb3ff7d27d5f2fb5a2f3e34867939d2df5844 Author: Adolf Belka adolf.belka@ipfire.org Date: Tue Sep 19 13:42:17 2023 +0200
zstd: Update to version 1.5.5
- IPFire-s.x - Update from version 1.5.2 to 1.5.5 - Changelog is too large to include here. See the following github page for the details. https://github.com/facebook/zstd/releases
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: xz/xz.nm | 2 +- zlib/zlib.nm | 2 +- zstd/zstd.nm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/xz/xz.nm b/xz/xz.nm index 196fee902..b10590293 100644 --- a/xz/xz.nm +++ b/xz/xz.nm @@ -4,7 +4,7 @@ ###############################################################################
name = xz -version = 5.2.8 +version = 5.4.4 release = 1
groups = Applications/Compression diff --git a/zlib/zlib.nm b/zlib/zlib.nm index 948252bc6..e832c9145 100644 --- a/zlib/zlib.nm +++ b/zlib/zlib.nm @@ -4,7 +4,7 @@ ###############################################################################
name = zlib -version = 1.2.13 +version = 1.3 release = 1
groups = System/Libraries diff --git a/zstd/zstd.nm b/zstd/zstd.nm index 292aeeed4..73d6b023d 100644 --- a/zstd/zstd.nm +++ b/zstd/zstd.nm @@ -4,7 +4,7 @@ ###############################################################################
name = zstd -version = 1.5.2 +version = 1.5.5 release = 1
groups = System/Libraries
hooks/post-receive -- IPFire 3.x development tree