From b404a9df22f3e39afe89923eca5670b83b241343 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 3 Apr 2012 18:26:58 +0300 Subject: [PATCH] - 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 fe92207..352dcb2 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 libdb @@ -21,7 +21,7 @@ Summary: The RPM package management system Name: rpm Version: %{rpmver} -Release: %{?snapver:0.%{snapver}.}14%{?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 @@ -469,6 +469,10 @@ exit 0 %doc COPYING doc/librpm/html/* %changelog +* Tue Apr 03 2012 Panu Matilainen - 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 - 4.9.1.2-14 - fix backport thinko in the exclude patch 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