Sanity check hex hashes passed in as an option
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
da9d4344d0
commit
bacf4dabfa
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/zchunk-0.9.11.tar.gz
|
/zchunk-0.9.11.tar.gz
|
||||||
/zchunk-0.9.12.tar.gz
|
/zchunk-0.9.12.tar.gz
|
||||||
/zchunk-0.9.13.tar.gz
|
/zchunk-0.9.13.tar.gz
|
||||||
|
/zchunk-0.9.14.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-0.9.13.tar.gz) = 11d287042ffc1a8e4fa0aa7eeffb71aa6b79c7579756992a2a42177569fe9b9dec4c0706857cdb044c62b9d2b8c52288931b5b3cf18aa52171d509a232f45106
|
SHA512 (zchunk-0.9.14.tar.gz) = 8c77c0c70364829687965369a84a473b29e9fa7793893b69d43a4e2097700075c6490bd271e7c0da8d044d9fd78ba9452e471698d1a73fa1e05ca777340857a3
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 0.9.13
|
Version: 0.9.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Compressed file format that allows easy deltas
|
Summary: Compressed file format that allows easy deltas
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 01 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.14-1
|
||||||
|
- Sanity check hex hashes passed in as an option
|
||||||
|
|
||||||
* Mon Oct 08 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.13-1
|
* Mon Oct 08 2018 Jonathan Dieter <jdieter@gmail.com> - 0.9.13-1
|
||||||
- Add read support for zchunk files with optional flags
|
- Add read support for zchunk files with optional flags
|
||||||
- Fix tests for zstd-1.3.6
|
- Fix tests for zstd-1.3.6
|
||||||
|
Loading…
Reference in New Issue
Block a user