pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups Update cups to 1.2.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22889ceda6cb
branches:  trunk
changeset: 532259:22889ceda6cb
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Aug 15 04:15:10 2007 +0000

description:
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:

 print/cups/Makefile |  4 ++--
 print/cups/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r d5e9f74c467d -r 22889ceda6cb print/cups/Makefile
--- a/print/cups/Makefile       Wed Aug 15 03:54:24 2007 +0000
+++ b/print/cups/Makefile       Wed Aug 15 04:15:10 2007 +0000
@@ -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 -r d5e9f74c467d -r 22889ceda6cb print/cups/distinfo
--- a/print/cups/distinfo       Wed Aug 15 03:54:24 2007 +0000
+++ b/print/cups/distinfo       Wed Aug 15 04:15:10 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index