Accepting request 24139 from Printing
Copy from Printing/cups based on submit request 24139 from user jsmeix OBS-URL: https://build.opensuse.org/request/show/24139 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=65
This commit is contained in:
committed by
Git OBS Bridge
parent
bb79efc73d
commit
d94423f073
16
cups.spec
16
cups.spec
@@ -30,7 +30,7 @@ License: GPL v2 or later
|
||||
Group: Hardware/Printing
|
||||
Summary: The Common UNIX Printing System
|
||||
Version: 1.3.11
|
||||
Release: 3
|
||||
Release: 4
|
||||
Requires: cups-libs = %{version}, cups-client = %{version}
|
||||
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
|
||||
Requires: util-linux /usr/bin/pdftops
|
||||
@@ -111,6 +111,13 @@ Patch22: cups-1.3.7-additional_policies.patch
|
||||
# but would be only needed to satisfy 'AC_PATH_PROG(CUPS_PDFTOPS, pdftops)'
|
||||
# in cups-pdf.m4 if only 'configure --with-pdftops=pdftops' was possible:
|
||||
Patch29: full_path_to_configure_with-pdftops.patch
|
||||
# Patch30 fixes CUPS Web Interface Cross-Site Scripting (XSS) and CRLF injection in HTTP headers,
|
||||
# (CVE-2009-2820 and Novell/Suse Bugzilla bnc#548317):
|
||||
Patch30: cups-1.3.11-CVE-2009-2820.patch
|
||||
# Patch31 fixes a regression which was introduced by Patch30
|
||||
# now adding a class via web interface fails with 'Unknown operation "{op}"'
|
||||
# (Novell/Suse Bugzilla bnc#548317 starting at comment #24):
|
||||
Patch31: cups-1.3.11-CVE-2009-2820-regression-fix.patch
|
||||
# Patch100 cups-1.1.23-testpage.patch is finally removed
|
||||
# since CUPS 1.3.10 because it was made for CUPS 1.1 and
|
||||
# it was no longer applied since CUPS 1.2 in Suse Linux 10.3 and
|
||||
@@ -221,6 +228,13 @@ Authors:
|
||||
# Patch29 full_path_to_configure_with-pdftops.patch adds support
|
||||
# for 'configure --with-pdftops=/usr/bin/pdftops':
|
||||
%patch29
|
||||
# Patch30 fixes CUPS Web Interface Cross-Site Scripting (XSS) and CRLF injection in HTTP headers,
|
||||
# (CVE-2009-2820 and Novell/Suse Bugzilla bnc#548317):
|
||||
%patch30 -p1
|
||||
# Patch31 fixes a regression which was introduced by Patch30
|
||||
# now adding a class via web interface fails with 'Unknown operation "{op}"'
|
||||
# (Novell/Suse Bugzilla bnc#548317 starting at comment #24):
|
||||
%patch31
|
||||
if [ -f /.buildenv ]; then
|
||||
. /.buildenv
|
||||
test -z "$BUILD_DISTRIBUTION_NAME" && BUILD_DISTRIBUTION_NAME="%{?distribution}"
|
||||
|
Reference in New Issue
Block a user