[ubuntu/natty] cups 1.4.5-3 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Tue Feb 8 10:20:32 UTC 2011
cups (1.4.5-3) unstable; urgency=low
[ Till Kamppeter ]
* debian/rules: Do not remove the /usr/share/cups/model/ directory, some
manufacturer-supplied printer drivers (like from Brother) still use it.
* debian/rules: Remove a cost factor change for pstops. It is not used any
more and overridden by
pstops-based-workflow-only-for-printing-ps-on-a-ps-printer.dpatch
* debian/local/filters/pdf-filters/filter/pdftoraster.cxx,
debian/local/filters/pdf-filters/conf/pdftoraster.convs,
debian/local/filters/pdf-filters/README,
debian/local/filters/pdf-filters/addtocups
debian/local/filters/pdf-filters/conf/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd,
debian/local/filters/pdf-filters/config-scripts/cups-pdf-filters.m4,
debian/local/filters/pdf-filters/removefromcups: Upstream changes of
the PDF filter add-on package:
o Added the Poppler-based pdftoraster filter. This filter is much faster
than the Ghostscript-based filter (LP: #668800).
o Cleaned up the sample PPD file for pdftoijs (does not go into the
Debian/Ubuntu package of CUPS).
* debian/rules: Rename the newly added Poppler-based pdftoraster filter
to pdftoraster-poppler to not conflict with Ghostscript's pdftoraster
and lower its cost factor so that it is prioritized against Ghostscript's
filter.
* debian/patches/cups-avahi.dpatch: Updated to fix assertion failure
(LP: #707592, Red Hat bug #672143).
[ Martin Pitt ]
* debian/patches/ubuntu-upstart.dpatch: Don't ignore failures from
apparmor-profile-load.
cups (1.4.5-2) unstable; urgency=low
[ Till Kamppeter ]
* debian/patches/cups-avahi.dpatch: Added patch from Tim Waugh from Red Hat
to implement full Avahi support, not only for printer discovery by the
"dnssd" backend but also for print queue broadcasting and browsing by the
scheduler (CUPS daemon). Fixes LP: #465916.
* debian/patches/dnssd-avahi.dpatch: Removed, is part of new
cups-avahi.dpatch.
* debian/patches/quiesce-bonjour-warning.dpatch: Removed, not needed any
more with the new cups-avahi.dpatch.
* debian/rules: Added "--with-local_protocols='CUPS dnssd'
--with-remote_protocols='CUPS dnssd'" to the command line of "./configure".
This adds support for DNS-SD-based browsing and broadcasting by default.
* debian/patches/configure-default-browse-protocols.dpatch: Fixed handling
of "--with-local_protocols=..." and "--with-remote_protocols=..." on the
command line of "./configure". Now (quoted) values with spaces, like
"CUPS dnssd" are treated correctly.
* debian/patches/usb-backend-no-segfault-on-bad-device-id.dpatch: Assure
that the device ID string read from a USB device can never be a mess: Try
other byte order for device ID string length also if length is too small,
empty the read device ID string if there is an IOCTL failure, reject ID
strings with unprintable characters, clean white space in the ID string,
and finally accept the empty ID string as an unknown device. This
overcomes the problem that USB-to-Parallel adapter cables do not
report back a usable ID string. With these changes it is at least possible
to use one adapter cable per computer if the cables do not report unique
serial numbers via libusb and any number of adapter cables if they do
report serial numbers via libusb. Real USB printers can always be used,
also if there are other printers connected with an adapter cable
(LP: #468701, LP: #564917).
[ Martin Pitt ]
* debian/local/apparmor-profile: Explicitly deny access to ttyUSB* to
silence noise. This is presumably an extra control channel for some USB
printers, but cupsd can't use it anyway. (LP: #692892)
* ubuntu-upstart.dpatch: Drop reloading of Samba. It didn't work in some
cases, and is better fixed in samba's upstart script (start cups in its
pre-start).
* debian/rules: Set LC_MESSAGES=C to avoid breaking the test suite in
non-English locales. This is a temporary fix until it is resolved upstream
(see http://www.cups.org/str.php?L3765).
[ Kees Cook ]
* ubuntu-upstart.dpatch: Use AppArmor profile loading helper. (LP: #690040)
Date: Tue, 08 Feb 2011 10:46:25 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Debian CUPS Maintainers <pkg-cups-devel at lists.alioth.debian.org>
Origin: debian/unstable
https://launchpad.net/ubuntu/natty/+source/cups/1.4.5-3
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Origin: debian/unstable
Format: 1.8
Date: Tue, 08 Feb 2011 10:46:25 +0100
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsdriver1 libcupsmime1 libcupsppdc1 cups cups-client libcups2-dev libcupsimage2-dev libcupscgi1-dev libcupsdriver1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common cups-ppdc cups-dbg cupsddk
Architecture: source
Version: 1.4.5-3
Distribution: natty
Urgency: low
Maintainer: Debian CUPS Maintainers <pkg-cups-devel at lists.alioth.debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description:
cups - Common UNIX Printing System(tm) - server
cups-bsd - Common UNIX Printing System(tm) - BSD commands
cups-client - Common UNIX Printing System(tm) - client programs (SysV)
cups-common - Common UNIX Printing System(tm) - common files
cups-dbg - Common UNIX Printing System(tm) - debugging symbols
cups-ppdc - Common UNIX Printing System(tm) - PPD manipulation utilities
cupsddk - Common UNIX Printing System (transitional package)
libcups2 - Common UNIX Printing System(tm) - Core library
libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
libcupscgi1 - Common UNIX Printing System(tm) - CGI library
libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI libra
libcupsdriver1 - Common UNIX Printing System(tm) - Driver library
libcupsdriver1-dev - Common UNIX Printing System(tm) - Development files driver librar
libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS image li
libcupsmime1 - Common UNIX Printing System(tm) - MIME library
libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME library
libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD library
Launchpad-Bugs-Fixed: 465916 468701 564917 668800 690040 692892 707592
Changes:
cups (1.4.5-3) unstable; urgency=low
.
[ Till Kamppeter ]
* debian/rules: Do not remove the /usr/share/cups/model/ directory, some
manufacturer-supplied printer drivers (like from Brother) still use it.
* debian/rules: Remove a cost factor change for pstops. It is not used any
more and overridden by
pstops-based-workflow-only-for-printing-ps-on-a-ps-printer.dpatch
* debian/local/filters/pdf-filters/filter/pdftoraster.cxx,
debian/local/filters/pdf-filters/conf/pdftoraster.convs,
debian/local/filters/pdf-filters/README,
debian/local/filters/pdf-filters/addtocups
debian/local/filters/pdf-filters/conf/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd,
debian/local/filters/pdf-filters/config-scripts/cups-pdf-filters.m4,
debian/local/filters/pdf-filters/removefromcups: Upstream changes of
the PDF filter add-on package:
o Added the Poppler-based pdftoraster filter. This filter is much faster
than the Ghostscript-based filter (LP: #668800).
o Cleaned up the sample PPD file for pdftoijs (does not go into the
Debian/Ubuntu package of CUPS).
* debian/rules: Rename the newly added Poppler-based pdftoraster filter
to pdftoraster-poppler to not conflict with Ghostscript's pdftoraster
and lower its cost factor so that it is prioritized against Ghostscript's
filter.
* debian/patches/cups-avahi.dpatch: Updated to fix assertion failure
(LP: #707592, Red Hat bug #672143).
.
[ Martin Pitt ]
* debian/patches/ubuntu-upstart.dpatch: Don't ignore failures from
apparmor-profile-load.
.
cups (1.4.5-2) unstable; urgency=low
.
[ Till Kamppeter ]
* debian/patches/cups-avahi.dpatch: Added patch from Tim Waugh from Red Hat
to implement full Avahi support, not only for printer discovery by the
"dnssd" backend but also for print queue broadcasting and browsing by the
scheduler (CUPS daemon). Fixes LP: #465916.
* debian/patches/dnssd-avahi.dpatch: Removed, is part of new
cups-avahi.dpatch.
* debian/patches/quiesce-bonjour-warning.dpatch: Removed, not needed any
more with the new cups-avahi.dpatch.
* debian/rules: Added "--with-local_protocols='CUPS dnssd'
--with-remote_protocols='CUPS dnssd'" to the command line of "./configure".
This adds support for DNS-SD-based browsing and broadcasting by default.
* debian/patches/configure-default-browse-protocols.dpatch: Fixed handling
of "--with-local_protocols=..." and "--with-remote_protocols=..." on the
command line of "./configure". Now (quoted) values with spaces, like
"CUPS dnssd" are treated correctly.
* debian/patches/usb-backend-no-segfault-on-bad-device-id.dpatch: Assure
that the device ID string read from a USB device can never be a mess: Try
other byte order for device ID string length also if length is too small,
empty the read device ID string if there is an IOCTL failure, reject ID
strings with unprintable characters, clean white space in the ID string,
and finally accept the empty ID string as an unknown device. This
overcomes the problem that USB-to-Parallel adapter cables do not
report back a usable ID string. With these changes it is at least possible
to use one adapter cable per computer if the cables do not report unique
serial numbers via libusb and any number of adapter cables if they do
report serial numbers via libusb. Real USB printers can always be used,
also if there are other printers connected with an adapter cable
(LP: #468701, LP: #564917).
.
[ Martin Pitt ]
* debian/local/apparmor-profile: Explicitly deny access to ttyUSB* to
silence noise. This is presumably an extra control channel for some USB
printers, but cupsd can't use it anyway. (LP: #692892)
* ubuntu-upstart.dpatch: Drop reloading of Samba. It didn't work in some
cases, and is better fixed in samba's upstart script (start cups in its
pre-start).
* debian/rules: Set LC_MESSAGES=C to avoid breaking the test suite in
non-English locales. This is a temporary fix until it is resolved upstream
(see http://www.cups.org/str.php?L3765).
.
[ Kees Cook ]
* ubuntu-upstart.dpatch: Use AppArmor profile loading helper. (LP: #690040)
Checksums-Sha1:
773146210450d49444e00f9b32f8ad37960d65f0 2718 cups_1.4.5-3.dsc
4566db96f276119ccdb592cf291d99b545edfdce 522506 cups_1.4.5-3.diff.gz
Checksums-Sha256:
e0e299b2c1e71351d06d7da719b1f408b255e4109ea2053fbd55af680d020e57 2718 cups_1.4.5-3.dsc
a5b38582eb0b2bb3c7ea5a2376c46cbc07d9f010b7d72e59d54c865738abeb76 522506 cups_1.4.5-3.diff.gz
Files:
8fe6627ba04d1f637a5b79e2352d32b4 2718 net optional cups_1.4.5-3.dsc
b8ca21c3f6c6428add65bb0edb2db813 522506 net optional cups_1.4.5-3.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJNURegAAoJEPmIJawmtHufGwQQAJa+dwmpCMmyZb9N5ofeNxFI
sQwZBgbDkxYA9U4fZ7Vwkr4rcCY8R6HB5lBCFzaYv6FQmHy7xHoS2AkPShUzRLrz
f8/IrhdWW72MnsbQEHvvnXPL2FPArgyf2Z8gtEGcz12oVCt59nnxPZ2aidbOPNMK
E0zE3rCgV3mHRpBSn3evYJNT811sABB+EdBShVCjGby0fUte311IKl0QxKLV1So1
1oKWs3XCAALcdHGBoTbeFelP+vjwyNcvZOYJeWBXynheob005UxIMiPYawOetL9C
3RvsNk4tnKCBAYxGndMSwwuAVlaQcGQ/lfwosnzxn2yhLzq3u5Xj+qzszR4vDolZ
4HirnIS0Z3RbF7jU2aEISOTh93kAWWRXxuqKaLgahPk0DUoy2PP6ikV/of+gU/0Y
vpVgEZogAqZ0XXgel5Blxnv0bveaZ8H5soNG4Uq8ykuZxhilVCLIjLVKL3D+6Hjs
2D4yDwD6I0by2vjQNu/cr+jqjk6Faoq5IeOJCZy0tP4tiKQyTKbbPitbbXprs2QF
f9lcEv9H+TqxQyJwvWGXFeYXpK60kFtnqaynwgGLwcD7cdGOURCEXT4/+kCE2CMJ
ABBBquOHE2BVSxzLZtxeOBt2YnM3aWrWrjUQlD/tD/I+9i/ZYQXbdfQMzLNrWQcI
h+l/F7UTuYDOOANYqozm
=csDD
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list