From 975403127154ca34b492a1ed10d5a8a7852bf334 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Tue, 18 Sep 2018 14:38:44 +0100 Subject: [PATCH] Update to 0.9.10 with security bug fixes Signed-off-by: Jonathan Dieter --- .gitignore | 1 + sources | 2 +- zchunk.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 58a7b58..995fe13 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /zchunk-0.9.4.tar.gz /zchunk-0.9.5.tar.gz /zchunk-0.9.7.tar.gz +/zchunk-0.9.10.tar.gz diff --git a/sources b/sources index 5584ba4..7ec9459 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zchunk-0.9.7.tar.gz) = 46e8ab1c6b497ca7b00c009cab0177821887e17b111cfda7559bab82a706d53625da473c15d35b215751dabb5433f9027f28c5421772d5186b1d3b7ff8c967a7 +SHA512 (zchunk-0.9.10.tar.gz) = 9e440bb33918955d3bdf2ecf14bd011f4efff8a16113927d665c4a965d42648fb4c60225206d9ddcb2b136868232b453c3d4014f46fdba5b7c6da8eb0c2fb6c3 diff --git a/zchunk.spec b/zchunk.spec index 807e31b..24cbeb5 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk -Version: 0.9.7 -Release: 2%{?dist} +Version: 0.9.10 +Release: 1%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -83,6 +83,10 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Tue Sep 18 2018 Jonathan Dieter - 0.9.10-1 +- Update to 0.9.10 +- Fixes security bugs found by Coverity + * Fri Aug 10 2018 Jonathan Dieter - 0.9.7-2 - Add contrib scripts to docs - Fix test failures for zstd <= 1.3.4