[dpkg] Apply patch for RHBZ #642160 and bump release

Jeroen van Meeuwen kanarip at fedoraproject.org
Sun Oct 17 11:32:34 UTC 2010


commit 9f0b7be27a08c70bf7c02bf706aff6aab33ebdc8
Author: Jeroen van Meeuwen (Ergo Project) <jeroen.van.meeuwen at ergo-project.org>
Date:   Sun Oct 17 12:31:44 2010 +0100

    Apply patch for RHBZ #642160 and bump release

 dpkg.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/dpkg.spec b/dpkg.spec
index 01e334e..91ceff0 100644
--- a/dpkg.spec
+++ b/dpkg.spec
@@ -1,6 +1,6 @@
 Name:           dpkg
 Version:        1.15.5.6
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Package maintenance system for Debian Linux
 Group:          System Environment/Base
 # The entire source code is GPLv2+ with exception of the following
@@ -20,6 +20,7 @@ Patch1:         dpkg-change-libdir-path.patch
 # Fixes CVE-2010-0396 bugzilla #572522
 Patch2:		fedora-fix-CVE-2010-0396-00.patch
 Patch3:		fedora-fix-CVE-2010-0396-01.patch
+Patch4:     fedora-bug642160-empty-argv.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  zlib-devel, bzip2-devel, libselinux-devel, gettext, ncurses-devel
 
@@ -63,6 +64,7 @@ dselect is a high-level interface for the installation/removal of debs .
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # Filter unwanted Requires:
 cat << \EOF > %{name}-req
@@ -201,6 +203,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Oct 17 2010 Jeroen van Meeuwen <kanarip at kanarip.com> - 1.15.5.6-5
+- Apply minimal fix for rhbz #642160
+
 * Thu Mar 11 2010 Andrew Colin Kissa <andrew at topdog.za.net> - 1.15.5.6-4
 - Fix CVE-2010-0396
 


More information about the scm-commits mailing list