Subject: CVS commit: pkgsrc/print/cups
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 02/18/2002 13:26:16
Module Name: pkgsrc
Committed By: martti
Date: Mon Feb 18 11:26:16 UTC 2002
Modified Files:
pkgsrc/print/cups: Makefile PLIST distinfo
pkgsrc/print/cups/patches: patch-ab
Log Message:
Updated cups to 1.1.14
- The ippRead() function did not verify that the
attribute name length or string with language value
was not larger than the read buffer.
- The scheduler set the signal handlers before loading
the configuration files the first time; this prevented
the RunAsUser directive from blocking server reloads.
- Added Swedish message catalog.
- The parallel backend now recognizes the /dev/printers
device directory under Linux 2.4.x.
- MacOS X fixes.
- The cupsaddsmb utility sent the server name after the
user information when executing the rpcclient program.
This caused problems with some versions of SAMBA
2.2.x.
- The IPP backend did not pass the requesting user name
when checking on the print job status. This prevented
it from waiting for the job to complete when
communicating with some IPP implementations that
require it.
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 pkgsrc/print/cups/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/print/cups/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/print/cups/distinfo
cvs rdiff -r1.13 -r1.14 pkgsrc/print/cups/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.