From 6eeadd4d6226492c33f1283f27580bf75431c1f5 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 21 Oct 2008 10:23:31 +0000 Subject: [PATCH] - Fixed textonly filter to send FF correctly. --- cups.spec | 5 ++++- textonly.filter | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cups.spec b/cups.spec index da17cd2..776b2d0 100644 --- a/cups.spec +++ b/cups.spec @@ -7,7 +7,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.3.9 -Release: 1%{?svn:.svn%{svn}}%{?dist} +Release: 2%{?svn:.svn%{svn}}%{?dist} License: GPLv2 Group: System Environment/Daemons Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?svn:svn-r%{svn}}-source.tar.bz2 @@ -477,6 +477,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/php/modules/*.so %changelog +* Tue Oct 21 2008 Tim Waugh 1:1.3.9-2 +- Fixed textonly filter to send FF correctly. + * Fri Oct 10 2008 Tim Waugh 1:1.3.9-1 - 1.3.9, including fixes for CVE-2008-3639 (STR #2918, bug #464710), CVE-2008-3640 (STR #2919, bug #464713) and CVE-2008-3641 (STR #2911, diff --git a/textonly.filter b/textonly.filter index 25850cc..504bc4d 100755 --- a/textonly.filter +++ b/textonly.filter @@ -114,7 +114,7 @@ while [ "$COPIES" -gt 0 ]; do if [ "$SENDFF" == "True" ] then - echo -ne \\14 + echo -ne '\f' fi COPIES=$(($COPIES - 1))