Package: cups-filters / 1.11.6-3+deb9u1

Metadata

Package Version Patches format
cups-filters 1.11.6-3+deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 cups browsed Fixed handling of IPP network printer q.patch | (download)

utils/cups-browsed.c | 79 34 + 45 - 0 !
1 file changed, 34 insertions(+), 45 deletions(-)

 cups-browsed: fixed handling of ipp network printer queues when cupsd
 gets temporarily stopped while cups-browsed keeps running.

This is a backport from 1.13.1

- cups-browsed: If CUPS is stopped while cups-browsed is
  running and there are queue for IPP network printers (not
  remote CUPS queues) on restart of CUPS the still existing
  local CUPS queue is not correctly re-connected with
  cups-browsed and therefore gets removed after a
  timeout. This should be fixed after a clean-up of
  re-connecting with remaining queues from a previous session
  (Debian bug #848223).
- cups-browsed: Generated queues did not get removed on
  shutdown (Debian bug #848167).

Bug-Debian: #848167
Bug-Debian: #848223

Backport-by: Didier Raboud <odyx@debian.org>

0002 imagetoraster Fixed several bugs in the calculation .patch | (download)

filter/imagetoraster.c | 75 45 + 30 - 0 !
1 file changed, 45 insertions(+), 30 deletions(-)

 imagetoraster: fixed several bugs in the calculation of the page
 geometry.

This is a backport from 1.13.2.

Backport-by: Didier Raboud <odyx@debian.org>
Bug-Debian: #849380

0003 cups browsed Make support for printers with IPv6 IP .patch | (download)

utils/cups-browsed.c | 37 28 + 9 - 0 !
1 file changed, 28 insertions(+), 9 deletions(-)

 cups-browsed: make support for printers with ipv6 ip address work.

cups-browsed: (Also) Generate correct IPv6 URIs also for printers with link-local addresses.

This is a backport from 1.13.3

Backport-by: Didier Raboud <odyx@debian.org>

0004 foomatic rip Changed Ghostscript call to count pages.patch | (download)

filter/foomatic-rip/pdf.c | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 foomatic-rip: changed ghostscript call to count pages in a pdf file to
 use "runpdfbegin" and not the undocumented Ghostscript internal "pdfdict".