diff --git a/zchunk-1.3.1.tar.gz b/zchunk-1.3.1.tar.gz deleted file mode 100644 index b7b5ce4..0000000 --- a/zchunk-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33ba1d6f5c83dbce75f8114ddbef1aa558938381fbaac0fa068eaf30c6ed2c60 -size 1508699 diff --git a/zchunk-1.3.2.tar.gz b/zchunk-1.3.2.tar.gz new file mode 100644 index 0000000..56ab56b --- /dev/null +++ b/zchunk-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d923d32af7db33f3c0a6655b258e857a2ca564912cf85ddce14e9b1b7d495bf +size 1508683 diff --git a/zchunk.changes b/zchunk.changes index 2d89614..5623df5 100644 --- a/zchunk.changes +++ b/zchunk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 14 10:19:38 UTC 2023 - Dirk Müller + +- update to 1.3.2: + * Handle overflow errors in malformed zchunk files + ------------------------------------------------------------------- Sun Jun 11 13:32:33 UTC 2023 - Dirk Müller @@ -11,7 +17,7 @@ Mon Mar 27 11:22:19 UTC 2023 - Dirk Müller - update to 1.3.0: * Add ZCK_NO_WRITE option to disable writing to a file - * meson: Use global function in argp check + * meson: Use global function in argp check ------------------------------------------------------------------- Sun Feb 19 14:12:46 UTC 2023 - Bernhard Wiedemann @@ -23,10 +29,10 @@ Sun Feb 19 14:12:46 UTC 2023 - Bernhard Wiedemann Mon Oct 24 13:06:52 UTC 2022 - Dirk Müller - update to 1.2.3: - * Remove meson deprecation warning - * Add license scan report and status - * test/zck_cmp_uncomp: fix printf format types - * meson: add option to build without docs + * Remove meson deprecation warning + * Add license scan report and status + * test/zck_cmp_uncomp: fix printf format types + * meson: add option to build without docs * zck: declare write_data as static ------------------------------------------------------------------- @@ -51,7 +57,7 @@ Thu Apr 14 13:49:30 UTC 2022 - Ferdinand Thiessen ------------------------------------------------------------------- Mon Jan 3 20:35:40 UTC 2022 - Dirk Müller -- add zstd-1.5.1.patch (gh#zchunk/zchunk/57) +- add zstd-1.5.1.patch (gh#zchunk/zchunk/57) ------------------------------------------------------------------- Thu Jun 24 09:51:46 UTC 2021 - Ferdinand Thiessen diff --git a/zchunk.spec b/zchunk.spec index 47dabb8..bc8f488 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -21,7 +21,7 @@ %global libname libzck%{somajor} %global devname libzck-devel Name: zchunk -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Compressed file format that allows easy deltas License: BSD-2-Clause AND MIT