Fix multipart boundary bug when dealing with lighttpd servers
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
parent
7d29c9275f
commit
43b3032c09
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/zchunk-1.0.1.tar.gz
|
/zchunk-1.0.1.tar.gz
|
||||||
/zchunk-1.0.2.tar.gz
|
/zchunk-1.0.2.tar.gz
|
||||||
/zchunk-1.0.3.tar.gz
|
/zchunk-1.0.3.tar.gz
|
||||||
|
/zchunk-1.0.4.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-1.0.3.tar.gz) = 305afaf666c2fc6ee52bf1216de74b6c19397f579f1c5bd7da75151346c4fc637f14129799e12f2fc2a75729612392b20afc2d9e156fc3f7e42ceecbee4ad323
|
SHA512 (zchunk-1.0.4.tar.gz) = db2d3a67bfdec5f55b3bc56d5e5f47eeec66a8f68259d48e56d197dec5efa157bd94fd2fee7133a9d8d0eedfdfc58d08db10abc209333fd1f2f86b8c1f14ab66
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 2%{?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
|
||||||
URL: https://github.com/zchunk/zchunk
|
URL: https://github.com/zchunk/zchunk
|
||||||
@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
|
|||||||
%{_includedir}/zck.h
|
%{_includedir}/zck.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 16 2019 Jonathan Dieter <jdieter@gmail.com> - 1.0.4-1
|
||||||
|
- Fix multipart boundary bug when dealing with lighttpd servers
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user