rpms/cups/F-11 cups-str3439.patch,NONE,1.1 cups.spec,1.540,1.541

Tim Waugh twaugh at fedoraproject.org
Fri Dec 4 15:50:13 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/cups/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19180

Modified Files:
	cups.spec 
Added Files:
	cups-str3439.patch 
Log Message:
* Fri Dec  4 2009 Tim Waugh <twaugh at redhat.com> - 1:1.4.2-12
- The web interface prevented conflicting options from being adjusted
  (bug #533426, STR #3439).


cups-str3439.patch:
 admin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE cups-str3439.patch ---
diff -up cups-1.4.2/cgi-bin/admin.c.str3439 cups-1.4.2/cgi-bin/admin.c
--- cups-1.4.2/cgi-bin/admin.c.str3439	2009-12-04 15:48:21.181907084 +0000
+++ cups-1.4.2/cgi-bin/admin.c	2009-12-04 15:48:21.199906005 +0000
@@ -3327,7 +3327,7 @@ do_set_options(http_t *http,		/* I - HTT
       }
   }
 
-  if (!have_options || ppdConflicts(ppd))
+  if (!have_options)
   {
    /*
     * Show the options to the user...


Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/F-11/cups.spec,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -p -r1.540 -r1.541
--- cups.spec	3 Dec 2009 23:08:23 -0000	1.540
+++ cups.spec	4 Dec 2009 15:50:13 -0000	1.541
@@ -9,7 +9,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4.2
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@@ -62,6 +62,7 @@ Patch48: cups-str3418.patch
 Patch49: cups-CVE-2009-3553.patch
 Patch50: cups-str3422.patch
 Patch51: cups-str3413.patch
+Patch52: cups-str3439.patch
 
 Patch100: cups-lspp.patch
 Epoch: 1
@@ -228,6 +229,7 @@ module. 
 %patch49 -p1 -b .CVE-2009-3553
 %patch50 -p1 -b .str3422
 %patch51 -p1 -b .str3413
+%patch52 -p1 -b .str3439
 
 %if %lspp
 %patch100 -p1 -b .lspp
@@ -521,6 +523,10 @@ rm -rf $RPM_BUILD_ROOT
 %{php_extdir}/phpcups.so
 
 %changelog
+* Fri Dec  4 2009 Tim Waugh <twaugh at redhat.com> - 1:1.4.2-12
+- The web interface prevented conflicting options from being adjusted
+  (bug #533426, STR #3439).
+
 * Thu Dec  3 2009 Tim Waugh <twaugh at redhat.com> - 1:1.4.2-11
 - Fixes for SNMP scanning with Lexmark printers (bug #542857, STR #3413).
 




More information about the scm-commits mailing list