From ace8c28bea3c0fc72bdd8174836681cd6ccf1487 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 29 2005 12:49:01 +0000 Subject: - Backported patch to fix CAN-2004-1184 (bug #144684). --- diff --git a/enscript.spec b/enscript.spec index e8a874d..7cc95fd 100644 --- a/enscript.spec +++ b/enscript.spec @@ -9,6 +9,7 @@ Patch0: enscript-1.6.1-config.patch Patch2: enscript-1.6.1-tmp.patch Patch3: enscript-1.6.1-locale.patch Patch4: enscript-doublefree.patch +Patch5: enscript-1.6.1-CAN-2004-1184.patch URL: http://people.ssh.fi/mtr/genscript/index.html BuildRoot: %{_tmppath}/%{name}-%{version}-root Obsoletes: nenscript @@ -26,6 +27,7 @@ includes many options for customizing printouts. %patch2 -p1 -b .tmp %patch3 -p1 -b .locale %patch4 -p1 -b .doublefree +%patch5 -p1 -b .CAN-2004-1184 %build %configure --with-media=Letter @@ -61,6 +63,9 @@ rm -rf %{buildroot} %doc AUTHORS ChangeLog FAQ.html NEWS README README.ESCAPES THANKS TODO %changelog +* Tue Jan 29 2005 Tim Waugh +- Backported patch to fix CAN-2004-1184 (bug #144684). + * Mon Sep 27 2004 Tim Waugh 1.6.1-28 - Fixed double-free problem (bug #132964).