diff options
author | jlam <jlam> | 2001-05-24 03:17:18 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-24 03:17:18 +0000 |
commit | e0d6e44c1ecca66cfc4eddbd3899485882c68c42 (patch) | |
tree | b11ab30ee9e609cdd014dceda95803fb284ee80c | |
parent | d7567ff6e64d7b480a1d464317ff87cd2c0b9bd5 (diff) | |
download | pkgsrc-e0d6e44c1ecca66cfc4eddbd3899485882c68c42.tar.gz |
Update cups to 1.1.8. Relevant changes from version 1.1.7 include:
- The scheduler might restart a stopped printer after stopping a print job.
- The IPP backend did not handle the client-error-not-found error when
checking the status of the job that was sent. This caused remote queues
to stop on client machines when the server had job history disabled.
- Added httpConnectEncrypt() function to avoid performance penalty for
setting up encrypted connections initially.
- Jobs weren't queued to remote classes (fix from Richard Begg.)
- Fixed the pstops fix for GNOME output - no longer use the page numbers in
the %%Page: comment since GNOME puts a filename instead (!?@!#?!).
- The imagetops filter produced PAGE: messages when generating PostScript for
a non-PostScript printer (only affects page-label and Classification
options.)
- The updated pdftops filter was looking for an options file called xpdf.conf
instead of pdftops.conf.
- The scheduler would not force the default job sheets for printers to the
current classification setting.
- Added a new ippFindNextAttribute() function to the CUPS API.
- ppdEmitJCL() now strips any leading path info from the title string. This
is only an issue for non-CUPS clients that don't do this already...
- Other pstops fixed from Helge Blischke for printing non-conforming
documents.
- The MaxJobs parameter was not reset when loading the cupsd.conf file.
-rw-r--r-- | print/cups/Makefile | 6 | ||||
-rw-r--r-- | print/cups/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 5988e6ab485..016409eac83 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.28 2001/05/22 09:32:24 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2001/05/24 03:17:18 jlam Exp $ DISTNAME= cups-${VERS}-source PKGNAME= cups-${VERS} -VERS= 1.1.7 +VERS= 1.1.8 WRKSRC= ${WRKDIR}/cups-${VERS} CATEGORIES= print MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${VERS}/ \ ftp://ftp2.easysw.com/pub/cups/${VERS}/ \ - ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/cups/${VERS}/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERS}/ \ ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERS}/ \ ftp://ftp.ntua.gr/pub/gnu/cups/${VERS}/ \ ftp://ftp.fisek.com.tr/pub/cups/${VERS}/ diff --git a/print/cups/distinfo b/print/cups/distinfo index dfdda301ea7..a2f6c3801ed 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/05/15 17:43:20 jlam Exp $ +$NetBSD: distinfo,v 1.4 2001/05/24 03:17:18 jlam Exp $ -SHA1 (cups-1.1.7-source.tar.bz2) = 5b8f6938838e70eaa8fe03c59c45af6aae3824e2 -Size (cups-1.1.7-source.tar.bz2) = 5377455 bytes +SHA1 (cups-1.1.8-source.tar.bz2) = 4039415164266be847aa2085f1a1781529f64164 +Size (cups-1.1.8-source.tar.bz2) = 5378746 bytes SHA1 (patch-aa) = 19ff305dc89ad4ffce750af36b68a11e06247912 SHA1 (patch-ab) = b1d7878e470af8f84a42162275562d28773d94bf SHA1 (patch-ac) = 087cffe07d650df4632fc3700ef0f7afb8016c57 |