- Fixed default BrowseLocalProtocols (bug #481505).
This commit is contained in:
parent
d5991e3b1b
commit
a3145fd996
13
cups-local-protocols.patch
Normal file
13
cups-local-protocols.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -up cups-1.4b2/CHANGES.txt.local-protocols cups-1.4b2/CHANGES.txt
|
||||
diff -up cups-1.4b2/conf/cupsd.conf.in.local-protocols cups-1.4b2/conf/cupsd.conf.in
|
||||
--- cups-1.4b2/conf/cupsd.conf.in.local-protocols 2009-01-09 16:47:15.000000000 +0000
|
||||
+++ cups-1.4b2/conf/cupsd.conf.in 2009-01-27 14:46:59.000000000 +0000
|
||||
@@ -23,7 +23,7 @@ Listen localhost:@DEFAULT_IPP_PORT@
|
||||
Browsing On
|
||||
BrowseOrder allow,deny
|
||||
BrowseAllow all
|
||||
-BrowseLocalProtocols @CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS@
|
||||
+BrowseLocalProtocols @CUPS_BROWSE_LOCAL_PROTOCOLS@
|
||||
|
||||
# Default authentication type, when authentication is required...
|
||||
DefaultAuthType Basic
|
@ -7,7 +7,7 @@
|
||||
Summary: Common Unix Printing System
|
||||
Name: cups
|
||||
Version: 1.4
|
||||
Release: 0.%{pre}.2%{?dist}
|
||||
Release: 0.%{pre}.3%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Daemons
|
||||
Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?pre}-source.tar.bz2
|
||||
@ -38,6 +38,7 @@ Patch11: cups-direct-usb.patch
|
||||
Patch12: cups-lpr-help.patch
|
||||
Patch13: cups-peercred.patch
|
||||
Patch14: cups-pid.patch
|
||||
Patch15: cups-local-protocols.patch
|
||||
Patch16: cups-eggcups.patch
|
||||
Patch17: cups-getpass.patch
|
||||
Patch18: cups-driverd-timeout.patch
|
||||
@ -179,6 +180,7 @@ module.
|
||||
%patch12 -p1 -b .lpr-help
|
||||
%patch13 -p1 -b .peercred
|
||||
%patch14 -p1 -b .pid
|
||||
%patch15 -p1 -b .local-protocols
|
||||
%patch16 -p1 -b .eggcups
|
||||
%patch17 -p1 -b .getpass
|
||||
%patch18 -p1 -b .driverd-timeout
|
||||
@ -452,6 +454,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/php/modules/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Jan 27 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.3
|
||||
- Fixed default BrowseLocalProtocols (bug #481505).
|
||||
|
||||
* Tue Dec 16 2008 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.2
|
||||
- 1.4b2.
|
||||
- No longer need CVE-2008-5183 patch.
|
||||
|
Loading…
Reference in New Issue
Block a user