Update to 1.3.2 which fixes a couple of unsigned integer overflow bugs
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
a04907a050
commit
5d02b22bac
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
|||||||
/zchunk-1.2.4.tar.gz
|
/zchunk-1.2.4.tar.gz
|
||||||
/zchunk-1.3.0.tar.gz
|
/zchunk-1.3.0.tar.gz
|
||||||
/zchunk-1.3.1.tar.gz
|
/zchunk-1.3.1.tar.gz
|
||||||
|
/zchunk-1.3.2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-1.3.1.tar.gz) = 5eec3ee084f3192291f5956dc797275986ebaa004df580be73de18ff22a781b6c5362bedc6263c9ae3569e5fa12cf5225d87aed7ec4ddfa6210f5c92763566e5
|
SHA512 (zchunk-1.3.2.tar.gz) = 32f3167db747a494373c03941450e8b6b7eb6ad6a07633ccb9dbd3176ffb79073746bbdf3f132605ad51de23b3b20434d1580cf7cd72e0b658263bb32359f5bc
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
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
|
||||||
URL: https://github.com/zchunk/zchunk
|
URL: https://github.com/zchunk/zchunk
|
||||||
@ -84,6 +84,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 5 2023 Jonathan Dieter <jdieter@gmail.com> - 1.3.2-1
|
||||||
|
- Fix a couple of unsigned integer overflow bugs
|
||||||
|
|
||||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user