Accepting request 656859 from home:jsmeix:branches:Printing
CUPS version upgrade to 2.3b6 OBS-URL: https://build.opensuse.org/request/show/656859 OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=356
This commit is contained in:
parent
9f1b32331c
commit
c732cbbd95
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a33ea7220f1fa58056fb529ecf4cc16f1bd4ef3ff120bfe92e6487a5343f0166
|
||||
size 10130356
|
Binary file not shown.
3
cups-2.3b6-source.tar.gz
Normal file
3
cups-2.3b6-source.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e2f5acecb4fb71c46d5a4fecbd5d78ce7d9e7be9920d38d344ee414065061b7
|
||||
size 10240934
|
BIN
cups-2.3b6-source.tar.gz.sig
Normal file
BIN
cups-2.3b6-source.tar.gz.sig
Normal file
Binary file not shown.
106
cups.changes
106
cups.changes
@ -1,8 +1,112 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 14:09:12 CET 2018 - jsmeix@suse.de
|
||||
|
||||
- Version upgrade to 2.3b6:
|
||||
This is the sixth beta of the CUPS 2.3 series which adopts the
|
||||
new CUPS license, adds support for IPP presets and finishing
|
||||
templates, and fixes a number of bugs and "polish" issues.
|
||||
For details see https://github.com/apple/cups/releases
|
||||
or the CHANGES.md file.
|
||||
Backward incompatible changes:
|
||||
* The cupsaddsmb program has been removed (Issue #5449)
|
||||
* The cupstestdsc program has been removed (Issue #5450)
|
||||
* The cupscgi, cupsmime, and cupsppdc support libraries
|
||||
are no longer installed as shared libraries.
|
||||
Changes include:
|
||||
* CVE-2018-4700: Linux session cookies used a predictable
|
||||
random number seed.
|
||||
* The lpoptions command now works with IPP Everywhere printers
|
||||
that have not yet been added as local queues (Issue #5045)
|
||||
* The lpadmin command would create a non-working printer
|
||||
in some error cases (Issue #5305)
|
||||
* The scheduler would crash if an empty AccessLog directive
|
||||
was specified (Issue #5309)
|
||||
* The scheduler did not idle-exit on some
|
||||
Linux distributions (Issue #5319)
|
||||
* Fixed a regression in the changes to ippValidateAttribute
|
||||
(Issue #5322, Issue #5330)
|
||||
* Fixed a crash bug in the Epson dot matrix driver (Issue #5323)
|
||||
* Automatic debug logging of job errors did not work
|
||||
with systemd (Issue #5337)
|
||||
* The web interface did not list the
|
||||
IPP Everywhere "driver" (Issue #5338)
|
||||
* The scheduler did not report all of the supported job options
|
||||
and values (Issue #5340)
|
||||
* The IPP Everywhere "driver" now properly supports
|
||||
face-up printers (Issue #5345)
|
||||
* Fixed some typos in the label printer drivers (Issue #5350)
|
||||
* Setting the Community name to the empty string in snmp.conf
|
||||
now disables SNMP supply level monitoring by all the
|
||||
standard network backends (Issue #5354)
|
||||
* Multi-file jobs could get stuck if the backend failed
|
||||
(Issue #5359, Issue #5413)
|
||||
* The IPP Everywhere "driver" no longer does local filtering
|
||||
when printing to a shared CUPS printer (Issue #5361)
|
||||
* The lpadmin command now correctly reports IPP errors
|
||||
when configuring an IPP Everywhere printer (Issue #5370)
|
||||
* Fixed some memory leaks discovered by Coverity (Issue #5375)
|
||||
* The PPD compiler incorrectly terminated JCL options
|
||||
(Issue #5379)
|
||||
* The cupstestppd utility did not generate errors for
|
||||
missing/mismatched CloseUI/JCLCloseUI keywords (Issue #5381)
|
||||
* The scheduler now reports the actual location
|
||||
of the log file (Issue #5398)
|
||||
* The generated PPD files for IPP Everywhere printers
|
||||
did not contain the cupsManualCopies keyword (Issue #5433)
|
||||
* Kerberos credentials might be truncated (Issue #5435)
|
||||
* The handling of MaxJobTime 0 did not match the documentation
|
||||
(Issue #5438)
|
||||
* Fixed a bug adding a queue with the -E option (Issue #5440)
|
||||
* The scheduler did not validate that required initial request
|
||||
attributes were in the operation group (rdar://41098178)
|
||||
* Fixed an issue with HTTP Digest authentication
|
||||
(rdar://41709086)
|
||||
* The scheduler could crash when job history was purged
|
||||
(rdar://42198057)
|
||||
* Fixed a crash bug when mapping PPD duplex options
|
||||
to IPP attributes (rdar://46183976)
|
||||
* Fixed a memory leak for some IPP (extension) syntaxes.
|
||||
* The snmp backend is now deprecated.
|
||||
- issue5453.patch fixes https://github.com/apple/cups/issues/5453
|
||||
- Version upgrade to 2.3b5:
|
||||
This is the fifth beta of the CUPS 2.3 series which adopts the
|
||||
new CUPS license, adds support for IPP presets and finishing
|
||||
templates, and fixes a number of bugs and "polish" issues.
|
||||
For details see https://github.com/apple/cups/releases
|
||||
or the CHANGES.md file.
|
||||
Changes include:
|
||||
* The ipptool program no longer checks for duplicate attributes
|
||||
when running in list or CSV mode (Issue #5278)
|
||||
* The cupsCreateJob, cupsPrintFile2, and cupsPrintFiles2 APIs
|
||||
did not use the supplied HTTP connection (Issue #5288)
|
||||
* Fixed another crash in the scheduler when adding an IPP
|
||||
Everywhere printer (Issue #5290)
|
||||
* Added a workaround for certain web browsers that
|
||||
do not support multiple authentication schemes
|
||||
in a single response header (Issue #5289)
|
||||
* Fixed policy limits containing the All operation (Issue #5296)
|
||||
* The scheduler was always restarted after idle-exit
|
||||
with systemd (Issue #5297)
|
||||
* The mailto notifier did not wait for the
|
||||
welcome message (Issue #5312)
|
||||
* Fixed a parsing bug in the pstops filter (Issue #5321)
|
||||
* The scheduler allowed environment variables to be specified
|
||||
in the cupsd.conf file (rdar://37836779, rdar://37836995,
|
||||
rdar://37837252, rdar://37837581)
|
||||
* Fax queues did not support pause (p) or
|
||||
wait-for-dialtone (w) characters (rdar://39212256)
|
||||
* The scheduler did not validate notify-recipient-uri values
|
||||
properly (rdar://40068936)
|
||||
* The IPP parser allowed invalid group tags (rdar://40442124)
|
||||
* Fixed a parsing bug in the new authentication code.
|
||||
- issue5296_fix_policy_limits_using_All.patch is obsolete
|
||||
because it is fixed upstream (see "Issue #5296" above)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 18 05:42:23 UTC 2018 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add patch let-cupsd-start-after-network.patch
|
||||
Let cuspd start after possible network connection (boo#1111351)
|
||||
Let cuspd start after possible network connection (boo#1111351)
|
||||
This let cupsd also stop before a used network connection goes
|
||||
down, hence the cusp does not lock due waiting on remote printers.
|
||||
|
||||
|
96
cups.spec
96
cups.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cups
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,45 +12,41 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# _tmpfilesdir is not defined in systemd macros up to openSUSE 13.2
|
||||
%{!?_tmpfilesdir: %global _tmpfilesdir %{_libexecdir}/tmpfiles.d }
|
||||
Name: cups
|
||||
# CUPS beta version numbers like "2.3b4" can be used as is because
|
||||
# CUPS beta version numbers like "2.3b6" can be used as is because
|
||||
# "zypper vcmp 2.3.b99 2.3.0" shows "2.3.b99 is older than 2.3.0" and
|
||||
# "zypper vcmp 2.2.99 2.3b4" show "2.2.99 is older than 2.3b4" so that
|
||||
# "zypper vcmp 2.2.99 2.3b6" show "2.2.99 is older than 2.3b6" so that
|
||||
# version upgrades from 2.2.x via 2.3.b* to 2.3.0 work:
|
||||
Version: 2.3b4
|
||||
Version: 2.3b6
|
||||
Release: 0
|
||||
Summary: The Common UNIX Printing System
|
||||
License: Apache-2.0
|
||||
Group: Hardware/Printing
|
||||
Url: http://www.cups.org/
|
||||
# To get Source0 go to https://www.cups.org/software.html or https://github.com/apple/cups/releases or use e.g.
|
||||
# wget --no-check-certificate -O cups-2.3b4-source.tar.gz https://github.com/apple/cups/releases/download/v2.3b4/cups-2.3b4-source.tar.gz
|
||||
Source0: https://github.com/apple/cups/releases/download/v2.3b4/cups-2.3b4-source.tar.gz
|
||||
# wget --no-check-certificate -O cups-2.3b6-source.tar.gz https://github.com/apple/cups/releases/download/v2.3b6/cups-2.3b6-source.tar.gz
|
||||
Source0: https://github.com/apple/cups/releases/download/v2.3b6/cups-2.3b6-source.tar.gz
|
||||
# To get Source1 go to https://www.cups.org/software.html or https://github.com/apple/cups/releases or use e.g.
|
||||
# wget --no-check-certificate -O cups-2.3b4-source.tar.gz.sig https://github.com/apple/cups/releases/download/v2.3b4/cups-2.3b4-source.tar.gz.sig
|
||||
Source1: https://github.com/apple/cups/releases/download/v2.3b4/cups-2.3b4-source.tar.gz.sig
|
||||
# wget --no-check-certificate -O cups-2.3b6-source.tar.gz.sig https://github.com/apple/cups/releases/download/v2.3b6/cups-2.3b6-source.tar.gz.sig
|
||||
Source1: https://github.com/apple/cups/releases/download/v2.3b6/cups-2.3b6-source.tar.gz.sig
|
||||
# To get Source2 go to https://www.cups.org/pgp.html
|
||||
Source2: cups.keyring
|
||||
# To manually verify Source0 with Source1 and Source2 do e.g.
|
||||
# gpg --import cups.keyring
|
||||
# gpg --list-keys | grep -1 'CUPS.org' | grep -v 'expired'
|
||||
# gpg --verify cups-2.3b4-source.tar.gz.sig cups-2.3b4-source.tar.gz
|
||||
# gpg --verify cups-2.3b6-source.tar.gz.sig cups-2.3b6-source.tar.gz
|
||||
Source102: Postscript.ppd.gz
|
||||
Source105: Postscript-level1.ppd.gz
|
||||
Source106: Postscript-level2.ppd.gz
|
||||
Source108: cups-client.conf
|
||||
Source109: baselibs.conf
|
||||
# Patch0...Patch9 is for patches from upstream:
|
||||
# Patch1 fixes CUPS upstream isssue https://github.com/apple/cups/issues/5296
|
||||
# by only the actually relevant part of CUPS upstream commit
|
||||
# https://github.com/apple/cups/commit/0873f681e43c04972b3d6bc90bdbdedb29e6e913
|
||||
Patch1: issue5296_fix_policy_limits_using_All.patch
|
||||
# Source10...Source99 is for sources from SUSE which are intended for upstream:
|
||||
# Patch10...Patch99 is for patches from SUSE which are intended for upstream:
|
||||
# Patch10 cups-2.1.0-choose-uri-template.patch adds 'smb://...' URIs to templates/choose-uri.tmpl:
|
||||
@ -79,6 +75,9 @@ Patch101: cups-2.0.3-additional_policies.patch
|
||||
Patch103: cups-1.4-do_not_strip_recommended_from_PPDs.patch
|
||||
# Patch104 cups-config-libs.patch fixes option --libs in cups-config script:
|
||||
Patch104: cups-config-libs.patch
|
||||
# Patch105 issue5453.patch fixes https://github.com/apple/cups/issues/5453
|
||||
Patch105: issue5453.patch
|
||||
# Build Requirements:
|
||||
BuildRequires: dbus-1-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@ -174,15 +173,6 @@ printer information, accessing resources via HTTP and IPP, and
|
||||
manipulating PPD files. The scheduler and all commands, filters, and
|
||||
backends use this library.
|
||||
|
||||
%package -n libcupscgi1
|
||||
Summary: CUPS web interface support function library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libcupscgi1
|
||||
The CUPS CGI library provides all of the web interface support
|
||||
functions. It is used by the CGI programs to provide the CUPS web
|
||||
interface.
|
||||
|
||||
%package -n libcupsimage2
|
||||
Summary: CUPS library for working with large images
|
||||
Group: System/Libraries
|
||||
@ -194,25 +184,6 @@ images for printing, and managing raster page streams. It is used by
|
||||
the CUPS image file filters, the PostScript RIP, and all raster
|
||||
printers drivers.
|
||||
|
||||
%package -n libcupsmime1
|
||||
Summary: MIME database file routines for CUPS
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libcupsmime1
|
||||
The CUPS MIME library provides file typing and conversion functions
|
||||
and is used by the scheduler and cupsfilter(8) command to auto-type
|
||||
and convert print files to a printable format.
|
||||
|
||||
%package -n libcupsppdc1
|
||||
Summary: CUPS PostScript Printer Description (PPD) file compiler library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libcupsppdc1
|
||||
The CUPS PPD compiler library provides access to driver information
|
||||
files and is used by the PPD compiler tools as well as the
|
||||
cups-driverd(8) helper program to generate PPD files and message
|
||||
catalogs for localization.
|
||||
|
||||
%package config
|
||||
Summary: CUPS library configuration files
|
||||
Group: Hardware/Printing
|
||||
@ -230,6 +201,7 @@ operation.
|
||||
|
||||
%package client
|
||||
Summary: CUPS Client Programs
|
||||
Group: Hardware/Printing
|
||||
# Require the exact matching version-release of the libcups* sub-packages because
|
||||
# non-matching CUPS libraries may let CUPS software crash (e.g. segfault)
|
||||
# because all CUPS software is provided as one single CUPS source tarball
|
||||
@ -239,12 +211,8 @@ Summary: CUPS Client Programs
|
||||
# on the same package repository where the cups package is because
|
||||
# all are built simultaneously from the same cups source package
|
||||
# and all required packages are provided on the same repository:
|
||||
Group: Hardware/Printing
|
||||
Requires: libcups2 = %{version}-%{release}
|
||||
Requires: libcupscgi1 = %{version}-%{release}
|
||||
Requires: libcupsimage2 = %{version}-%{release}
|
||||
Requires: libcupsmime1 = %{version}-%{release}
|
||||
Requires: libcupsppdc1 = %{version}-%{release}
|
||||
# Conflicts with other print spoolers which provide same binaries like /usr/bin/lp and so on:
|
||||
Conflicts: lprng
|
||||
Conflicts: lprold
|
||||
@ -261,19 +229,16 @@ System V and Berkeley print systems.
|
||||
|
||||
%package devel
|
||||
Summary: Development Environment for CUPS
|
||||
Group: Development/Libraries/C and C++
|
||||
# Do not require the exact matching version-release
|
||||
# of the native CUPS libraries (i.e. the libcups* sub-packages)
|
||||
# but only CUPS libraries with matching version because
|
||||
# for building third-party software which uses only the CUPS public API
|
||||
# there are no CUPS-internal dependencies via CUPS private API calls
|
||||
# (the latter would require the exact matching CUPS libraries version-release):
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libcups2 = %{version}
|
||||
Requires: libcupscgi1 = %{version}
|
||||
Requires: libcupsimage2 = %{version}
|
||||
Requires: libcupsmime1 = %{version}
|
||||
Requires: libcupsppdc1 = %{version}
|
||||
|
||||
%description devel
|
||||
CUPS is a modular printing system which allows a computer to act as a
|
||||
@ -302,10 +267,6 @@ printer drivers for CUPS.
|
||||
%prep
|
||||
%setup -q
|
||||
# Patch0...Patch9 is for patches from upstream:
|
||||
# Patch1 fixes CUPS upstream isssue https://github.com/apple/cups/issues/5296
|
||||
# by only the actually relevant part of CUPS upstream commit
|
||||
# https://github.com/apple/cups/commit/0873f681e43c04972b3d6bc90bdbdedb29e6e913
|
||||
%patch1 -b issue5296_fix_policy_limits_using_All.orig
|
||||
# Patch10...Patch99 is for patches from SUSE which are intended for upstream:
|
||||
# Patch10 cups-2.1.0-choose-uri-template.patch adds 'smb://...' URIs to templates/choose-uri.tmpl:
|
||||
%patch10 -b choose-uri-template.orig
|
||||
@ -333,6 +294,8 @@ printer drivers for CUPS.
|
||||
%patch103 -b do_not_strip_recommended_from_PPDs.orig
|
||||
# Patch104 cups-config-libs.patch fixes option --libs in cups-config script:
|
||||
%patch104 -b cups-config-libs.orig
|
||||
# Patch105 issue5453.patch fixes https://github.com/apple/cups/issues/5453
|
||||
%patch105 -b issue5453.orig
|
||||
|
||||
%build
|
||||
# Remove ".SILENT" rule for verbose build output
|
||||
@ -523,14 +486,8 @@ exit 0
|
||||
|
||||
%post -n libcups2 -p /sbin/ldconfig
|
||||
%postun -n libcups2 -p /sbin/ldconfig
|
||||
%post -n libcupscgi1 -p /sbin/ldconfig
|
||||
%postun -n libcupscgi1 -p /sbin/ldconfig
|
||||
%post -n libcupsimage2 -p /sbin/ldconfig
|
||||
%postun -n libcupsimage2 -p /sbin/ldconfig
|
||||
%post -n libcupsmime1 -p /sbin/ldconfig
|
||||
%postun -n libcupsmime1 -p /sbin/ldconfig
|
||||
%post -n libcupsppdc1 -p /sbin/ldconfig
|
||||
%postun -n libcupsppdc1 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -556,7 +513,6 @@ exit 0
|
||||
%{_unitdir}/cups-lpd@.service
|
||||
%{_tmpfilesdir}/cups.conf
|
||||
%{_bindir}/cupstestppd
|
||||
%{_sbindir}/cupsaddsmb
|
||||
%{_sbindir}/cupsctl
|
||||
%{_sbindir}/cupsd
|
||||
%{_sbindir}/cupsfilter
|
||||
@ -623,7 +579,6 @@ exit 0
|
||||
%doc %{_mandir}/man8/cups-exec.8.gz
|
||||
%doc %{_mandir}/man8/cups-lpd.8.gz
|
||||
%doc %{_mandir}/man8/cups-snmp.8.gz
|
||||
%doc %{_mandir}/man8/cupsaddsmb.8.gz
|
||||
%doc %{_mandir}/man8/cupsctl.8.gz
|
||||
%doc %{_mandir}/man8/cupsd.8.gz
|
||||
%doc %{_mandir}/man8/cupsd-helper.8.gz
|
||||
@ -634,7 +589,6 @@ exit 0
|
||||
%files client
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cancel
|
||||
%{_bindir}/cupstestdsc
|
||||
%{_bindir}/ippfind
|
||||
%{_bindir}/ipptool
|
||||
%{_bindir}/lp
|
||||
@ -654,7 +608,6 @@ exit 0
|
||||
%{_sbindir}/lpmove
|
||||
%{_sbindir}/reject
|
||||
%doc %{_mandir}/man1/cancel.1.gz
|
||||
%doc %{_mandir}/man1/cupstestdsc.1.gz
|
||||
%doc %{_mandir}/man1/ippfind.1.gz
|
||||
%doc %{_mandir}/man1/ipptool.1.gz
|
||||
%doc %{_mandir}/man1/lp.1.gz
|
||||
@ -680,9 +633,6 @@ exit 0
|
||||
%{_includedir}/cups/
|
||||
%{_libdir}/libcups.so
|
||||
%{_libdir}/libcupsimage.so
|
||||
%{_libdir}/libcupscgi.so
|
||||
%{_libdir}/libcupsmime.so
|
||||
%{_libdir}/libcupsppdc.so
|
||||
%{_datadir}/cups/ppdc/
|
||||
|
||||
%files ddk
|
||||
@ -703,22 +653,10 @@ exit 0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcups.so.2
|
||||
|
||||
%files -n libcupscgi1
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcupscgi.so.1
|
||||
|
||||
%files -n libcupsimage2
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcupsimage.so.2
|
||||
|
||||
%files -n libcupsmime1
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcupsmime.so.1
|
||||
|
||||
%files -n libcupsppdc1
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcupsppdc.so.1
|
||||
|
||||
%files config
|
||||
%defattr(-,root,root)
|
||||
%if 0%{?suse_version} >= 1330
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- scheduler/conf.c.orig 2018-03-23 21:39:17.000000000 +0100
|
||||
+++ scheduler/conf.c 2018-04-18 13:38:45.000000000 +0200
|
||||
@@ -3853,7 +3853,7 @@ read_policy(cups_file_t *fp, /* I - Con
|
||||
if (num_ops < (int)(sizeof(ops) / sizeof(ops[0])))
|
||||
{
|
||||
if (!_cups_strcasecmp(value, "All"))
|
||||
- ops[num_ops] = IPP_ANY_OPERATION;
|
||||
+ ops[num_ops ++] = IPP_ANY_OPERATION;
|
||||
else if ((ops[num_ops] = ippOpValue(value)) == IPP_BAD_OPERATION)
|
||||
cupsdLogMessage(CUPSD_LOG_ERROR,
|
||||
"Bad IPP operation name \"%s\" on line %d of %s.",
|
11
issue5453.patch
Normal file
11
issue5453.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- scheduler/main.c.orig 2018-12-07 20:40:21.000000000 +0100
|
||||
+++ scheduler/main.c 2018-12-10 11:07:27.000000000 +0100
|
||||
@@ -155,7 +155,7 @@ main(int argc, /* I - Number of comm
|
||||
for (i = 1; i < argc; i ++)
|
||||
{
|
||||
if (!strcmp(argv[i], "--help"))
|
||||
- usage();
|
||||
+ usage(0);
|
||||
else if (argv[i][0] == '-')
|
||||
{
|
||||
for (opt = argv[i] + 1; *opt != '\0'; opt ++)
|
Loading…
x
Reference in New Issue
Block a user