rpms/cups/devel cups-str3293.patch,NONE,1.1 cups.spec,1.505,1.506

Tim Waugh twaugh at fedoraproject.org
Fri Aug 21 14:50:22 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31186

Modified Files:
	cups.spec 
Added Files:
	cups-str3293.patch 
Log Message:
* Fri Aug 21 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.rc1.18
- Prevent infinite loop in ppdc (STR #3293).


cups-str3293.patch:
 ppdc-source.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE cups-str3293.patch ---
diff -up cups-1.4rc1/ppdc/ppdc-source.cxx.ppdc-busy-loop cups-1.4rc1/ppdc/ppdc-source.cxx
--- cups-1.4rc1/ppdc/ppdc-source.cxx.ppdc-busy-loop	2009-08-21 15:40:16.648189657 +0100
+++ cups-1.4rc1/ppdc/ppdc-source.cxx	2009-08-21 15:41:29.896188142 +0100
@@ -1321,7 +1321,7 @@ ppdcSource::get_integer(const char *v)	/
     while (*v && *v != ')')
     {
       // Skip leading whitespace...
-      while (*v && isspace(*v & 255));
+      while (*v && isspace(*v & 255))
         v ++;
 
       if (!*v || *v == ')')


Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.505
retrieving revision 1.506
diff -u -p -r1.505 -r1.506
--- cups.spec	21 Aug 2009 10:24:38 -0000	1.505
+++ cups.spec	21 Aug 2009 14:50:22 -0000	1.506
@@ -10,7 +10,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4
-Release: 0.%{pre}.17%{?dist}.1
+Release: 0.%{pre}.18%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?pre}%{?svn}-source.tar.bz2
@@ -68,6 +68,7 @@ Patch40: cups-str3285.patch
 Patch41: cups-str3279.patch
 Patch42: cups-str3287.patch
 Patch43: cups-str3292.patch
+Patch44: cups-str3293.patch
 Patch100: cups-lspp.patch
 Epoch: 1
 Url: http://www.cups.org/
@@ -236,6 +237,7 @@ module. 
 %patch41 -p1 -b .str3279
 %patch42 -p1 -b .str3287
 %patch43 -p1 -b .str3292
+%patch44 -p1 -b .str3293
 
 %if %lspp
 %patch100 -p1 -b .lspp
@@ -530,6 +532,9 @@ rm -rf $RPM_BUILD_ROOT
 %{php_extdir}/phpcups.so
 
 %changelog
+* Fri Aug 21 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.rc1.18
+- Prevent infinite loop in ppdc (STR #3293).
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1:1.4-0.rc1.17.1
 - rebuilt with new audit
 




More information about the fedora-extras-commits mailing list