update to 0.10.1 (security fix only, no ABI change), fixes for CVE-2012-1162 and CVE-2012-1163

This commit is contained in:
remi 2012-03-21 17:56:47 +01:00
parent a164f46752
commit 63e73d5ceb
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
libzip-0.9.3.tar.bz2
/libzip-0.10.tar.bz2
/libzip-0.10.1.tar.bz2

View File

@ -2,8 +2,8 @@
# https://bugzilla.redhat.com/show_bug.cgi?id=393041
Name: libzip
Version: 0.10
Release: 2%{?dist}
Version: 0.10.1
Release: 1%{?dist}
Summary: C library for reading, creating, and modifying zip archives
Group: System Environment/Libraries
@ -102,6 +102,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Mar 21 2012 Remi Collet <remi@fedoraproject.org> - 0.10.1-1
- update to 0.10.1 (security fix only)
- fixes for CVE-2012-1162 and CVE-2012-1163
* Sun Mar 04 2012 Remi Collet <remi@fedoraproject.org> - 0.10-2
- try to fix ARM issue (#799684)

View File

@ -1 +1 @@
663d79a9d299a61026d1860d52cdf6fc libzip-0.10.tar.bz2
d3e933ae049204badccf605f20aaecde libzip-0.10.1.tar.bz2