diff options
author | markd <markd@pkgsrc.org> | 2007-03-18 13:17:53 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-03-18 13:17:53 +0000 |
commit | f63e86d18a7fdde9dcae9c5c3abf67eef6d047bd (patch) | |
tree | 8a574c3ce3ee7abb03a26ab270342888c796e9da /print/cups | |
parent | ba6444594c323b6a2ffa8ee511510ba8db2c34b0 (diff) | |
download | pkgsrc-f63e86d18a7fdde9dcae9c5c3abf67eef6d047bd.tar.gz |
Update cups to 1.2.9
CUPS 1.2.9 fixes several printing issues and scheduler crash bug.
Changes include:
* The scheduler did not use the default job-sheets (banners) for implicit
classes
* The scheduler could crash when listing complete jobs that had been
unloaded from memory
* The French localization was doubled up
* Build system fixes for several platforms
* The scheduler's openssl certificate generation code was broken on some
platforms
* The scheduler's log rotation check for devices was broken
* The LPD mini-daemon did not handle the document-format option correctly
* The pdftops filter ignored the "match" size option in the pdftops.conf
file
* cupstestppd now validates UTF-8 text strings in globalized PPD files
* The outputorder=reverse option did not work with all printers
* Classes containing other classes did not always work
* Printer location and description information was lost if the
corresponding string contained the "#" character
* cupsRemoveOption() did not work properly
* The USB backend did not work with some USB to parallel cables on Mac OSX.
* The test page did not print the rulers properly on large media sizes
* The text filter could crash when pretty printing certain types of files
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 4 | ||||
-rw-r--r-- | print/cups/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 1821d4f7a85..4634b233d2a 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2007/03/14 12:29:03 markd Exp $ +# $NetBSD: Makefile,v 1.117 2007/03/18 13:17:53 markd Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -6,7 +6,7 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} -BASE_VERS= 1.2.8 +BASE_VERS= 1.2.9 DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} CATEGORIES= print diff --git a/print/cups/distinfo b/print/cups/distinfo index b6873021916..5682d1cbe42 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2007/03/15 19:01:12 joerg Exp $ +$NetBSD: distinfo,v 1.47 2007/03/18 13:17:53 markd Exp $ -SHA1 (cups-1.2.8-source.tar.bz2) = 690890b7d2f779a872e1464fd354498f7da72fee -RMD160 (cups-1.2.8-source.tar.bz2) = 43d23bd6ef1f396d57f4b57089e6e31fe1304346 -Size (cups-1.2.8-source.tar.bz2) = 3632509 bytes +SHA1 (cups-1.2.9-source.tar.bz2) = 58e67800103e699b4699f17db41da33ddea360fb +RMD160 (cups-1.2.9-source.tar.bz2) = 8af1323a8006c3736a15c25c89773292a129161d +Size (cups-1.2.9-source.tar.bz2) = 3617594 bytes SHA1 (patch-aa) = 51ff6e66f881e445adca768d4cf2f6bd18fc36dd SHA1 (patch-ab) = f4e587f328390c550bbb70e24d7c2a90c4c73557 SHA1 (patch-ac) = 02fab706563f7ba01d66530f9462759689c09f04 |