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:
parent
a164f46752
commit
63e73d5ceb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libzip-0.9.3.tar.bz2
|
||||
/libzip-0.10.tar.bz2
|
||||
/libzip-0.10.1.tar.bz2
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user