[ubuntu/natty] cups 1.4.4-7 (Accepted)
Martin Pitt
martin.pitt at ubuntu.com
Fri Nov 12 10:25:34 GMT 2010
cups (1.4.4-7) unstable; urgency=low
[ Till Kamppeter ]
* debian/local/filters/pdf-filters/pdftopdf/parseargs.c,
debian/local/filters/pdf-filters/pdftopdf/parseargs.cxx,
debian/local/filters/pdf-filters/pdftopdf/parseargs.h,
debian/local/filters/pdf-filters/pdftopdf/Makefile: Made pdftopdf
building with Poppler 0.15.x. Thanks to Koji Otani for this patch.
* debian/control: Added dependency on "cups-ppdc" package to the "cups"
package, so that the PPDs of the drivers which come with CUPS get built
(LP: #485383).
[ Martin Pitt ]
* ubuntu-upstart.dpatch: Wait until daemon is ready, to avoid race
conditions with init scripts which expect cups tools to work right after
restarting it. (LP: #647369)
* ubuntu-upstart.dpatch: If D-BUS is not available, start on runlevels 2 to
5, so that this also works in server environments. (LP: #650893)
* debian/local/apparmor-profile: Allow access to /usr/local/lib/cups/**.
(LP: #160092)
* debian/local/apparmor-profile: Allow reading /usr/local/**, in case
third-party printer drivers need auxiliary files.
* debian/local/apparmor-profile: Allow reading /var/run/**. (LP: #659961)
* ubuntu-upstart.dpatch: Time out after 5 seconds when the local socket
doesn't get created. Apparently a lot of users disable it in cupsd.conf.
(LP: #672438)
* debian/local/filters/pdf-filters/addtocups: Link pdftoijs with $(CXX),
since it's a C++ program. Fixes FTBFS with gcc 4.5.
* debian/local/filters/pdf-filters/pdftopdf/Makefile: Explicitly pdftopdf
with -lz. gcc 4.5 does not automatically link to transitive library
dependencies any more.
* drop_unnecessary_dependencies.dpatch: Drop hunk for reduced krb5/gssapi
linkage. With gcc 4.5, we now need -lkrb5.
[ Marc Deslauriers ]
* Add CVE-2010-2941.dpatch: Fix denial of service and possible code execution
via invalid free. Skip over and reserve unused tags in cups/ipp.{c,h}.
[CVE-2010-2941]
Date: Fri, 12 Nov 2010 11:07:33 +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.4-7
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Origin: debian/unstable
Format: 1.8
Date: Fri, 12 Nov 2010 11:07:33 +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.4-7
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: 160092 485383 647369 650893 659961 672438
Changes:
cups (1.4.4-7) unstable; urgency=low
.
[ Till Kamppeter ]
* debian/local/filters/pdf-filters/pdftopdf/parseargs.c,
debian/local/filters/pdf-filters/pdftopdf/parseargs.cxx,
debian/local/filters/pdf-filters/pdftopdf/parseargs.h,
debian/local/filters/pdf-filters/pdftopdf/Makefile: Made pdftopdf
building with Poppler 0.15.x. Thanks to Koji Otani for this patch.
* debian/control: Added dependency on "cups-ppdc" package to the "cups"
package, so that the PPDs of the drivers which come with CUPS get built
(LP: #485383).
.
[ Martin Pitt ]
* ubuntu-upstart.dpatch: Wait until daemon is ready, to avoid race
conditions with init scripts which expect cups tools to work right after
restarting it. (LP: #647369)
* ubuntu-upstart.dpatch: If D-BUS is not available, start on runlevels 2 to
5, so that this also works in server environments. (LP: #650893)
* debian/local/apparmor-profile: Allow access to /usr/local/lib/cups/**.
(LP: #160092)
* debian/local/apparmor-profile: Allow reading /usr/local/**, in case
third-party printer drivers need auxiliary files.
* debian/local/apparmor-profile: Allow reading /var/run/**. (LP: #659961)
* ubuntu-upstart.dpatch: Time out after 5 seconds when the local socket
doesn't get created. Apparently a lot of users disable it in cupsd.conf.
(LP: #672438)
* debian/local/filters/pdf-filters/addtocups: Link pdftoijs with $(CXX),
since it's a C++ program. Fixes FTBFS with gcc 4.5.
* debian/local/filters/pdf-filters/pdftopdf/Makefile: Explicitly pdftopdf
with -lz. gcc 4.5 does not automatically link to transitive library
dependencies any more.
* drop_unnecessary_dependencies.dpatch: Drop hunk for reduced krb5/gssapi
linkage. With gcc 4.5, we now need -lkrb5.
.
[ Marc Deslauriers ]
* Add CVE-2010-2941.dpatch: Fix denial of service and possible code execution
via invalid free. Skip over and reserve unused tags in cups/ipp.{c,h}.
[CVE-2010-2941]
Checksums-Sha1:
fcd4e8400902f037b5e604a130f5701c49bd0880 2718 cups_1.4.4-7.dsc
3a78828dbec8dc36095d392ca67e1b15e400d39b 495538 cups_1.4.4-7.diff.gz
Checksums-Sha256:
76d4d9ac82016d389105755f6d275fd7937a09b389cf94b454b8719d6da553d8 2718 cups_1.4.4-7.dsc
98dfc437c69572158189814d735ea5acb2f0cee1b7e5c234a7c18288a0e76762 495538 cups_1.4.4-7.diff.gz
Files:
1bf2b998c2621670d9d806b96aeff5b9 2718 net optional cups_1.4.4-7.dsc
e5630b18642a3ba284257d9c54f2b133 495538 net optional cups_1.4.4-7.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJM3RUbAAoJEPmIJawmtHufr5MP/ixFCleacpURGWOQTl0bN1ZX
xgjahQZd+T2KM1iFjIY2IksXm9EaokT9GwnY45SFyGZDS7gxtZOaJ9pgUAQ763k8
PS4cFehthTp33cJ+2ii4K0Quy1n+KxOw16t2yFluWfJ/2leNQ2Uf/vl4U2ESno6t
Ix8b+SfKt0oLbpZFfid5dUiY8psKG8Rohvcfxs0TCHmQD4V6eJDL/p3zEZaptxPx
958M1AYX5LRb2tmaG5zbK2CInynJ/04ndEwgd+sg3L6LaLj7g1TaqhcbltOTPm5H
ypVEJ05uOat5cUyw6HQ3ajzjP92R0vrPPCDIjsC2gb5TladAPEzHCcXeBYa6YCt4
HxLhxd6ohgl/zoiQM6GrCy/fC1mzEp71v6sfvgOKAvJoszAitYy+oaGWn9sS0V64
K9LFIVYvSKLwmg8iUhM1JkYnyFOY4M4Do3xDd5RtstU/uZGcbMp0VgwQsTCbujic
mWEPryncpOl9FfbOjDcLGrLe8pfI7GZ9wxRS1CyRj27RQPkijr+952YBLlPsTTgC
Ntrm1Ht6WwZRgbhgavVozCYWhuZzhG3vjJW8cG3rjKKNHpVTJ5fCiYF2j0Ml7jPz
jTx11cQqgmCe8g2Aj/NvWBsZo8a6UnsVwRnSEmRSxYAigupx1bFQIuSkhKxej4eO
pFXb+xkeRhjzq1ok5XYv
=syv1
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list