- Implemented SCM_CREDENTIALS authentication for UNIX domain sockets (bug
#230613). - Resolves: rhbz#230613
This commit is contained in:
parent
f4b6623071
commit
98d3df330b
@ -6,7 +6,7 @@
|
|||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 1.2.8
|
Version: 1.2.8
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
||||||
@ -44,6 +44,7 @@ Patch19: cups-eggcups.patch
|
|||||||
Patch20: cups-getpass.patch
|
Patch20: cups-getpass.patch
|
||||||
Patch21: cups-driverd-timeout.patch
|
Patch21: cups-driverd-timeout.patch
|
||||||
Patch22: cups-options.patch
|
Patch22: cups-options.patch
|
||||||
|
Patch23: cups-scm_credentials.patch
|
||||||
Patch100: cups-lspp.patch
|
Patch100: cups-lspp.patch
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Url: http://www.cups.org/
|
Url: http://www.cups.org/
|
||||||
@ -150,6 +151,7 @@ lpd emulation.
|
|||||||
%patch20 -p1 -b .getpass
|
%patch20 -p1 -b .getpass
|
||||||
%patch21 -p1 -b .driverd-timeout
|
%patch21 -p1 -b .driverd-timeout
|
||||||
%patch22 -p1 -b .options
|
%patch22 -p1 -b .options
|
||||||
|
%patch23 -p1 -b .scm_credentials
|
||||||
|
|
||||||
%if %lspp
|
%if %lspp
|
||||||
%patch100 -p1 -b .lspp
|
%patch100 -p1 -b .lspp
|
||||||
@ -435,6 +437,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{cups_serverbin}/daemon/cups-lpd
|
%{cups_serverbin}/daemon/cups-lpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 8 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.8-4
|
||||||
|
- Implemented SCM_CREDENTIALS authentication for UNIX domain sockets
|
||||||
|
(bug #230613).
|
||||||
|
|
||||||
* Fri Mar 2 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.8-3
|
* Fri Mar 2 2007 Tim Waugh <twaugh@redhat.com> 1:1.2.8-3
|
||||||
- Updated LSPP patch (bug #229673).
|
- Updated LSPP patch (bug #229673).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user