[rpm/f16] - update to 4.1.9.3 (http://rpm.org/wiki/Releases/4.9.1.3) - fixes CVE-2012-0060, CVE-2012-0061 and

Panu Matilainen pmatilai at fedoraproject.org
Tue Apr 3 15:42:52 UTC 2012


commit 38f5300beeacd32590ea98df7aadbd1dd93b1e18
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Tue Apr 3 18:42:34 2012 +0300

    - update to 4.1.9.3 (http://rpm.org/wiki/Releases/4.9.1.3)
    - fixes CVE-2012-0060, CVE-2012-0061 and CVE-2012-0815

 .gitignore |    1 +
 rpm.spec   |    8 ++++++--
 sources    |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 568136d..d0b18d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ rpm-4.8.1.tar.bz2
 /rpm-4.9.1.tar.bz2
 /rpm-4.9.1.1.tar.bz2
 /rpm-4.9.1.2.tar.bz2
+/rpm-4.9.1.3.tar.bz2
diff --git a/rpm.spec b/rpm.spec
index 8b261a4..4ce75c7 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -11,7 +11,7 @@
 
 %define rpmhome /usr/lib/rpm
 
-%define rpmver 4.9.1.2
+%define rpmver 4.9.1.3
 %define srcver %{rpmver}%{?snapver:-%{snapver}}
 
 %define bdbname db4
@@ -21,7 +21,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: %{rpmver}
-Release: %{?snapver:0.%{snapver}.}6%{?dist}
+Release: %{?snapver:0.%{snapver}.}1%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source0: http://rpm.org/releases/rpm-4.9.x/%{name}-%{srcver}.tar.bz2
@@ -460,6 +460,10 @@ exit 0
 %doc COPYING doc/librpm/html/*
 
 %changelog
+* Tue Apr 03 2012 Panu Matilainen <pmatilai at redhat.com> - 4.9.1.3-1
+- update to 4.1.9.3 (http://rpm.org/wiki/Releases/4.9.1.3)
+- fixes CVE-2012-0060, CVE-2012-0061 and CVE-2012-0815
+
 * Wed Mar 07 2012 Panu Matilainen <pmatilai at redhat.com> - 4.9.1.2-6
 - fix memory corruption on rpmdb size estimation (#766260)
 - fix couple of memleaks in python bindings (#782147)
diff --git a/sources b/sources
index 65ac0c9..22d2f6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85cc5b7adb5806b5abf5b538b088dbdc  rpm-4.9.1.2.tar.bz2
+e266b959de9865cce2816451e8a62e12  rpm-4.9.1.3.tar.bz2


More information about the scm-commits mailing list