From b9a27bf8db9925ce096ca542672dd83e78863b06c16c80ec9a86fd0d9b182eb1 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 11 Jun 2023 16:06:28 +0000 Subject: [PATCH] Accepting request 1092301 from home:dirkmueller:Factory - update to 1.3.1: * Fix read off-by-one bug in compressed int function * Handle read-data errors correctly * Ensure memory is freed when zrealloc is called with size 0 OBS-URL: https://build.opensuse.org/request/show/1092301 OBS-URL: https://build.opensuse.org/package/show/Archiving/zchunk?expand=0&rev=45 --- zchunk-1.3.0.tar.gz | 3 --- zchunk-1.3.1.tar.gz | 3 +++ zchunk.changes | 8 ++++++++ zchunk.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 zchunk-1.3.0.tar.gz create mode 100644 zchunk-1.3.1.tar.gz diff --git a/zchunk-1.3.0.tar.gz b/zchunk-1.3.0.tar.gz deleted file mode 100644 index e538004..0000000 --- a/zchunk-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5563baa254b256e30e1fea87f94f53a5cf63a074898644f3f7ae5b58f446db03 -size 1510775 diff --git a/zchunk-1.3.1.tar.gz b/zchunk-1.3.1.tar.gz new file mode 100644 index 0000000..b7b5ce4 --- /dev/null +++ b/zchunk-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ba1d6f5c83dbce75f8114ddbef1aa558938381fbaac0fa068eaf30c6ed2c60 +size 1508699 diff --git a/zchunk.changes b/zchunk.changes index dffe44e..2d89614 100644 --- a/zchunk.changes +++ b/zchunk.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jun 11 13:32:33 UTC 2023 - Dirk Müller + +- update to 1.3.1: + * Fix read off-by-one bug in compressed int function + * Handle read-data errors correctly + * Ensure memory is freed when zrealloc is called with size 0 + ------------------------------------------------------------------- Mon Mar 27 11:22:19 UTC 2023 - Dirk Müller diff --git a/zchunk.spec b/zchunk.spec index 9de0ca7..47dabb8 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -21,7 +21,7 @@ %global libname libzck%{somajor} %global devname libzck-devel Name: zchunk -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT