Update to 0.9.10 with security bug fixes

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
Jonathan Dieter 2018-09-18 14:38:44 +01:00
parent a8a57a1efe
commit 9754031271
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (zchunk-0.9.7.tar.gz) = 46e8ab1c6b497ca7b00c009cab0177821887e17b111cfda7559bab82a706d53625da473c15d35b215751dabb5433f9027f28c5421772d5186b1d3b7ff8c967a7
SHA512 (zchunk-0.9.10.tar.gz) = 9e440bb33918955d3bdf2ecf14bd011f4efff8a16113927d665c4a965d42648fb4c60225206d9ddcb2b136868232b453c3d4014f46fdba5b7c6da8eb0c2fb6c3

View File

@ -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 <jdieter@gmail.com> - 0.9.10-1
- Update to 0.9.10
- Fixes security bugs found by Coverity
* Fri Aug 10 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.7-2
- Add contrib scripts to docs
- Fix test failures for zstd <= 1.3.4