SHA256
1
0
forked from pool/zchunk

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
This commit is contained in:
Neal Gompa 2023-06-11 16:06:28 +00:00 committed by Git OBS Bridge
parent 72868faa20
commit b9a27bf8db
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5563baa254b256e30e1fea87f94f53a5cf63a074898644f3f7ae5b58f446db03
size 1510775

3
zchunk-1.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33ba1d6f5c83dbce75f8114ddbef1aa558938381fbaac0fa068eaf30c6ed2c60
size 1508699

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 11 13:32:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com> Mon Mar 27 11:22:19 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -21,7 +21,7 @@
%global libname libzck%{somajor} %global libname libzck%{somajor}
%global devname libzck-devel %global devname libzck-devel
Name: zchunk Name: zchunk
Version: 1.3.0 Version: 1.3.1
Release: 0 Release: 0
Summary: Compressed file format that allows easy deltas Summary: Compressed file format that allows easy deltas
License: BSD-2-Clause AND MIT License: BSD-2-Clause AND MIT