summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* cups 2.2.8-4 Debian releasedebian/2.2.8-4archive/debian/2.2.8-4Didier Raboud2018-07-03
|
* merge patched-debian/master into debian/masterDidier Raboud2018-07-03
|\
| * Fix A4 crash in Epson 24-pin driverMichael R Sweet2018-07-03
| | | | | | | | | | Upstream-Bug: #5323 Debian-Bug: #901860
* | cups 2.2.8-3 Debian releasedebian/2.2.8-3archive/debian/2.2.8-3Didier Raboud2018-06-11
| |
* | Renumber first 2.2.8 upload as 2.2.8-1Didier Raboud2018-06-11
| |
* | merge patched-debian/master into debian/masterDidier Raboud2018-06-11
|\|
| * po4a infrastructure and translations for manpages.Didier Raboud2018-06-11
| | | | | | | | | | | | | | | | Author: Nicolas François <nicolas.francois@centraliens.net>, Helge Kreutzmann <debian@helgefjell.de> Origin: vendor Bug-Debian: http://bugs.debian.org/478597 Patch-Name: manpage-translations.patch
| * The `lp` and `lpr` commands now provide better error messages when the defaultMichael R Sweet2018-06-11
| | | | | | | | | | | | | | | | | | | | printer cannot be found (Issue #5096) - berkeley/lpr.c: Use cupsLastErrorMessage() for not-found errors. - cups/dest.c: Set the last error message in cupsGetNamedDest(). - systemv/lp.c: Use cupsLastErrorMessage() for not-found errors. Bug-Debian: #870463
| * Build mantohtml with the build architecture compilerHelmut Grohne2018-06-11
| | | | | | | | | | | | | | | | | | | | mantohtml is run during build. Thus it needs to be built with the build architecture compiler (or execution fails). The obvious part is switching to CC_FOR_BUILD. That also depends on it not requiring any other cups components. In particular, removing uses of strlcpy and replacing host architecture- specific includes is thus needed. Bug-Debian: https://bugs.debian.org/837936
| * Use dpkg-architecture in cups-config to make it architecture-independantDidier Raboud2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | Also filter -L/usr/lib/(triplet) out of LDFLAGS. Also strip unnecessary libs from --libs. Also launch krb5-config at runtime to avoid getting usr/lib/(triplet) from krb5-config Bug-Debian: https://bugs.debian.org/741519 Bug-Debian: https://bugs.debian.org/727058 Bug-Debian: https://bugs.debian.org/730838 Bug-Debian: https://bugs.debian.org/751157 Last-Update: 2014-06-11 Patch-Name: debianize_cups-config.patch
| * Drop dangling references from cups-lpd.manBastien ROUCARIÈS2018-06-11
| | | | | | | | | | | | Bug-Debian: http://bugs.debian.org/570157 Last-Update: 2015-10-02 Patch-Name: man-cups-lpd-drop-dangling-references.patch
| * Set default job error policy to "retry-job", since it is lessMartin Pitt2018-06-11
| | | | | | | | | | | | | | | | | | | | | | confusing and a better default on most machines. . Amend documentation accordingly. Author: Didier Raboud <odyx@debian.org> Origin: vendor Last-Update: 2016-07-03 Patch-Name: cups-set-default-error-policy-retry-job.patch
| * Set the default for SyncOnClose to YesTim Waugh2018-06-11
| | | | | | | | | | | | Last-Update: 2015-02-10 Patch-Name: cupsd-set-default-for-SyncOnClose-to-Yes.patch
| * Make log debug history nearly unlimitedTill Kampetter2018-06-11
| | | | | | | | | | Last-Update: 2015-02-10 Patch-Name: log-debug-history-nearly-unlimited.patch
| * Show compile command linesTill Kampetter2018-06-11
| | | | | | | | Patch-Name: show-compile-command-lines.patch
| * Filter printers based on PRINTER_LISTJulien Desfossez at Revolution Linux2018-06-11
| | | | | | | | | | | | | | Last-Update: 2015-10-02 === modified file 'cups-1.3.9/cups/ipp.c' Patch-Name: printer-filtering.patch
| * Do not mess with the permissions of cupsd.conf.Martin Pitt2018-06-11
| | | | | | | | | | | | Last-Update: 2015-02-10 Patch-Name: confdirperms.patch
| * Deactivate CUPS' own log rotating as the system already provides a more ↵Didier Raboud2018-06-11
| | | | | | | | | | | | | | | | sophisticated log rotating Last-Update: 2015-02-10 Patch-Name: default_log_settings.patch
| * Make log files readable to group "adm", if present.Martin Pitt2018-06-11
| | | | | | | | | | | | | | Bug-Ubuntu: https://launchpad.net/bugs/345953 Last-Update: 2015-02-10 Patch-Name: logfiles_adm_readable.patch
| * CUPS removes the "(recommended)" comments of the NickNames of Foomatic PPDs ↵Till Kampetter2018-06-11
| | | | | | | | | | | | | | | | when listing available PPDs. This patch removes this removal action. Last-Update: 2015-02-10 Patch-Name: reactivate_recommended_driver.patch
| * Do not use host names for broadcasting print queues andTill Kampetter2018-06-11
| | | | | | | | | | | | | | | | managing print queues broadcasted from other servers by default. Many networks do not have valid host names for all machines. Bug-Ubuntu: https://bugs.launchpad.net/bugs/449586 Patch-Name: do-not-broadcast-with-hostnames.patch
| * Rename the systemd service file from org.cups.cups.* to cups.*Didier Raboud2018-06-11
| | | | | | | | Patch-Name: rename-systemd-units.patch
| * Do not write VCS tags into installed conffilesKenshi Muto2018-06-11
| | | | | | | | | | | | | | | | | | Bug: http://www.cups.org/str.php?L2369 Origin: vendor Author: Didier Raboud <odyx@debian.org> Last-Update: 2014-01-16 Patch-Name: removecvstag.patch
| * Disable time stamps in conffiles, to avoid ever-changing files in /etc.Joey Hess2018-06-11
| | | | | | | | | | | | | | | | Bug: http://www.cups.org/str.php?L3067 Bug-Debian: http://bugs.debian.org/549673 Last-Update: 2015-02-10 Patch-Name: no-conffile-timestamp.patch
| * Let the "snmp" backend also use the manufacturer-specificTim Waugh2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | MIBs of HP and Ricoh to obtain the device IDs of network-connected printers. This way we get more reliable information about make and model and in addition the supported page description languages, which allow to identify whether an optional PostScript add-on is installed or for an unsupported printer which generic PPD is the best choice (requested by Ricoh). Bug: https://www.cups.org/str.php?L3552 Last-Update: 2015-02-10 Patch-Name: cups-snmp-oids-device-id-hp-ricoh.patch
| * Patch to support Apple AirPrint (printing from iPhone, iPad, iPod Touch to a ↵Till Kamppeter2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | CUPS server) Bug-Ubuntu: https://bugs.launchpad.net/bugs/711779 Bug-Ubuntu: https://bugs.launchpad.net/bugs/1054495 Bug-Debian: http://bugs.debian.org/700961 Bug: https://cups.org/str.php?L4341 Last-Update: 2015-02-10 Patch-Name: airprint-support.patch
| * Some printers have broken device IDs with newlineTill Kamppeter2018-06-11
| | | | | | | | | | | | | | | | | | | | | | characters inside. These break the cups-deviced printer discovery mechanism and so the printers get ignored. This patch allows newline characters in device IDs Bug-Ubuntu: https://bugs.launchpad.net/bugs/468701 Bug: https://www.cups.org/str.php?L4345 Last-Update: 2015-02-10 Patch-Name: cups-deviced-allow-device-ids-with-newline.patch
| * Make CUPS reading all option settings in PostScript printTill Kamppeter2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | jobs and add the option settings to the filter command line before starting the filter chain. This fixes the problem that in the PDF printing workflow (where incoming PostScript gets converted to PDF by pstopdf) option settings embedded in the incoming PostScript code do not get obeyed. Especially the options of jobs from Windows clients get ignored. Origin: vendor Bug: https://www.cups.org/str.php?L4344 Last-Update: 2015-02-10 Patch-Name: read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs.patch
| * Do not link libcups.so and libcupsimage.so againstMartin Pitt2018-06-11
| | | | | | | | | | | | | | | | | | | | unnecessary libraries. This avoids unnecessary package dependencies for both libcups, as well as for packages using cups-config. Bug: https://www.cups.org/str.php?L4343 Bug-Debian: http://bugs.debian.org/438067 Last-Update: 2015-10-02 Patch-Name: drop_unnecessary_dependencies.patch
| * Move cupsd.conf.default from SERVERROOT to DATADIRDidier Raboud2018-06-11
| | | | | | | | | | | | | | | | | | Origin: vendor Bug: https://cups.org/str.php?L4342 Bug-Debian: http://bugs.debian.org/640124 Last-Update: 2015-02-10 Patch-Name: move-cupsd-conf-default-to-share.patch
| * Fix regressions in ippValidateAttribute (Issue #5322, Issue #5330)Michael R Sweet2018-06-11
| |
| * Revert pdftourf filter addition in testsMichael Sweet2018-06-11
| | | | | | | | | | | | | | | | | | | | "Update "make test" to include alternate filter." . This fixes the error lines counting in the test, and is unneeded as pdftourf is not shipped in Debian. Origin: upstream Patch-Name: tests-no-pdftourf.patch
* | cups 2.2.8-2 Debian releasedebian/2.2.8-2archive/debian/2.2.8-2Didier Raboud2018-06-08
| |
* | merge patched-debian/master into debian/masterDidier Raboud2018-06-08
|\ \
| * | po4a infrastructure and translations for manpages.Didier Raboud2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | Author: Nicolas François <nicolas.francois@centraliens.net>, Helge Kreutzmann <debian@helgefjell.de> Origin: vendor Bug-Debian: http://bugs.debian.org/478597 Patch-Name: manpage-translations.patch
| * | The `lp` and `lpr` commands now provide better error messages when the defaultMichael R Sweet2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | printer cannot be found (Issue #5096) - berkeley/lpr.c: Use cupsLastErrorMessage() for not-found errors. - cups/dest.c: Set the last error message in cupsGetNamedDest(). - systemv/lp.c: Use cupsLastErrorMessage() for not-found errors. Bug-Debian: #870463
| * | Build mantohtml with the build architecture compilerHelmut Grohne2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mantohtml is run during build. Thus it needs to be built with the build architecture compiler (or execution fails). The obvious part is switching to CC_FOR_BUILD. That also depends on it not requiring any other cups components. In particular, removing uses of strlcpy and replacing host architecture- specific includes is thus needed. Bug-Debian: https://bugs.debian.org/837936
| * | Use dpkg-architecture in cups-config to make it architecture-independantDidier Raboud2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also filter -L/usr/lib/(triplet) out of LDFLAGS. Also strip unnecessary libs from --libs. Also launch krb5-config at runtime to avoid getting usr/lib/(triplet) from krb5-config Bug-Debian: https://bugs.debian.org/741519 Bug-Debian: https://bugs.debian.org/727058 Bug-Debian: https://bugs.debian.org/730838 Bug-Debian: https://bugs.debian.org/751157 Last-Update: 2014-06-11 Patch-Name: debianize_cups-config.patch
| * | Drop dangling references from cups-lpd.manBastien ROUCARIÈS2018-06-08
| | | | | | | | | | | | | | | | | | Bug-Debian: http://bugs.debian.org/570157 Last-Update: 2015-10-02 Patch-Name: man-cups-lpd-drop-dangling-references.patch
| * | Set default job error policy to "retry-job", since it is lessMartin Pitt2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | confusing and a better default on most machines. . Amend documentation accordingly. Author: Didier Raboud <odyx@debian.org> Origin: vendor Last-Update: 2016-07-03 Patch-Name: cups-set-default-error-policy-retry-job.patch
| * | Set the default for SyncOnClose to YesTim Waugh2018-06-08
| | | | | | | | | | | | | | | | | | Last-Update: 2015-02-10 Patch-Name: cupsd-set-default-for-SyncOnClose-to-Yes.patch
| * | Make log debug history nearly unlimitedTill Kampetter2018-06-08
| | | | | | | | | | | | | | | Last-Update: 2015-02-10 Patch-Name: log-debug-history-nearly-unlimited.patch
| * | Show compile command linesTill Kampetter2018-06-08
| | | | | | | | | | | | Patch-Name: show-compile-command-lines.patch
| * | Filter printers based on PRINTER_LISTJulien Desfossez at Revolution Linux2018-06-08
| | | | | | | | | | | | | | | | | | | | | Last-Update: 2015-10-02 === modified file 'cups-1.3.9/cups/ipp.c' Patch-Name: printer-filtering.patch
| * | Do not mess with the permissions of cupsd.conf.Martin Pitt2018-06-08
| | | | | | | | | | | | | | | | | | Last-Update: 2015-02-10 Patch-Name: confdirperms.patch
| * | Deactivate CUPS' own log rotating as the system already provides a more ↵Didier Raboud2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | sophisticated log rotating Last-Update: 2015-02-10 Patch-Name: default_log_settings.patch
| * | Make log files readable to group "adm", if present.Martin Pitt2018-06-08
| | | | | | | | | | | | | | | | | | | | | Bug-Ubuntu: https://launchpad.net/bugs/345953 Last-Update: 2015-02-10 Patch-Name: logfiles_adm_readable.patch
| * | CUPS removes the "(recommended)" comments of the NickNames of Foomatic PPDs ↵Till Kampetter2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | when listing available PPDs. This patch removes this removal action. Last-Update: 2015-02-10 Patch-Name: reactivate_recommended_driver.patch
| * | Do not use host names for broadcasting print queues andTill Kampetter2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | managing print queues broadcasted from other servers by default. Many networks do not have valid host names for all machines. Bug-Ubuntu: https://bugs.launchpad.net/bugs/449586 Patch-Name: do-not-broadcast-with-hostnames.patch
| * | Rename the systemd service file from org.cups.cups.* to cups.*Didier Raboud2018-06-08
| | | | | | | | | | | | Patch-Name: rename-systemd-units.patch