diff options
author | markd <markd@pkgsrc.org> | 2007-08-15 04:15:10 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-08-15 04:15:10 +0000 |
commit | 66b16d3c3801a855d31afd18d27b0f3619ab8333 (patch) | |
tree | 010202fce8ed0dced1142e2ec609865b0c2ee395 /print | |
parent | 4b624149a636ee929dc9d6dc5b7dbb1d9b36c2ed (diff) | |
download | pkgsrc-66b16d3c3801a855d31afd18d27b0f3619ab8333.tar.gz |
Update cups to 1.2.12
CUPS 1.2.12 fixes several file typing issues, a bad error message in the
scheduler, a web interface setting problem, and a bug in the PHP language
binding. It also includes an updated Italian translation. Changes include:
* The PHP cups_print_file() function crashed if the options array
contained non-string option values
* The image/tiff file matching rule incorrectly identified some text files
as TIFF files
* The filter(7) man page incorrectly documented the "PAGE: total #-pages"
message
* PCL text files were mis-identified as HP-GL/2 and caused the HP-GL/2
filter to hang
* When printing to a queue with user ACLs, the scheduler incorrectly
returned a quota error instead of a "not allowed to print" error
* cupsaddsmb could get in a loop if no printer drivers were installed
* cupsRasterReadHeader() did not byte-swap the header properly when
compiled with certain versions of GCC.
* The IPP backend did not send the document-format attribute for filtered
jobs
* Some PPD files could cause a crash in ppdOpen2
* The web admin interface incorrectly handled the "share printers" and
"show remote printers" settings
* The scheduler's log messages about AuthClass and AuthGroupName advised
using a replacement directive but had the wrong syntax
* Updated the PostScript/PJL and HP-GL/2 MIME rules to look in the first
4k of the file, not just the first 1k
* Updated the Italian localization
Diffstat (limited to 'print')
-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 0e5fcde80ac..8a88289e916 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2007/07/04 20:54:55 jlam Exp $ +# $NetBSD: Makefile,v 1.125 2007/08/15 04:15:10 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.11 +BASE_VERS= 1.2.12 DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} CATEGORIES= print diff --git a/print/cups/distinfo b/print/cups/distinfo index 30b230683d0..47fffe24291 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.51 2007/06/06 11:14:27 markd Exp $ +$NetBSD: distinfo,v 1.52 2007/08/15 04:15:10 markd Exp $ -SHA1 (cups-1.2.11-source.tar.bz2) = 4635dc423e3fc061df10d6af5ba60aaceb03d34b -RMD160 (cups-1.2.11-source.tar.bz2) = c5471c205a6ebb7ba0c2067b89769282e1a044a1 -Size (cups-1.2.11-source.tar.bz2) = 3774113 bytes +SHA1 (cups-1.2.12-source.tar.bz2) = 11a540f76a1d3164b6636bf8ba47928803ad9356 +RMD160 (cups-1.2.12-source.tar.bz2) = 598270e37ff8a9b9ff1e667066d6f7e120493e32 +Size (cups-1.2.12-source.tar.bz2) = 3788301 bytes SHA1 (patch-aa) = 51ff6e66f881e445adca768d4cf2f6bd18fc36dd SHA1 (patch-ab) = f4e587f328390c550bbb70e24d7c2a90c4c73557 SHA1 (patch-ac) = 02fab706563f7ba01d66530f9462759689c09f04 |