- Fixed textonly filter to send FF correctly.

This commit is contained in:
Tim Waugh 2008-10-21 10:23:31 +00:00
parent f5608b99a9
commit 6eeadd4d62
2 changed files with 5 additions and 2 deletions

View File

@ -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 <twaugh@redhat.com> 1:1.3.9-2
- Fixed textonly filter to send FF correctly.
* Fri Oct 10 2008 Tim Waugh <twaugh@redhat.com> 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,

View File

@ -114,7 +114,7 @@ while [ "$COPIES" -gt 0 ]; do
if [ "$SENDFF" == "True" ]
then
echo -ne \\14
echo -ne '\f'
fi
COPIES=$(($COPIES - 1))