Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: cups | Distribution: SUSE Linux Enterprise 15 |
Version: 2.2.7 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150000.3.40.1 | Build date: Thu Mar 30 12:49:58 2023 |
Group: Hardware/Printing | Build host: xinomavro |
Size: 11834903 | Source RPM: cups-2.2.7-150000.3.40.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://www.cups.org/ | |
Summary: The Common UNIX Printing System |
CUPS is a modular printing system which allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer. CUPS consists of a print spooler and scheduler, a filter system that converts the print data to a format that the printer will understand, and a backend system that sends this data to the print device. CUPS uses the Internet Printing Protocol (IPP) as the basis for managing print jobs and queues. It also provides the traditional command line interfaces for the System V and Berkeley print systems, and provides support for the Berkeley print system's Line Printer Daemon protocol and limited support for the server message block (SMB) protocol. CUPS comes with a built-in web-based interface.
GPL-2.0 and LGPL-2.1
* Thu Mar 09 2023 jsmeix@suse.com - 0001-cups-dests.c-cupsGetNamedDest-set-IPP_STATUS_ERROR_N.patch improves logging on 'IPP_STATUS_ERROR_NOT_FOUND' error that fixes bsc#1191467, bsc#1198932: "lpr reports 'No such file or directory' for missing catalogue files" "/usr/bin/lpr: No such file or directory" - after-network_target-sssd_service.patch is derived from https://github.com/apple/cups/issues/5550 with its https://github.com/apple/cups/commit/aaebca5660fdd7f7b6f30461f0788d91ef6e2fee and SUSE PTF:24471 cups.SUSE_SLE-15_Update cups-2.2.7-wait-for-network.patch to add "After=network.target sssd.service" to the systemd unit source files cupsd.service.in and cups.cups-lpdAT.service.in to fix bsc#1201234, bsc#1200321: "Missing network dependency in systemd unit for cups-2.2.7" "CUPS may not always start if sssd is in use" * Thu Mar 02 2023 vliaskovitis@suse.com - cups-branch-2.2-commit-876fdc1c90a885a58644c8757bc1283c9fd5bcb7.diff is https://github.com/OpenPrinting/cups/commit/876fdc1c90a885a58644c8757bc1283c9fd5bcb7 which belongs to https://github.com/OpenPrinting/cups/issues/308 that fixes bsc#1191525, bsc#1203446: "Print jobs on cups.sock return with EAGAIN (Resource temporarily unavailable)" "/usr/bin/lpr: Error - The printer or class does not exist." * Fri Aug 05 2022 vliaskovitis@suse.com - cups-branch-2.2-commit-3e4dd41459dabc5d18edbe06eb5b81291885204b.diff is 'git show 3e4dd41459dabc5d18edbe06eb5b81291885204b' for https://github.com/apple/cups/commit/3e4dd41459dabc5d18edbe06eb5b81291885204b (except the not needed hunk for patching CHANGES.md which fails) that fixes handling of MaxJobTime 0 (Issue #5438) in the CUPS 2.2 branch bsc#1201511: Stuck print jobs being cancelled immediately, despite MaxJobTime being set to 0 * Fri May 20 2022 jsmeix@suse.de - cups-2.2.7-CVE-2022-26691.patch fixes CVE-2022-26691 cups: authentication bypass and code execution (bsc#1199474) * Tue Apr 05 2022 jsmeix@suse.de - SUSE_bsc_1189517.patch is https://github.com/apple/cups/commit/821b3cc956d46b811facd50986acc9f24f0e1c79 which belongs to https://github.com/apple/cups/issues/5288 that fixes bsc#1189517 "cups printservice takes much longer than before with a big number of printers" see in particular https://github.com/apple/cups/issues/5288#issuecomment-921626381 - SUSE_bsc_1195115.patch is https://github.com/apple/cups/commit/ba9d68cc7467a7a47ef219071902b9e9eb6dbc44 which belongs to https://github.com/apple/cups/issues/5538 that fixes bsc#1195115 "CUPS PreserveJobHistory doesn't work with seconds" * Mon Apr 12 2021 jsmeix@suse.de - When cupsd creates directories with specific owner group and permissions (usually owner is 'root' and group matches "configure --with-cups-group=lp") specify same owner group and permissions in the RPM spec file to ensure those directories are installed by RPM with the right settings because if those directories were installed by RPM with different settings then cupsd would use them as is and not adjust its specific owner group and permissions which could lead to privilege escalation from 'lp' user to 'root' via symlink attacks e.g. if owner is falsely 'lp' instead of 'root' CVE-2021-25317 (bsc#1184161) * Fri Mar 19 2021 scabrero@suse.de - cups-2.2.7-web-ui-kerberos-authentication.patch (bsc#1175960) Fix web UI kerberos authentication * Mon Jan 11 2021 jsmeix@suse.de - cups-2.2.7-CVE-2020-10001.patch fixes CVE-2020-10001 access to uninitialized buffer in ipp.c (bsc#1180520) - cups-2.2.7-CVE-2019-8842.patch fixes CVE-2019-8842 (bsc#1170671) the ippReadIO function may under-read an extension field * Mon Apr 06 2020 jsmeix@suse.de - cups-2.2.7-CVE-2020-3898.patch fixes CVE-2020-3898 (bsc#1168422) heap-buffer-overflow in libcups ppdFindOption() function * Wed Nov 13 2019 jsmeix@suse.de - cups-2.2.7-CVE-2019-8675.CVE-2019-8696.patch fixes CVE-2019-8675 and CVE-2019-8696 (bsc#1146358 and bsc#1146359) and some other security/disclosure issues https://github.com/apple/cups/commit/f24e6cf6a39300ad0c3726a41a4aab51ad54c109 (Apple's internal issues rdar://51685251, rdar://50035411, rdar://51373853, rdar://51373929) * Thu Feb 21 2019 vliaskovitis@suse.com - Add issue5509-fix-utf-8-validation-issue.patch (bsc#1118118) Fixes https://github.com/apple/cups/issues/5509 * Mon Dec 03 2018 jsmeix@suse.de - cups-2.2.7-CVE-2018-4700.patch fixes CVE-2018-4700: session cookie is extremely predictable, effectively breaking the CSRF protection of the CUPS web interface (bsc#1115750) * Mon Jun 18 2018 jsmeix@suse.de - cups-branch-2.2-commit-97cb566568a8c3a9c07c7ccec09f28f5c5015954.diff is 'git show 97cb566568a8c3a9c07c7ccec09f28f5c5015954' for https://github.com/apple/cups/commit/97cb566568a8c3a9c07c7ccec09f28f5c5015954 (except the not needed hunk for patching CHANGES.md which fails) that fixes local privilege escalation to root and sandbox bypasses in scheduler (Apple's internal issues rdar://37836779, rdar://37836995, rdar://37837252, rdar://37837581) in the CUPS 2.2 branch bsc#1096405 CVE-2018-4180: Local Privilege Escalation to Root in dnssd Backend (CUPS_SERVERBIN) bsc#1096406 CVE-2018-4181: Limited Local File Reads as Root via cupsd.conf Include Directive bsc#1096407 CVE-2018-4182: cups-exec Sandbox Bypass Due to Insecure Error Handling bsc#1096408 CVE-2018-4183: cups-exec Sandbox Bypass Due to Profile Misconfiguration * Wed Mar 28 2018 jsmeix@suse.de - Version upgrade to 2.2.7: CUPS 2.2.7 is a general bug fix release. For details see https://github.com/apple/cups/releases or the CHANGES.md file. Changes include: * Additional security fixes for: bsc#1061066 DBUS library aborts caller process in _dbus_check_is_valid_utf8 (in particular that aborts cupsd) and bsc#1087018 CVE-2017-18248: cups: The add_job function in scheduler/ipp.c in CUPS before 2.2.6, when D-Bus support is enabled, can be crashed by remote attackers by sending print jobs with an invalid username, related to a D-Bus notification which are the CUPS upstream issues https://github.com/apple/cups/issues/5143 Remote DoS attack against cupsd via invalid username and malicious D-Bus library and https://github.com/apple/cups/issues/5186 squash non-UTF-8 strings into ASCII on plain IPP level and https://github.com/apple/cups/issues/5229 persistently substitute invalid job attributes with default values - not only in add_job see also bsc#1087072 dbus-1: Disable assertions to prevent un-expected DDoS attacks * NOTICE: Raw print queues are now deprecated (Issue #5269) so that now there is a warning message when you add or modify a queue to use the "raw driver" but raw printing will continue to work through CUPS 2.3.x, cf. https://lists.cups.org/pipermail/cups/2018-March/074060.html * Fixed an Avahi crash bug in the scheduler (Issue #5268) * Systemd did not restart cupsd when configuration changes were made that required a restart (Issue #5263) * The scheduler could crash while adding an IPP Everywhere printer (Issue #5258) * The scheduler now supports using temporary print queues for older IPP/1.1 print queues like those shared by CUPS 1.3 and earlier (Issue #5241) * Kerberized printing to another CUPS server did not work correctly (Issue #5233) * More fixes for printing to old CUPS servers (Issue #5211) * The scheduler now substitutes default values for invalid job attributes when running in "relaxed conformance" mode (Issue #5186) * The cups-driverd program incorrectly stopped scanning PPDs as soon as a loop was seen (Issue #5170) * The `SSLOptions` directive now supports `MinTLS` and `MaxTLS` options to control the minimum and maximum TLS versions that will be allowed, respectively (Issue #5119) * The scheduler did not write out dirty configuration and state files if there were open client connections (Issue #5118) * The `lpadmin` command now provides a better error message when an unsupported System V interface script is used (Issue #5111) * No longer support backslash, question mark, or quotes in printer names (Issue #4966) * The CUPS library now supports the latest HTTP Digest authentication specification including support for SHA-256 (Issue #4862) * TLS connections now properly timeout (rdar://34938533) * Tue Nov 14 2017 christophe@krop.fr - Make sure cups-libs-<targettype> is removed * Tue Nov 07 2017 jsmeix@suse.de - Version upgrade to 2.2.6: CUPS 2.2.6 is a general bug fix release. For details see https://github.com/apple/cups/releases Changes include: * DBUS notifications could crash the scheduler (Issue #5143) (see also bsc#1061066 "DBUS library aborts caller process") * Fri Oct 20 2017 jsmeix@suse.de - Use again the baselibs.conf from Fri Oct 13 11:11:10 UTC 2017 that got broken by the change on Wed Oct 18 06:11:10 UTC 2017. - Version upgrade to 2.2.5: CUPS 2.2.5 is a general bug fix release. For details see https://github.com/apple/cups/releases - Version upgrade to 2.2.4: CUPS 2.2.4 is a general bug fix release. For details see https://github.com/apple/cups/releases - Removed 0001-Update-cupsEnumDests-implementation-to-return-early-if-all.patch 0002-Save-work-on-Avahi-code.patch 0003-Avahi-fixes-for-cupsEnumDests.patch because since CUPS 2.2.4 it is fixed in the upstream code via https://github.com/apple/cups/pull/4989 more precisely via https://github.com/apple/cups/commit/a2187a63425a3d6c05de1e1cbf8c26fd39a1aced https://github.com/apple/cups/commit/657c5b5f91e6d5120c4ad7b118cf9098dd27f03d https://github.com/apple/cups/commit/3fae3b337df0be1a766857be741173d8a9915da7 * Wed Oct 18 2017 opensuse@dstoecker.de - Fix typo in requires * Fri Oct 13 2017 jengelh@inai.de - Implement shared library packaging guideline [boo#862112] - Update package descriptions. * Sat Sep 30 2017 jengelh@inai.de - Remove redundant Requires(pre) line — the use of %post -p already implies it. * Wed Sep 20 2017 schwab@suse.de - Pre-require user(lp) in cups-libs * Thu Jun 08 2017 jsmeix@suse.de - In /usr/lib/tmpfiles.d/cups.conf use group 'root' for /run/cups/certs (boo#1042916). * Fri Jun 02 2017 jsmeix@suse.de - Major backward incompatible change since CUPS 2.2.0: There is no longer the directory /etc/cups/interfaces because since CUPS 2.2.0 so called "System V style Interface Scripts" are no longer supported for security reasons (see below the entry about the changes included in CUPS 2.2.0). - Disabled cups-2.1.0-cups-systemd-socket.patch because it does no longer apply which needs to be examined and decided by someone who knows about systemd internals. - Disabled 0001-Update-cupsEnumDests-implementation-to-return-early-if-all.patch 0002-Save-work-on-Avahi-code.patch 0003-Avahi-fixes-for-cupsEnumDests.patch because they do no longer apply which needs to be examined and decided by someone who knows about Avahi internals. - Version upgrade to 2.2.3: CUPS 2.2.3 is a general bug fix release. See https://github.com/apple/cups/releases Changes include: * The IPP backend could get into an infinite loop for certain errors, causing a hung queue (rdar://problem/28008717) * The scheduler could pause responding to client requests in order to save state changes to disk (rdar://problem/28690656) * Added support for PPD finishing keywords (Issue #4960, Issue #4961, Issue #4962) * The IPP backend did not send a media-col attribute for just the source or type (Issue #4963) * IPP Everywhere print queues did not always support all print qualities supported by the printer (Issue #4953) * IPP Everywhere print queues did not always support all media types supported by the printer (Issue #4953) * The IPP Everywhere PPD generator did not return useful error messages (Issue #4954) * The IPP Everywhere finishings support did not work correctly with common UI or command-line options (Issue #4976) * Fixed an error handling issue for the network backends (Issue #4979) * The "reprint job" option was not available for some canceled jobs (Issue #4915) * Updated the job listing in the web interface (Issue #4978) A detailed list of changes can be found in the CHANGES.txt file. - Version upgrade to 2.2.2: CUPS 2.2.2 is a general bug fix release. See https://github.com/apple/cups/releases Changes include: * Fixed some issues with IPP Everywhere printer support (Issue #4893, Issue #4909, Issue #4916, Issue #4921, Issue #4923, Issue #4932, Issue #4933, Issue #4938) * The rastertopwg filter could crash with certain input (Issue #4942) * The scheduler did not detect when an encrypted connection was closed by the client on Linux (Issue #4901) * The cups-lpd program did not catch all legacy usage of ISO-8859-1 (Issue #4899) * The scheduler no longer creates log files on startup (<rdar://problem/28332470>) * The ippContainsString function now uses case-insensitive comparisons for mimeMediaType, name, and text values in conformance with RFC 2911. * The network backends now log the addresses that were found for a printer (<rdar://problem/29268474>) * Let's Encrypt certificates did not work when the hostname contained uppercase letters (Issue #4919) * Fixed reporting of printed pages in the web interface (Issue #4924) * Updated systemd config files (Issue #4935) A detailed list of changes can be found in the CHANGES.txt file. - Version upgrade to 2.2.1: CUPS 2.2.1 is a general bug fix release. See https://github.com/apple/cups/releases Changes include: * Added "CreateSelfSignedCerts" directive for cups-files.conf to control whether the scheduler automatically creates its own self-signed X.509 certificates for TLS connections (Issue #4876) * http*Connect did not handle partial failures (Issue #4870) * cupsHashData did not use the correct hashing algorithm (<rdar://problem/28209220>) * Updated man pages (PR #4885) A detailed list of changes can be found in the CHANGES.txt file. - Version upgrade to 2.2.0: CUPS 2.2.0 adds support for local IPP Everywhere print queues and includes several performance and security improvements. See https://github.com/apple/cups/releases Changes include: * Normalized the TLS certificate validation code and added additional error messages to aid troubleshooting. * http*Connect did not work on Linux when cupsd was not running (Issue #4870) * The --no-remote-any option of cupsctl had no effect (Issue #4866) * http*Connect did not return early when all addresses failed (Issue #4870) * The IPP backend did not validate TLS credentials properly. * The printer-state-message attribute was not cleared after a print job with no errors (Issue #4851) * The CUPS-Add-Modify-Class and CUPS-Add-Modify-Printer operations did not always return an error for failed adds (Issue #4854) * PPD files with names longer than 127 bytes did not work (Issue #4860) * CUPS now supports Let's Encrypt certificates on Linux. * All CUPS commands now support POSIX options (Issue #4813) * The scheduler now restarts faster (Issue #4760) * Improved performance of web interface with large numbers of jobs (Issue #3819) * Encrypted printing can now be limited to only trusted printers and servers (<rdar://problem/25711658>) * The scheduler now advertises PWG Raster attributes for IPP Everywhere clients (Issue #4428) * The scheduler now logs informational messages for jobs at LogLevel "info" (Issue #4815) * The scheduler now uses the getgrouplist function when available (Issue #4611) * The IPP backend no longer enables compression by default except for certain raster formats that generally benefit from it (<rdar://problem/25166952>) * The scheduler did not handle out-of-disk situations gracefully (Issue #4742) * The LPD mini-daemon now detects invalid UTF-8 sequences in job, document, and user names (Issue #4748) * The IPP backend now continues on to the next job when the remote server/printer puts the job on hold (<rdar://problem/24858548>) * The scheduler did not cancel multi-document jobs immediately (<rdar://problem/24854834>) * The scheduler did not return non-shared printers to local clients unless they connected to the domain socket (<rdar://problem/24566996>) * The scheduler now reads the spool directory if one or more job cache entries point to deleted jobs (<rdar://problem/24048846>) * Added support for disc media sizes (<rdar://problem/20219536>) * The httpAddrConnect and httpConnect* APIs now try connecting to multiple addresses in parallel (<rdar://problem/20643153>) * Interface scripts are no longer supported for security reasons (<rdar://problem/23135640>) A detailed list of changes can be found in the CHANGES.txt file. - Version upgrade to 2.1.4: CUPS 2.1.4 is a general bug fix release. See https://github.com/apple/cups/releases Changes include: * Fixed reporting of 1284 Device IDs (Issue #3835, PR #3836) * Fixed printing of multiple files to raw queues (Issue #4782) * The scheduler did not implement the Hold-New-Jobs opertion correctly (Issue #4767) * The cups-lpd mini-daemon incorrectly included the document-name attribute when creating a job. It should only be included when sending a job (Issue #4790) A detailed list of changes can be found in the CHANGES.txt file. * Sat May 20 2017 dimstar@opensuse.org - Replace krb5-devel BuildRequires with pkgconfig(krb5) on suse_version >= 1315: give OBS a better chance to break up build cycles. * Thu Apr 20 2017 alarrosa@suse.com - Drop cups-1.7.5-cupsEnumDests-react-to-all-for-now.diff and add 0001-Update-cupsEnumDests-implementation-to-return-early-if-all.patch, 0002-Save-work-on-Avahi-code.patch and 0003-Avahi-fixes-for-cupsEnumDests.patch which is what upstream finally commited to cups 2.2 sources in response to https://github.com/apple/cups/pull/4989 in order to fix cupsEnumDests to react to the ALL_FOR_NOW avahi event (and also include a similar fix for the dnssd case). Related to bsc#955432. * Mon Apr 10 2017 alarrosa@suse.com - Add cups-2.1.3-cupsEnumDests-react-to-all-for-now.diff . Avahi sends an ALL_FOR_NOW event when it finishes sending its cache contents. This patch makes cupsEnumDests finish when the signal is received so it doesn't block the caller doing nothing until the timeout finishes (related to bsc#955432, submitted upstream at https://github.com/apple/cups/pull/4989) * Wed Mar 29 2017 kukuk@suse.com - Add /etc/cups to cups-libs package [bsc#1025689] * Mon Dec 12 2016 dimstar@opensuse.org - Replace pkgconfig(libsystemd-daemon) BuildRequires with pkgconfig(libsystemd) on openSUSE 13.2 and newer: the various sub-libraries have been merged into libsystemd since version 209. openSUSE 13.1 was the last product to ship systemd 208. * Tue Jun 28 2016 kamikazow@web.de - Remove CUPS.desktop and pixmap * Obsoletes patch cups-1.3.9-desktop_file.patch * Mon Feb 29 2016 michael@stroeder.com - Version upgrade to 2.1.3: CUPS 2.1.3 fixes some issues in the scheduler, sample drivers, and user commands. A detailed list of changes can be found in the CHANGES.txt file. Changes include (excerpt): * The scheduler should not exit under memory pressure (<rdar://problem/23255001>) * Fixed some issues in ipptool for skipped tests (<rdar://problem/24137160>) * The "lp -H resume" command did not reset the "job-state-reasons" attribute value (STR #4752) * The scheduler did not allow access to resource files (icons, etc.) when the web interface was disabled (STR #4755) - Version upgrade to 2.1.2: CUPS 2.1.2 fixes an issue in the 2.1.1 source archives which actually contained a current 2.2 snapshot. There are no other changes. - Version upgrade to 2.1.1: CUPS 2.1.1 fixes a number of USB and IPP printing issues, addresses some error reporting and hardening issues in the scheduler, and updates some localizations. A detailed list of changes can be found in the CHANGES.txt file. Changes include (excerpt): * Security hardening fixes (<rdar://problem/23131948>, <rdar://problem/23132108>, <rdar://problem/23132353>, <rdar://problem/23132803>, <rdar://problem/23133230>, <rdar://problem/23133393>, <rdar://problem/23133466>, <rdar://problem/23133833>, <rdar://problem/23133998>, <rdar://problem/23134228>, <rdar://problem/23134299>, <rdar://problem/23134356>, <rdar://problem/23134415>, <rdar://problem/23134506>, <rdar://problem/23135066>, <rdar://problem/23135122>, <rdar://problem/23135207>, <rdar://problem/23144290>, <rdar://problem/23144358>, <rdar://problem/23144461>) * The cupsGetPPD* functions did not work with IPP printers (STR #4725) * Some older HP LaserJet printers need a delayed close when printing using the libusb-based USB backend (STR #4549) * The libusb-based USB backend did not unload the kernel usblp module if it was preventing the backend from accessing the printer (STR #4707) * Current Primera printers were incorrectly reported as Fargo printers (STR #4708) * The IPP backend did not always handle jobs getting canceled at the printer (<rdar://problem/22716820>) * Added USB quirk for Canon MP530 (STR #4730) * The scheduler did not deliver job notifications for jobs submitted to classes (STR #4733) * Changing the printer-is-shared value for a remote queue did not produce an error (STR #4738) * The IPP backend incorrectly included the job-password attribute in Validate-Job requests (<rdar://problem/23531939>) * Sun Sep 20 2015 meissner@suse.com - add -devel to build a 32bit wine on 64bit only Leap systems. * Tue Sep 01 2015 jsmeix@suse.de - Version upgrade to 2.1.0: CUPS 2.1.0 offers improved support for IPP Everywhere, adds support for advanced logging using journald on Linux, and includes new security features for encrypted printing and reduced network visibility in the default configuration. A detailed list of changes can be found in the CHANGES.txt file. Changes include (excerpt): * Added support for 3D printers (basic types only, no built-in filters) based on PWG white paper. * The IPP backend now stops sending print data if the printer indicates the job has been aborted or canceled (<rdar://problem/17837631>) * The IPP backend now sends the job-pages-per-set attribute when printing multiple copy jobs with finishings (<rdar://problem/16792757>) * The IPP backend now updates the cupsMandatory values when the printer configuration changes (<rdar://problem/18126570>) * No longer install banner files since third-party banner filters now supply their own (STR #4518) * The scheduler no longer listens on the loopback interface unless the web interface or printer sharing are enabled (<rdar://problem/9136448>) * Added a PPD generator for IPP Everywhere printers (STR #4258) * Now install "default" versions of more configuration files (<rdar://problem/19024491>) in particular cups-files.conf.default and snmp.conf.default * Added SSLOptions values to allow Diffie-Hellman key exchange and disable TLS/1.0 support. * Updated the scheduler to support more IPP Everywhere attributes (STR #4630) * The scheduler now supports advanced ASL and journald logging when "syslog" output is configured (STR #4474) * The scheduler now supports logging to stderr when running in the foreground (STR #4505) - Adapted patches so that they apply to CUPS 2.1.0 sources: * cups-2.1.0-choose-uri-template.patch replaces cups-1.2rc1-template.patch * cups-2.1.0-default-webcontent-path.patch replaces cups-1.4.3-default-webcontent-path.patch * cups-2.1.0-cups-systemd-socket.patch replaces cups-systemd-socket.patch * Tue Sep 01 2015 tchvatal@suse.com - Fix bnc#943950, escape the macro call %systemd-tmpfiles in comment. * Thu Aug 20 2015 tchvatal@suse.com - Add gpg verification for the tarball - Version update to 2.0.4: * Fixed a bug in cupsRasterWritePixels (STR #4650) * Fixed redirection in the web interface (STR #4538) * The IPP backend did not respond to side-channel requests (STR #4645) * The scheduler did not start all pending jobs at once (STR #4646) * The web search incorrectly searched time-at-xxx values (STR #4652) * Fixed an RPM spec file issue (STR #4657) * The scheduler incorrectly started jobs while canceling multiple jobs (STR #4648) * Fixed processing of server overrides without port numbers (STR #4675) * Documentation changes (STR #4651, STR #4674) * Wed Jul 01 2015 jsmeix@suse.de - cups-2.0.3-additional_policies.patch replaces cups-1.7-additional_policies.patch that still adds the same "allowallforanybody" policy but now with separated "Limit All" to avoid https://www.cups.org/str.php?L4659 (boo#936309). - Added "-p /bin/bash" to RPM shell commands scriptlets that enforces bash to be safe against any possible "bashisms", cf https://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets * Thu Jun 25 2015 tchvatal@suse.com - Fix the previous commit by using direct systemd call and ensuring we work even on older distros * Mon Jun 22 2015 tchvatal@suse.com - Fix postin-without-tmpfile-creation and run %tmpfiles_create macro on our cups.conf * Tue Jun 09 2015 jsmeix@suse.de - Version upgrade to 2.0.3: The new release addresses two security vulnerabilities, add localizations for German and Russian, and includes several general bug fixes. Changes include (excerpt): * Security: Fixed CERT VU #810572 CVE-2015-1158 CVE-2015-1159 exploiting the dynamic linker (STR #4609) (bsc#924208) * Security: The scheduler could hang with malformed gzip data (STR #4602) * Restored missing generic printer icon file (STR #4587) * Fixed logging of configuration errors to show up as errors (STR #4582) * Fixed potential buffer overflows in raster code and filters (STR #4598, STR #4599, STR #4600, STR #4601) * Fixed <Limit> inside <Location> (STR #4575) * Fixed lpadmin when both -m and -o are used (STR #4578) * The web interface always showed support for 2-sided printing (STR #4595) * cupsRasterReadHeader did not fully validate the raster header (STR #4596) * The rastertopwg filter did not check for truncated input (STR #4597) * The cups-lpd mini-daemon did not check for request parameters (STR #4603) * The scheduler could get caught in a busy loop (STR #4605) * The sample Epson driver could crash (STR #4616) * The IPP backend now correctly monitors jobs (<rdar://problem/20495955>) * The ppdhtml and ppdpo utilities crashed when the -D option was used before a driver information file (STR #4627) * ippfind incorrectly substituted "=port" for service_port. * The IPP/1.1 test file did not handle the initial print job completing early (STR #4576) * Fixed a memory leak in cupsConnectDest (STR #4634) * PWG Raster Format output contained invalid ImageBox values (<rdar://problem/21144309>) * Added Russian translation (STR #4577) * Added German translation (STR #4635) - cups-busy-loop.patch fixed STR #4605 is obsolete because it is fixed upstream (see above). - cleaned up this whole RPM changlog (wrapped too long lines if possible and removed trailing whitespaces). * Sat Mar 28 2015 mimi.vx@gmail.com - Add patch cups-busy-loop.patch to fix rh#1179596 , cups#4605 * Thu Feb 12 2015 tchvatal@suse.com - Add back the posttrans cleanup script as it is needed * Thu Feb 12 2015 tchvatal@suse.com - Add patch cups-systemd-socket.patch to fix socket activation and to match socket approach Fedora has. * Thu Feb 12 2015 tchvatal@suse.com - Version bump to 2.0.2: * Security: cupsRasterReadPixels buffer overflow with invalid page header and compressed raster data (STR #4551) * Mapping of PPD keywords to IPP keywords did not work if the PPD keyword was already an IPP keyword (<rdar://problem/19121005>) * cupsGetPPD* sent bad requests (STR #4567) * For detailed list see CHANGES.txt file * Thu Feb 12 2015 tchvatal@suse.com - Enable PIE for build * Fri Jan 30 2015 tchvatal@suse.com - Remove legacy paralel-port support as it is not really needed as most do not want it * Fri Jan 30 2015 tchvatal@suse.com - Update descriptions to just state what changed and let user find it out. - Add back comment about %fdupes - Remove exit 0 on scriptlets as it is provided by the %service bla ones already - Fix the comment about openSUSE version on tmpfilesdir declaration * Fri Jan 16 2015 tchvatal@suse.com - cups-2.0.1 update: * lengthy list of changes see the upstream CHANGES.txt that is distributed with the package * Disabling of sslv3 to mitigate poodle - Use gnutls to provide SSLOPtions configuration directive * openssl is no longer supported upstream * Remove the with-openssl-exception from license - Remove cups.sysconfig as it is not used with systemd based distros - Purposely lose support for SLE11 as it doubles size of some of the sections and keep suppor for openSUSE+SLE12 * even with the conditions we would have to go unencrypted only as needs newer gnutls, so don't bother with keeping the compat - Use upstream service and socket files to allow more working tools - Removed patches: * cups-0001-systemd-add-systemd-socket-activation-and-unit-files.patch * cups-0002-systemd-listen-only-on-localhost-for-socket-activation.patch * cups-0003-systemd-secure-cups.service-unit-file.patch * cups-1.3.6-access_conf.patch * cups-1.5-additional_policies.patch * cups-1.5.4-CVE-2012-5519.patch * cups-1.5.4-strftime.patch * cups-move-everything-to-run.patch * cups-polld_avoid_busy_loop.patch * cups-provides-cupsd-service.patch * str4190.patch * str4351.patch * str4450.CVE-2014-3537.str4455.CVE-2014-5029.CVE-2014-5030.CVE-2014-5031.CUPS-1.5.4.patch - Refreshed patches: * cups-1.3.9-desktop_file.patch * cups-config-libs.patch - Added patches: * cups-1.7-additional_policies.patch * cups-systemd-socket.patch
/etc/cups/cups-files.conf /etc/cups/cups-files.conf.default /etc/cups/cupsd.conf /etc/cups/cupsd.conf.default /etc/cups/ppd /etc/cups/snmp.conf /etc/cups/snmp.conf.default /etc/cups/ssl /etc/dbus-1/system.d/cups.conf /etc/pam.d/cups /usr/bin/cupstestppd /usr/lib/cups /usr/lib/cups/backend /usr/lib/cups/backend/dnssd /usr/lib/cups/backend/http /usr/lib/cups/backend/https /usr/lib/cups/backend/ipp /usr/lib/cups/backend/ipps /usr/lib/cups/backend/lpd /usr/lib/cups/backend/snmp /usr/lib/cups/backend/socket /usr/lib/cups/backend/usb /usr/lib/cups/cgi-bin /usr/lib/cups/cgi-bin/admin.cgi /usr/lib/cups/cgi-bin/classes.cgi /usr/lib/cups/cgi-bin/help.cgi /usr/lib/cups/cgi-bin/jobs.cgi /usr/lib/cups/cgi-bin/printers.cgi /usr/lib/cups/daemon /usr/lib/cups/daemon/cups-deviced /usr/lib/cups/daemon/cups-driverd /usr/lib/cups/daemon/cups-exec /usr/lib/cups/daemon/cups-lpd /usr/lib/cups/driver /usr/lib/cups/filter /usr/lib/cups/filter/commandtops /usr/lib/cups/filter/gziptoany /usr/lib/cups/filter/pstops /usr/lib/cups/filter/rastertodymo /usr/lib/cups/filter/rastertoepson /usr/lib/cups/filter/rastertohp /usr/lib/cups/filter/rastertolabel /usr/lib/cups/filter/rastertopwg /usr/lib/cups/monitor /usr/lib/cups/monitor/bcp /usr/lib/cups/monitor/tbcp /usr/lib/cups/notifier /usr/lib/cups/notifier/dbus /usr/lib/cups/notifier/mailto /usr/lib/cups/notifier/rss /usr/lib/systemd/system/cups-lpd.socket /usr/lib/systemd/system/cups-lpd@.service /usr/lib/systemd/system/cups.path /usr/lib/systemd/system/cups.service /usr/lib/systemd/system/cups.socket /usr/lib/tmpfiles.d/cups.conf /usr/sbin/cupsaddsmb /usr/sbin/cupsctl /usr/sbin/cupsd /usr/sbin/cupsfilter /usr/sbin/rccups /usr/sbin/rccups-lpd /usr/share/cups /usr/share/cups/banners /usr/share/cups/data /usr/share/cups/drivers /usr/share/cups/drv /usr/share/cups/drv/sample.drv /usr/share/cups/examples /usr/share/cups/examples/color.drv /usr/share/cups/examples/constraint.drv /usr/share/cups/examples/custom.drv /usr/share/cups/examples/grouping.drv /usr/share/cups/examples/laserjet-basic.drv /usr/share/cups/examples/laserjet-pjl.drv /usr/share/cups/examples/minimum.drv /usr/share/cups/examples/postscript.drv /usr/share/cups/examples/r300-basic.drv /usr/share/cups/examples/r300-colorman.drv /usr/share/cups/examples/r300-remote.drv /usr/share/cups/ipptool /usr/share/cups/ipptool/color.jpg /usr/share/cups/ipptool/create-printer-subscription.test /usr/share/cups/ipptool/document-a4.pdf /usr/share/cups/ipptool/document-a4.ps /usr/share/cups/ipptool/document-letter.pdf /usr/share/cups/ipptool/document-letter.ps /usr/share/cups/ipptool/get-completed-jobs.test /usr/share/cups/ipptool/get-jobs.test /usr/share/cups/ipptool/get-notifications.test /usr/share/cups/ipptool/get-printer-attributes.test /usr/share/cups/ipptool/get-subscriptions.test /usr/share/cups/ipptool/gray.jpg /usr/share/cups/ipptool/ipp-1.1.test /usr/share/cups/ipptool/ipp-2.0.test /usr/share/cups/ipptool/ipp-2.1.test /usr/share/cups/ipptool/ipp-2.2.test /usr/share/cups/ipptool/ipp-everywhere.test /usr/share/cups/ipptool/onepage-a4.pdf /usr/share/cups/ipptool/onepage-a4.ps /usr/share/cups/ipptool/onepage-letter.pdf /usr/share/cups/ipptool/onepage-letter.ps /usr/share/cups/ipptool/print-job-deflate.test /usr/share/cups/ipptool/print-job-gzip.test /usr/share/cups/ipptool/print-job.test /usr/share/cups/ipptool/testfile.jpg /usr/share/cups/ipptool/testfile.pcl /usr/share/cups/ipptool/testfile.pdf /usr/share/cups/ipptool/testfile.ps /usr/share/cups/ipptool/testfile.txt /usr/share/cups/ipptool/validate-job.test /usr/share/cups/mime /usr/share/cups/mime/mime.convs /usr/share/cups/mime/mime.types /usr/share/cups/model /usr/share/cups/model/Postscript-level1.ppd.gz /usr/share/cups/model/Postscript-level2.ppd.gz /usr/share/cups/model/Postscript.ppd.gz /usr/share/cups/profiles /usr/share/cups/templates /usr/share/cups/templates/add-class.tmpl /usr/share/cups/templates/add-printer.tmpl /usr/share/cups/templates/add-rss-subscription.tmpl /usr/share/cups/templates/admin.tmpl /usr/share/cups/templates/choose-device.tmpl /usr/share/cups/templates/choose-make.tmpl /usr/share/cups/templates/choose-model.tmpl /usr/share/cups/templates/choose-serial.tmpl /usr/share/cups/templates/choose-uri.tmpl /usr/share/cups/templates/class-added.tmpl /usr/share/cups/templates/class-confirm.tmpl /usr/share/cups/templates/class-deleted.tmpl /usr/share/cups/templates/class-jobs-header.tmpl /usr/share/cups/templates/class-modified.tmpl /usr/share/cups/templates/class.tmpl /usr/share/cups/templates/classes-header.tmpl /usr/share/cups/templates/classes.tmpl /usr/share/cups/templates/command.tmpl /usr/share/cups/templates/de /usr/share/cups/templates/de/add-class.tmpl /usr/share/cups/templates/de/add-printer.tmpl /usr/share/cups/templates/de/add-rss-subscription.tmpl /usr/share/cups/templates/de/admin.tmpl /usr/share/cups/templates/de/choose-device.tmpl /usr/share/cups/templates/de/choose-make.tmpl /usr/share/cups/templates/de/choose-model.tmpl /usr/share/cups/templates/de/choose-serial.tmpl /usr/share/cups/templates/de/choose-uri.tmpl /usr/share/cups/templates/de/class-added.tmpl /usr/share/cups/templates/de/class-confirm.tmpl /usr/share/cups/templates/de/class-deleted.tmpl /usr/share/cups/templates/de/class-jobs-header.tmpl /usr/share/cups/templates/de/class-modified.tmpl /usr/share/cups/templates/de/class.tmpl /usr/share/cups/templates/de/classes-header.tmpl /usr/share/cups/templates/de/classes.tmpl /usr/share/cups/templates/de/command.tmpl /usr/share/cups/templates/de/edit-config.tmpl /usr/share/cups/templates/de/error-op.tmpl /usr/share/cups/templates/de/error.tmpl /usr/share/cups/templates/de/header.tmpl /usr/share/cups/templates/de/help-header.tmpl /usr/share/cups/templates/de/help-printable.tmpl /usr/share/cups/templates/de/help-trailer.tmpl /usr/share/cups/templates/de/job-cancel.tmpl /usr/share/cups/templates/de/job-hold.tmpl /usr/share/cups/templates/de/job-move.tmpl /usr/share/cups/templates/de/job-moved.tmpl /usr/share/cups/templates/de/job-release.tmpl /usr/share/cups/templates/de/job-restart.tmpl /usr/share/cups/templates/de/jobs-header.tmpl /usr/share/cups/templates/de/jobs.tmpl /usr/share/cups/templates/de/list-available-printers.tmpl /usr/share/cups/templates/de/modify-class.tmpl /usr/share/cups/templates/de/modify-printer.tmpl /usr/share/cups/templates/de/norestart.tmpl /usr/share/cups/templates/de/option-boolean.tmpl /usr/share/cups/templates/de/option-conflict.tmpl /usr/share/cups/templates/de/option-header.tmpl /usr/share/cups/templates/de/option-pickmany.tmpl /usr/share/cups/templates/de/option-pickone.tmpl /usr/share/cups/templates/de/option-trailer.tmpl /usr/share/cups/templates/de/pager.tmpl /usr/share/cups/templates/de/printer-accept.tmpl /usr/share/cups/templates/de/printer-added.tmpl /usr/share/cups/templates/de/printer-cancel-jobs.tmpl /usr/share/cups/templates/de/printer-configured.tmpl /usr/share/cups/templates/de/printer-confirm.tmpl /usr/share/cups/templates/de/printer-default.tmpl /usr/share/cups/templates/de/printer-deleted.tmpl /usr/share/cups/templates/de/printer-jobs-header.tmpl /usr/share/cups/templates/de/printer-modified.tmpl /usr/share/cups/templates/de/printer-reject.tmpl /usr/share/cups/templates/de/printer-start.tmpl /usr/share/cups/templates/de/printer-stop.tmpl /usr/share/cups/templates/de/printer.tmpl /usr/share/cups/templates/de/printers-header.tmpl /usr/share/cups/templates/de/printers.tmpl /usr/share/cups/templates/de/restart.tmpl /usr/share/cups/templates/de/samba-export.tmpl /usr/share/cups/templates/de/samba-exported.tmpl /usr/share/cups/templates/de/search.tmpl /usr/share/cups/templates/de/set-printer-options-header.tmpl /usr/share/cups/templates/de/set-printer-options-trailer.tmpl /usr/share/cups/templates/de/subscription-added.tmpl /usr/share/cups/templates/de/subscription-canceled.tmpl /usr/share/cups/templates/de/test-page.tmpl /usr/share/cups/templates/de/trailer.tmpl /usr/share/cups/templates/de/users.tmpl /usr/share/cups/templates/edit-config.tmpl /usr/share/cups/templates/error-op.tmpl /usr/share/cups/templates/error.tmpl /usr/share/cups/templates/es /usr/share/cups/templates/es/add-class.tmpl /usr/share/cups/templates/es/add-printer.tmpl /usr/share/cups/templates/es/add-rss-subscription.tmpl /usr/share/cups/templates/es/admin.tmpl /usr/share/cups/templates/es/choose-device.tmpl /usr/share/cups/templates/es/choose-make.tmpl /usr/share/cups/templates/es/choose-model.tmpl /usr/share/cups/templates/es/choose-serial.tmpl /usr/share/cups/templates/es/choose-uri.tmpl /usr/share/cups/templates/es/class-added.tmpl /usr/share/cups/templates/es/class-confirm.tmpl /usr/share/cups/templates/es/class-deleted.tmpl /usr/share/cups/templates/es/class-jobs-header.tmpl /usr/share/cups/templates/es/class-modified.tmpl /usr/share/cups/templates/es/class.tmpl /usr/share/cups/templates/es/classes-header.tmpl /usr/share/cups/templates/es/classes.tmpl /usr/share/cups/templates/es/command.tmpl /usr/share/cups/templates/es/edit-config.tmpl /usr/share/cups/templates/es/error-op.tmpl /usr/share/cups/templates/es/error.tmpl /usr/share/cups/templates/es/header.tmpl /usr/share/cups/templates/es/help-header.tmpl /usr/share/cups/templates/es/help-printable.tmpl /usr/share/cups/templates/es/help-trailer.tmpl /usr/share/cups/templates/es/job-cancel.tmpl /usr/share/cups/templates/es/job-hold.tmpl /usr/share/cups/templates/es/job-move.tmpl /usr/share/cups/templates/es/job-moved.tmpl /usr/share/cups/templates/es/job-release.tmpl /usr/share/cups/templates/es/job-restart.tmpl /usr/share/cups/templates/es/jobs-header.tmpl /usr/share/cups/templates/es/jobs.tmpl /usr/share/cups/templates/es/list-available-printers.tmpl /usr/share/cups/templates/es/modify-class.tmpl /usr/share/cups/templates/es/modify-printer.tmpl /usr/share/cups/templates/es/norestart.tmpl /usr/share/cups/templates/es/option-boolean.tmpl /usr/share/cups/templates/es/option-conflict.tmpl /usr/share/cups/templates/es/option-header.tmpl /usr/share/cups/templates/es/option-pickmany.tmpl /usr/share/cups/templates/es/option-pickone.tmpl /usr/share/cups/templates/es/option-trailer.tmpl /usr/share/cups/templates/es/pager.tmpl /usr/share/cups/templates/es/printer-accept.tmpl /usr/share/cups/templates/es/printer-added.tmpl /usr/share/cups/templates/es/printer-cancel-jobs.tmpl /usr/share/cups/templates/es/printer-configured.tmpl /usr/share/cups/templates/es/printer-confirm.tmpl /usr/share/cups/templates/es/printer-default.tmpl /usr/share/cups/templates/es/printer-deleted.tmpl /usr/share/cups/templates/es/printer-jobs-header.tmpl /usr/share/cups/templates/es/printer-modified.tmpl /usr/share/cups/templates/es/printer-reject.tmpl /usr/share/cups/templates/es/printer-start.tmpl /usr/share/cups/templates/es/printer-stop.tmpl /usr/share/cups/templates/es/printer.tmpl /usr/share/cups/templates/es/printers-header.tmpl /usr/share/cups/templates/es/printers.tmpl /usr/share/cups/templates/es/restart.tmpl /usr/share/cups/templates/es/samba-export.tmpl /usr/share/cups/templates/es/samba-exported.tmpl /usr/share/cups/templates/es/search.tmpl /usr/share/cups/templates/es/set-printer-options-header.tmpl /usr/share/cups/templates/es/set-printer-options-trailer.tmpl /usr/share/cups/templates/es/subscription-added.tmpl /usr/share/cups/templates/es/subscription-canceled.tmpl /usr/share/cups/templates/es/test-page.tmpl /usr/share/cups/templates/es/trailer.tmpl /usr/share/cups/templates/es/users.tmpl /usr/share/cups/templates/fr /usr/share/cups/templates/fr/add-class.tmpl /usr/share/cups/templates/fr/add-printer.tmpl /usr/share/cups/templates/fr/add-rss-subscription.tmpl /usr/share/cups/templates/fr/admin.tmpl /usr/share/cups/templates/fr/choose-device.tmpl /usr/share/cups/templates/fr/choose-make.tmpl /usr/share/cups/templates/fr/choose-model.tmpl /usr/share/cups/templates/fr/choose-serial.tmpl /usr/share/cups/templates/fr/choose-uri.tmpl /usr/share/cups/templates/fr/class-added.tmpl /usr/share/cups/templates/fr/class-confirm.tmpl /usr/share/cups/templates/fr/class-deleted.tmpl /usr/share/cups/templates/fr/class-jobs-header.tmpl /usr/share/cups/templates/fr/class-modified.tmpl /usr/share/cups/templates/fr/class.tmpl /usr/share/cups/templates/fr/classes-header.tmpl /usr/share/cups/templates/fr/classes.tmpl /usr/share/cups/templates/fr/command.tmpl /usr/share/cups/templates/fr/edit-config.tmpl /usr/share/cups/templates/fr/error-op.tmpl /usr/share/cups/templates/fr/error.tmpl /usr/share/cups/templates/fr/header.tmpl /usr/share/cups/templates/fr/help-header.tmpl /usr/share/cups/templates/fr/help-printable.tmpl /usr/share/cups/templates/fr/help-trailer.tmpl /usr/share/cups/templates/fr/job-cancel.tmpl /usr/share/cups/templates/fr/job-hold.tmpl /usr/share/cups/templates/fr/job-move.tmpl /usr/share/cups/templates/fr/job-moved.tmpl /usr/share/cups/templates/fr/job-release.tmpl /usr/share/cups/templates/fr/job-restart.tmpl /usr/share/cups/templates/fr/jobs-header.tmpl /usr/share/cups/templates/fr/jobs.tmpl /usr/share/cups/templates/fr/list-available-printers.tmpl /usr/share/cups/templates/fr/modify-class.tmpl /usr/share/cups/templates/fr/modify-printer.tmpl /usr/share/cups/templates/fr/norestart.tmpl /usr/share/cups/templates/fr/option-boolean.tmpl /usr/share/cups/templates/fr/option-conflict.tmpl /usr/share/cups/templates/fr/option-header.tmpl /usr/share/cups/templates/fr/option-pickmany.tmpl /usr/share/cups/templates/fr/option-pickone.tmpl /usr/share/cups/templates/fr/option-trailer.tmpl /usr/share/cups/templates/fr/pager.tmpl /usr/share/cups/templates/fr/printer-accept.tmpl /usr/share/cups/templates/fr/printer-added.tmpl /usr/share/cups/templates/fr/printer-cancel-jobs.tmpl /usr/share/cups/templates/fr/printer-configured.tmpl /usr/share/cups/templates/fr/printer-confirm.tmpl /usr/share/cups/templates/fr/printer-default.tmpl /usr/share/cups/templates/fr/printer-deleted.tmpl /usr/share/cups/templates/fr/printer-jobs-header.tmpl /usr/share/cups/templates/fr/printer-modified.tmpl /usr/share/cups/templates/fr/printer-reject.tmpl /usr/share/cups/templates/fr/printer-start.tmpl /usr/share/cups/templates/fr/printer-stop.tmpl /usr/share/cups/templates/fr/printer.tmpl /usr/share/cups/templates/fr/printers-header.tmpl /usr/share/cups/templates/fr/printers.tmpl /usr/share/cups/templates/fr/restart.tmpl /usr/share/cups/templates/fr/samba-export.tmpl /usr/share/cups/templates/fr/samba-exported.tmpl /usr/share/cups/templates/fr/search.tmpl /usr/share/cups/templates/fr/set-printer-options-header.tmpl /usr/share/cups/templates/fr/set-printer-options-trailer.tmpl /usr/share/cups/templates/fr/subscription-added.tmpl /usr/share/cups/templates/fr/subscription-canceled.tmpl /usr/share/cups/templates/fr/test-page.tmpl /usr/share/cups/templates/fr/trailer.tmpl /usr/share/cups/templates/fr/users.tmpl /usr/share/cups/templates/header.tmpl /usr/share/cups/templates/help-header.tmpl /usr/share/cups/templates/help-printable.tmpl /usr/share/cups/templates/help-trailer.tmpl /usr/share/cups/templates/ja /usr/share/cups/templates/ja/add-class.tmpl /usr/share/cups/templates/ja/add-printer.tmpl /usr/share/cups/templates/ja/add-rss-subscription.tmpl /usr/share/cups/templates/ja/admin.tmpl /usr/share/cups/templates/ja/choose-device.tmpl /usr/share/cups/templates/ja/choose-make.tmpl /usr/share/cups/templates/ja/choose-model.tmpl /usr/share/cups/templates/ja/choose-serial.tmpl /usr/share/cups/templates/ja/choose-uri.tmpl /usr/share/cups/templates/ja/class-added.tmpl /usr/share/cups/templates/ja/class-confirm.tmpl /usr/share/cups/templates/ja/class-deleted.tmpl /usr/share/cups/templates/ja/class-jobs-header.tmpl /usr/share/cups/templates/ja/class-modified.tmpl /usr/share/cups/templates/ja/class.tmpl /usr/share/cups/templates/ja/classes-header.tmpl /usr/share/cups/templates/ja/classes.tmpl /usr/share/cups/templates/ja/command.tmpl /usr/share/cups/templates/ja/edit-config.tmpl /usr/share/cups/templates/ja/error-op.tmpl /usr/share/cups/templates/ja/error.tmpl /usr/share/cups/templates/ja/header.tmpl /usr/share/cups/templates/ja/help-header.tmpl /usr/share/cups/templates/ja/help-printable.tmpl /usr/share/cups/templates/ja/help-trailer.tmpl /usr/share/cups/templates/ja/job-cancel.tmpl /usr/share/cups/templates/ja/job-hold.tmpl /usr/share/cups/templates/ja/job-move.tmpl /usr/share/cups/templates/ja/job-moved.tmpl /usr/share/cups/templates/ja/job-release.tmpl /usr/share/cups/templates/ja/job-restart.tmpl /usr/share/cups/templates/ja/jobs-header.tmpl /usr/share/cups/templates/ja/jobs.tmpl /usr/share/cups/templates/ja/list-available-printers.tmpl /usr/share/cups/templates/ja/modify-class.tmpl /usr/share/cups/templates/ja/modify-printer.tmpl /usr/share/cups/templates/ja/norestart.tmpl /usr/share/cups/templates/ja/option-boolean.tmpl /usr/share/cups/templates/ja/option-conflict.tmpl /usr/share/cups/templates/ja/option-header.tmpl /usr/share/cups/templates/ja/option-pickmany.tmpl /usr/share/cups/templates/ja/option-pickone.tmpl /usr/share/cups/templates/ja/option-trailer.tmpl /usr/share/cups/templates/ja/pager.tmpl /usr/share/cups/templates/ja/printer-accept.tmpl /usr/share/cups/templates/ja/printer-added.tmpl /usr/share/cups/templates/ja/printer-cancel-jobs.tmpl /usr/share/cups/templates/ja/printer-configured.tmpl /usr/share/cups/templates/ja/printer-confirm.tmpl /usr/share/cups/templates/ja/printer-default.tmpl /usr/share/cups/templates/ja/printer-deleted.tmpl /usr/share/cups/templates/ja/printer-jobs-header.tmpl /usr/share/cups/templates/ja/printer-modified.tmpl /usr/share/cups/templates/ja/printer-reject.tmpl /usr/share/cups/templates/ja/printer-start.tmpl /usr/share/cups/templates/ja/printer-stop.tmpl /usr/share/cups/templates/ja/printer.tmpl /usr/share/cups/templates/ja/printers-header.tmpl /usr/share/cups/templates/ja/printers.tmpl /usr/share/cups/templates/ja/restart.tmpl /usr/share/cups/templates/ja/samba-export.tmpl /usr/share/cups/templates/ja/samba-exported.tmpl /usr/share/cups/templates/ja/search.tmpl /usr/share/cups/templates/ja/set-printer-options-header.tmpl /usr/share/cups/templates/ja/set-printer-options-trailer.tmpl /usr/share/cups/templates/ja/subscription-added.tmpl /usr/share/cups/templates/ja/subscription-canceled.tmpl /usr/share/cups/templates/ja/test-page.tmpl /usr/share/cups/templates/ja/trailer.tmpl /usr/share/cups/templates/ja/users.tmpl /usr/share/cups/templates/job-cancel.tmpl /usr/share/cups/templates/job-hold.tmpl /usr/share/cups/templates/job-move.tmpl /usr/share/cups/templates/job-moved.tmpl /usr/share/cups/templates/job-release.tmpl /usr/share/cups/templates/job-restart.tmpl /usr/share/cups/templates/jobs-header.tmpl /usr/share/cups/templates/jobs.tmpl /usr/share/cups/templates/list-available-printers.tmpl /usr/share/cups/templates/modify-class.tmpl /usr/share/cups/templates/modify-printer.tmpl /usr/share/cups/templates/norestart.tmpl /usr/share/cups/templates/option-boolean.tmpl /usr/share/cups/templates/option-conflict.tmpl /usr/share/cups/templates/option-header.tmpl /usr/share/cups/templates/option-pickmany.tmpl /usr/share/cups/templates/option-pickone.tmpl /usr/share/cups/templates/option-trailer.tmpl /usr/share/cups/templates/pager.tmpl /usr/share/cups/templates/printer-accept.tmpl /usr/share/cups/templates/printer-added.tmpl /usr/share/cups/templates/printer-cancel-jobs.tmpl /usr/share/cups/templates/printer-configured.tmpl /usr/share/cups/templates/printer-confirm.tmpl /usr/share/cups/templates/printer-default.tmpl /usr/share/cups/templates/printer-deleted.tmpl /usr/share/cups/templates/printer-jobs-header.tmpl /usr/share/cups/templates/printer-modified.tmpl /usr/share/cups/templates/printer-reject.tmpl /usr/share/cups/templates/printer-start.tmpl /usr/share/cups/templates/printer-stop.tmpl /usr/share/cups/templates/printer.tmpl /usr/share/cups/templates/printers-header.tmpl /usr/share/cups/templates/printers.tmpl /usr/share/cups/templates/pt_BR /usr/share/cups/templates/pt_BR/add-class.tmpl /usr/share/cups/templates/pt_BR/add-printer.tmpl /usr/share/cups/templates/pt_BR/add-rss-subscription.tmpl /usr/share/cups/templates/pt_BR/admin.tmpl /usr/share/cups/templates/pt_BR/choose-device.tmpl /usr/share/cups/templates/pt_BR/choose-make.tmpl /usr/share/cups/templates/pt_BR/choose-model.tmpl /usr/share/cups/templates/pt_BR/choose-serial.tmpl /usr/share/cups/templates/pt_BR/choose-uri.tmpl /usr/share/cups/templates/pt_BR/class-added.tmpl /usr/share/cups/templates/pt_BR/class-confirm.tmpl /usr/share/cups/templates/pt_BR/class-deleted.tmpl /usr/share/cups/templates/pt_BR/class-jobs-header.tmpl /usr/share/cups/templates/pt_BR/class-modified.tmpl /usr/share/cups/templates/pt_BR/class.tmpl /usr/share/cups/templates/pt_BR/classes-header.tmpl /usr/share/cups/templates/pt_BR/classes.tmpl /usr/share/cups/templates/pt_BR/command.tmpl /usr/share/cups/templates/pt_BR/edit-config.tmpl /usr/share/cups/templates/pt_BR/error-op.tmpl /usr/share/cups/templates/pt_BR/error.tmpl /usr/share/cups/templates/pt_BR/header.tmpl /usr/share/cups/templates/pt_BR/help-header.tmpl /usr/share/cups/templates/pt_BR/help-printable.tmpl /usr/share/cups/templates/pt_BR/help-trailer.tmpl /usr/share/cups/templates/pt_BR/job-cancel.tmpl /usr/share/cups/templates/pt_BR/job-hold.tmpl /usr/share/cups/templates/pt_BR/job-move.tmpl /usr/share/cups/templates/pt_BR/job-moved.tmpl /usr/share/cups/templates/pt_BR/job-release.tmpl /usr/share/cups/templates/pt_BR/job-restart.tmpl /usr/share/cups/templates/pt_BR/jobs-header.tmpl /usr/share/cups/templates/pt_BR/jobs.tmpl /usr/share/cups/templates/pt_BR/list-available-printers.tmpl /usr/share/cups/templates/pt_BR/modify-class.tmpl /usr/share/cups/templates/pt_BR/modify-printer.tmpl /usr/share/cups/templates/pt_BR/norestart.tmpl /usr/share/cups/templates/pt_BR/option-boolean.tmpl /usr/share/cups/templates/pt_BR/option-conflict.tmpl /usr/share/cups/templates/pt_BR/option-header.tmpl /usr/share/cups/templates/pt_BR/option-pickmany.tmpl /usr/share/cups/templates/pt_BR/option-pickone.tmpl /usr/share/cups/templates/pt_BR/option-trailer.tmpl /usr/share/cups/templates/pt_BR/pager.tmpl /usr/share/cups/templates/pt_BR/printer-accept.tmpl /usr/share/cups/templates/pt_BR/printer-added.tmpl /usr/share/cups/templates/pt_BR/printer-cancel-jobs.tmpl /usr/share/cups/templates/pt_BR/printer-configured.tmpl /usr/share/cups/templates/pt_BR/printer-confirm.tmpl /usr/share/cups/templates/pt_BR/printer-default.tmpl /usr/share/cups/templates/pt_BR/printer-deleted.tmpl /usr/share/cups/templates/pt_BR/printer-jobs-header.tmpl /usr/share/cups/templates/pt_BR/printer-modified.tmpl /usr/share/cups/templates/pt_BR/printer-reject.tmpl /usr/share/cups/templates/pt_BR/printer-start.tmpl /usr/share/cups/templates/pt_BR/printer-stop.tmpl /usr/share/cups/templates/pt_BR/printer.tmpl /usr/share/cups/templates/pt_BR/printers-header.tmpl /usr/share/cups/templates/pt_BR/printers.tmpl /usr/share/cups/templates/pt_BR/restart.tmpl /usr/share/cups/templates/pt_BR/samba-export.tmpl /usr/share/cups/templates/pt_BR/samba-exported.tmpl /usr/share/cups/templates/pt_BR/search.tmpl /usr/share/cups/templates/pt_BR/set-printer-options-header.tmpl /usr/share/cups/templates/pt_BR/set-printer-options-trailer.tmpl /usr/share/cups/templates/pt_BR/subscription-added.tmpl /usr/share/cups/templates/pt_BR/subscription-canceled.tmpl /usr/share/cups/templates/pt_BR/test-page.tmpl /usr/share/cups/templates/pt_BR/trailer.tmpl /usr/share/cups/templates/pt_BR/users.tmpl /usr/share/cups/templates/restart.tmpl /usr/share/cups/templates/ru /usr/share/cups/templates/ru/add-class.tmpl /usr/share/cups/templates/ru/add-printer.tmpl /usr/share/cups/templates/ru/add-rss-subscription.tmpl /usr/share/cups/templates/ru/admin.tmpl /usr/share/cups/templates/ru/choose-device.tmpl /usr/share/cups/templates/ru/choose-make.tmpl /usr/share/cups/templates/ru/choose-model.tmpl /usr/share/cups/templates/ru/choose-serial.tmpl /usr/share/cups/templates/ru/choose-uri.tmpl /usr/share/cups/templates/ru/class-added.tmpl /usr/share/cups/templates/ru/class-confirm.tmpl /usr/share/cups/templates/ru/class-deleted.tmpl /usr/share/cups/templates/ru/class-jobs-header.tmpl /usr/share/cups/templates/ru/class-modified.tmpl /usr/share/cups/templates/ru/class.tmpl /usr/share/cups/templates/ru/classes-header.tmpl /usr/share/cups/templates/ru/classes.tmpl /usr/share/cups/templates/ru/command.tmpl /usr/share/cups/templates/ru/edit-config.tmpl /usr/share/cups/templates/ru/error-op.tmpl /usr/share/cups/templates/ru/error.tmpl /usr/share/cups/templates/ru/header.tmpl /usr/share/cups/templates/ru/help-header.tmpl /usr/share/cups/templates/ru/help-printable.tmpl /usr/share/cups/templates/ru/help-trailer.tmpl /usr/share/cups/templates/ru/job-cancel.tmpl /usr/share/cups/templates/ru/job-hold.tmpl /usr/share/cups/templates/ru/job-move.tmpl /usr/share/cups/templates/ru/job-moved.tmpl /usr/share/cups/templates/ru/job-release.tmpl /usr/share/cups/templates/ru/job-restart.tmpl /usr/share/cups/templates/ru/jobs-header.tmpl /usr/share/cups/templates/ru/jobs.tmpl /usr/share/cups/templates/ru/list-available-printers.tmpl /usr/share/cups/templates/ru/modify-class.tmpl /usr/share/cups/templates/ru/modify-printer.tmpl /usr/share/cups/templates/ru/norestart.tmpl /usr/share/cups/templates/ru/option-boolean.tmpl /usr/share/cups/templates/ru/option-conflict.tmpl /usr/share/cups/templates/ru/option-header.tmpl /usr/share/cups/templates/ru/option-pickmany.tmpl /usr/share/cups/templates/ru/option-pickone.tmpl /usr/share/cups/templates/ru/option-trailer.tmpl /usr/share/cups/templates/ru/pager.tmpl /usr/share/cups/templates/ru/printer-accept.tmpl /usr/share/cups/templates/ru/printer-added.tmpl /usr/share/cups/templates/ru/printer-cancel-jobs.tmpl /usr/share/cups/templates/ru/printer-configured.tmpl /usr/share/cups/templates/ru/printer-confirm.tmpl /usr/share/cups/templates/ru/printer-default.tmpl /usr/share/cups/templates/ru/printer-deleted.tmpl /usr/share/cups/templates/ru/printer-jobs-header.tmpl /usr/share/cups/templates/ru/printer-modified.tmpl /usr/share/cups/templates/ru/printer-reject.tmpl /usr/share/cups/templates/ru/printer-start.tmpl /usr/share/cups/templates/ru/printer-stop.tmpl /usr/share/cups/templates/ru/printer.tmpl /usr/share/cups/templates/ru/printers-header.tmpl /usr/share/cups/templates/ru/printers.tmpl /usr/share/cups/templates/ru/restart.tmpl /usr/share/cups/templates/ru/samba-export.tmpl /usr/share/cups/templates/ru/samba-exported.tmpl /usr/share/cups/templates/ru/search.tmpl /usr/share/cups/templates/ru/set-printer-options-header.tmpl /usr/share/cups/templates/ru/set-printer-options-trailer.tmpl /usr/share/cups/templates/ru/subscription-added.tmpl /usr/share/cups/templates/ru/subscription-canceled.tmpl /usr/share/cups/templates/ru/test-page.tmpl /usr/share/cups/templates/ru/trailer.tmpl /usr/share/cups/templates/ru/users.tmpl /usr/share/cups/templates/samba-export.tmpl /usr/share/cups/templates/samba-exported.tmpl /usr/share/cups/templates/search.tmpl /usr/share/cups/templates/set-printer-options-header.tmpl /usr/share/cups/templates/set-printer-options-trailer.tmpl /usr/share/cups/templates/subscription-added.tmpl /usr/share/cups/templates/subscription-canceled.tmpl /usr/share/cups/templates/test-page.tmpl /usr/share/cups/templates/trailer.tmpl /usr/share/cups/templates/users.tmpl /usr/share/cups/usb /usr/share/cups/usb/org.cups.usb-quirks /usr/share/cups/webcontent /usr/share/cups/webcontent/apple-touch-icon.png /usr/share/cups/webcontent/cups-printable.css /usr/share/cups/webcontent/cups.css /usr/share/cups/webcontent/de /usr/share/cups/webcontent/de/index.html /usr/share/cups/webcontent/es /usr/share/cups/webcontent/es/index.html /usr/share/cups/webcontent/help /usr/share/cups/webcontent/help/accounting.html /usr/share/cups/webcontent/help/api-admin.html /usr/share/cups/webcontent/help/api-filter.html /usr/share/cups/webcontent/help/api-ppd.html /usr/share/cups/webcontent/help/api-raster.html /usr/share/cups/webcontent/help/cgi.html /usr/share/cups/webcontent/help/cupspm.html /usr/share/cups/webcontent/help/encryption.html /usr/share/cups/webcontent/help/glossary.html /usr/share/cups/webcontent/help/kerberos.html /usr/share/cups/webcontent/help/license.html /usr/share/cups/webcontent/help/man-backend.html /usr/share/cups/webcontent/help/man-cancel.html /usr/share/cups/webcontent/help/man-classes.conf.html /usr/share/cups/webcontent/help/man-client.conf.html /usr/share/cups/webcontent/help/man-cups-config.html /usr/share/cups/webcontent/help/man-cups-files.conf.html /usr/share/cups/webcontent/help/man-cups-lpd.html /usr/share/cups/webcontent/help/man-cups-snmp.html /usr/share/cups/webcontent/help/man-cups.html /usr/share/cups/webcontent/help/man-cupsaccept.html /usr/share/cups/webcontent/help/man-cupsaddsmb.html /usr/share/cups/webcontent/help/man-cupsd-helper.html /usr/share/cups/webcontent/help/man-cupsd-logs.html /usr/share/cups/webcontent/help/man-cupsd.conf.html /usr/share/cups/webcontent/help/man-cupsd.html /usr/share/cups/webcontent/help/man-cupsenable.html /usr/share/cups/webcontent/help/man-cupstestdsc.html /usr/share/cups/webcontent/help/man-cupstestppd.html /usr/share/cups/webcontent/help/man-filter.html /usr/share/cups/webcontent/help/man-ipptool.html /usr/share/cups/webcontent/help/man-ipptoolfile.html /usr/share/cups/webcontent/help/man-lp.html /usr/share/cups/webcontent/help/man-lpadmin.html /usr/share/cups/webcontent/help/man-lpc.html /usr/share/cups/webcontent/help/man-lpinfo.html /usr/share/cups/webcontent/help/man-lpmove.html /usr/share/cups/webcontent/help/man-lpoptions.html /usr/share/cups/webcontent/help/man-lpq.html /usr/share/cups/webcontent/help/man-lpr.html /usr/share/cups/webcontent/help/man-lprm.html /usr/share/cups/webcontent/help/man-lpstat.html /usr/share/cups/webcontent/help/man-mime.convs.html /usr/share/cups/webcontent/help/man-mime.types.html /usr/share/cups/webcontent/help/man-notifier.html /usr/share/cups/webcontent/help/man-ppdc.html /usr/share/cups/webcontent/help/man-ppdhtml.html /usr/share/cups/webcontent/help/man-ppdi.html /usr/share/cups/webcontent/help/man-ppdmerge.html /usr/share/cups/webcontent/help/man-ppdpo.html /usr/share/cups/webcontent/help/man-printers.conf.html /usr/share/cups/webcontent/help/man-subscriptions.conf.html /usr/share/cups/webcontent/help/network.html /usr/share/cups/webcontent/help/options.html /usr/share/cups/webcontent/help/overview.html /usr/share/cups/webcontent/help/policies.html /usr/share/cups/webcontent/help/postscript-driver.html /usr/share/cups/webcontent/help/ppd-compiler.html /usr/share/cups/webcontent/help/raster-driver.html /usr/share/cups/webcontent/help/ref-ppdcfile.html /usr/share/cups/webcontent/help/security.html /usr/share/cups/webcontent/help/sharing.html /usr/share/cups/webcontent/help/spec-banner.html /usr/share/cups/webcontent/help/spec-command.html /usr/share/cups/webcontent/help/spec-design.html /usr/share/cups/webcontent/help/spec-ipp.html /usr/share/cups/webcontent/help/spec-pdf.html /usr/share/cups/webcontent/help/spec-postscript.html /usr/share/cups/webcontent/help/spec-ppd.html /usr/share/cups/webcontent/help/spec-raster.html /usr/share/cups/webcontent/help/spec-stp.html /usr/share/cups/webcontent/help/translation.html /usr/share/cups/webcontent/images /usr/share/cups/webcontent/images/color-wheel.png /usr/share/cups/webcontent/images/cups-block-diagram.png /usr/share/cups/webcontent/images/cups-command-chain.png /usr/share/cups/webcontent/images/cups-icon.png /usr/share/cups/webcontent/images/cups-postscript-chain.png /usr/share/cups/webcontent/images/cups-raster-chain.png /usr/share/cups/webcontent/images/cups.png /usr/share/cups/webcontent/images/generic.png /usr/share/cups/webcontent/images/left.gif /usr/share/cups/webcontent/images/raster-organization.png /usr/share/cups/webcontent/images/raster.png /usr/share/cups/webcontent/images/right.gif /usr/share/cups/webcontent/images/sample-image.png /usr/share/cups/webcontent/images/sel.gif /usr/share/cups/webcontent/images/smiley.jpg /usr/share/cups/webcontent/images/unsel.gif /usr/share/cups/webcontent/images/wait.gif /usr/share/cups/webcontent/index.html /usr/share/cups/webcontent/ja /usr/share/cups/webcontent/ja/index.html /usr/share/cups/webcontent/pt_BR /usr/share/cups/webcontent/pt_BR/index.html /usr/share/cups/webcontent/robots.txt /usr/share/cups/webcontent/ru /usr/share/cups/webcontent/ru/index.html /usr/share/doc/packages/cups /usr/share/doc/packages/cups/CHANGES-1.0.txt /usr/share/doc/packages/cups/CHANGES-1.1.txt /usr/share/doc/packages/cups/CHANGES-1.2.txt /usr/share/doc/packages/cups/CHANGES-1.3.txt /usr/share/doc/packages/cups/CHANGES-1.4.txt /usr/share/doc/packages/cups/CHANGES-1.5.txt /usr/share/doc/packages/cups/CHANGES-1.6.txt /usr/share/doc/packages/cups/CHANGES-1.7.txt /usr/share/doc/packages/cups/CHANGES-2.0.txt /usr/share/doc/packages/cups/CHANGES-2.1.txt /usr/share/doc/packages/cups/CREDITS.md /usr/share/doc/packages/cups/INSTALL.md /usr/share/doc/packages/cups/LICENSE.txt /usr/share/doc/packages/cups/README.md /usr/share/man/man1/cups.1.gz /usr/share/man/man1/cupstestppd.1.gz /usr/share/man/man5/classes.conf.5.gz /usr/share/man/man5/client.conf.5.gz /usr/share/man/man5/cups-files.conf.5.gz /usr/share/man/man5/cups-snmp.conf.5.gz /usr/share/man/man5/cupsd-logs.5.gz /usr/share/man/man5/cupsd.conf.5.gz /usr/share/man/man5/mailto.conf.5.gz /usr/share/man/man5/mime.convs.5.gz /usr/share/man/man5/mime.types.5.gz /usr/share/man/man5/printers.conf.5.gz /usr/share/man/man5/subscriptions.conf.5.gz /usr/share/man/man7/backend.7.gz /usr/share/man/man7/filter.7.gz /usr/share/man/man7/notifier.7.gz /usr/share/man/man8/cups-deviced.8.gz /usr/share/man/man8/cups-driverd.8.gz /usr/share/man/man8/cups-exec.8.gz /usr/share/man/man8/cups-lpd.8.gz /usr/share/man/man8/cups-snmp.8.gz /usr/share/man/man8/cupsaddsmb.8.gz /usr/share/man/man8/cupsctl.8.gz /usr/share/man/man8/cupsd-helper.8.gz /usr/share/man/man8/cupsd.8.gz /usr/share/man/man8/cupsfilter.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 17:57:49 2024