From ed6b098d727de87d1a865a53de04a6b648ce6acdc08e0b91d2b631919b468642 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 23 Jan 2024 07:06:19 +0000 Subject: [PATCH] Accepting request 1138813 from home:dirkmueller:Factory - update to 1.4.0: * Rework hash code to support openSSL 3.x EVP API * memory leak fix * tests for invalid zchunk files * More statistics in zchunk_delta_info * avoid infinite loop under certain conditions * Add zck_get_chunk_ctx function to get context from chunk OBS-URL: https://build.opensuse.org/request/show/1138813 OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=49 --- zchunk-1.3.2.tar.gz | 3 --- zchunk-1.4.0.tar.gz | 3 +++ zchunk.changes | 11 +++++++++++ zchunk.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 zchunk-1.3.2.tar.gz create mode 100644 zchunk-1.4.0.tar.gz diff --git a/zchunk-1.3.2.tar.gz b/zchunk-1.3.2.tar.gz deleted file mode 100644 index 56ab56b..0000000 --- a/zchunk-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d923d32af7db33f3c0a6655b258e857a2ca564912cf85ddce14e9b1b7d495bf -size 1508683 diff --git a/zchunk-1.4.0.tar.gz b/zchunk-1.4.0.tar.gz new file mode 100644 index 0000000..2456663 --- /dev/null +++ b/zchunk-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6def0481935006052774e034a22c18a1b668b8c93510188673138312003890eb +size 1513670 diff --git a/zchunk.changes b/zchunk.changes index 5623df5..7bcd1e4 100644 --- a/zchunk.changes +++ b/zchunk.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 15 10:51:03 UTC 2024 - Dirk Müller + +- update to 1.4.0: + * Rework hash code to support openSSL 3.x EVP API + * memory leak fix + * tests for invalid zchunk files + * More statistics in zchunk_delta_info + * avoid infinite loop under certain conditions + * Add zck_get_chunk_ctx function to get context from chunk + ------------------------------------------------------------------- Sat Oct 14 10:19:38 UTC 2023 - Dirk Müller diff --git a/zchunk.spec b/zchunk.spec index bc8f488..0b37c3b 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,7 +1,7 @@ # # spec file for package zchunk # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2020 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -21,7 +21,7 @@ %global libname libzck%{somajor} %global devname libzck-devel Name: zchunk -Version: 1.3.2 +Version: 1.4.0 Release: 0 Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT