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

Remi Collet remi at fedoraproject.org
Wed Mar 21 16:57:50 UTC 2012


commit 63e73d5ceb3986f98bc34e1c8e03ddd0a4f4deb0
Author: remi <fedora at famillecollet.com>
Date:   Wed Mar 21 17:56:47 2012 +0100

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

 .gitignore  |    1 +
 libzip.spec |    8 ++++++--
 sources     |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a77e1ba..6809999 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libzip-0.9.3.tar.bz2
 /libzip-0.10.tar.bz2
+/libzip-0.10.1.tar.bz2
diff --git a/libzip.spec b/libzip.spec
index f441af6..4a98915 100644
--- a/libzip.spec
+++ b/libzip.spec
@@ -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 at 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 at fedoraproject.org> - 0.10-2
 - try to fix ARM issue (#799684)
 
diff --git a/sources b/sources
index 5388206..3343663 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-663d79a9d299a61026d1860d52cdf6fc  libzip-0.10.tar.bz2
+d3e933ae049204badccf605f20aaecde  libzip-0.10.1.tar.bz2


More information about the scm-commits mailing list