Subject: CVS commit: pkgsrc/print/cups/patches
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 12/15/2001 01:18:16
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Dec 14 23:18:16 UTC 2001

Modified Files:
	doc: pkg-CHANGES
	pkgsrc/print/cups: Makefile PLIST distinfo
	pkgsrc/print/cups/patches: patch-ab patch-ag

Log Message:
Update print/cups to 1.1.12.  Relevant changes from version 1.1.10.1 include:

- Bug fixes.
- Start of internationalization support for banner and PPD files.
- Added support for embedded TrueType fonts in PDF files.
- Added support for PostScript functions in PDF files.
- Added new "cupsaddsmb" utility for exporting CUPS printer drivers to
  SAMBA/Windows clients.
- The ippRead() and ipp_read_file() functions could not handle more than
  IPP_MAX_VALUES (100) values in a 1setOf attribute.  These functions have
  been updated to dynamically allocate more memory as needed, and the
  IPP_MAX_VALUES constant now represents the allocation increment.  [this
  caused some versions of the GIMP-print drivers to fail since the number
  of media options exceeded 100...]
- The web interfaces did not always quote < and & in things like the job
  title.  This had the potential for browser-based security violations (on
  the browser's machine); bug report from SuSE.
- The scheduler now treats unauthenticated usernames as case-insensitive
  when doing quota and allow/deny processing.
- The PostScript filter (pstops) now handles EPS files, adding a showpage
  command to the files as needed.
- The cups-lpd mini-daemon did not support anonymous printing (no username
  specified).  While the username is REQUIRED by RFC-1179, MacOS clients do
  not send the REQUIRED username information when printing via LPD.
- The httpConnect*() functions now try all available addresses for a host
  when connecting for the first time.


To generate a diff of this commit:
cvs rdiff -r1.5580 -r1.5581 doc/pkg-CHANGES
cvs rdiff -r1.42 -r1.43 pkgsrc/print/cups/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/print/cups/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/print/cups/distinfo
cvs rdiff -r1.11 -r1.12 pkgsrc/print/cups/patches/patch-ab
cvs rdiff -r1.9 -r1.10 pkgsrc/print/cups/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.