diff options
author | martti <martti@pkgsrc.org> | 2002-02-18 11:26:15 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-02-18 11:26:15 +0000 |
commit | 332da6626c7161ccffacd8a4b5c39a3a346e5572 (patch) | |
tree | 289c2723e7de3ee22170bca4862faec2b2663328 /print/cups/Makefile | |
parent | 59f97621da03fdbc531310bb0c1d47cfe40b90c7 (diff) | |
download | pkgsrc-332da6626c7161ccffacd8a4b5c39a3a346e5572.tar.gz |
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.
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index b16f0ca7880..8dc66929300 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2002/01/31 17:51:26 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2002/02/18 11:26:15 martti Exp $ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} -BASE_VERS= 1.1.13 +BASE_VERS= 1.1.14 DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} WRKSRC= ${WRKDIR}/cups-${BASE_VERS} |