diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-06 06:56:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-06 06:56:33 +0000 |
commit | b6d277dc30bccbe21e63728bb6def8e681ba5210 (patch) | |
tree | e9f79f0ebc30fa9e5f5094c27a26e0c579892698 /print/cups | |
parent | 96aa09e032dbc002614e5da1208e7d0a42dd9b35 (diff) | |
download | pkgsrc-b6d277dc30bccbe21e63728bb6def8e681ba5210.tar.gz |
Update to 2.0.4:
CHANGES IN CUPS V2.0.4
- Fixed a bug in cupsRasterWritePixels (STR #4650)
- Fixed redirection in the web interface (STR #4538)
- The IPP backend did not respond to side-channel requests (STR #4645)
- The scheduler did not start all pending jobs at once (STR #4646)
- The web search incorrectly searched time-at-xxx values (STR #4652)
- Fixed an RPM spec file issue (STR #4657)
- The scheduler incorrectly started jobs while canceling multiple jobs
(STR #4648)
- Fixed processing of server overrides without port numbers (STR #4675)
- Documentation changes (STR #4651, STR #4674)
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 5 | ||||
-rw-r--r-- | print/cups/PLIST | 4 | ||||
-rw-r--r-- | print/cups/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 07f12326f0d..bb8a2679bc8 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.221 2015/06/19 08:20:43 wiz Exp $ +# $NetBSD: Makefile,v 1.222 2015/08/06 06:56:33 wiz 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,8 +6,7 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${DIST_VERS:S/-/./g} -PKGREVISION= 1 -BASE_VERS= 2.0.3 +BASE_VERS= 2.0.4 DIST_VERS= ${BASE_VERS} CATEGORIES= print MASTER_SITES= http://www.cups.org/software/${BASE_VERS}/ diff --git a/print/cups/PLIST b/print/cups/PLIST index aa0e0485884..8cddf6bb431 100644 --- a/print/cups/PLIST +++ b/print/cups/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.48 2015/06/12 11:02:35 wiz Exp $ +@comment $NetBSD: PLIST,v 1.49 2015/08/06 06:56:33 wiz Exp $ bin/cancel bin/cups-config bin/cupstestdsc @@ -90,6 +90,7 @@ man/man5/classes.conf.5 man/man5/client.conf.5 man/man5/cups-files.conf.5 man/man5/cups-snmp.conf.5 +man/man5/cupsd-logs.5 man/man5/cupsd.conf.5 man/man5/ipptoolfile.5 man/man5/mailto.conf.5 @@ -111,7 +112,6 @@ man/man8/cupsaccept.8 man/man8/cupsaddsmb.8 man/man8/cupsctl.8 man/man8/cupsd-helper.8 -man/man8/cupsd-logs.8 man/man8/cupsd.8 man/man8/cupsdisable.8 man/man8/cupsenable.8 diff --git a/print/cups/distinfo b/print/cups/distinfo index 60a11c62de9..eaad4c716b8 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.110 2015/06/12 11:02:35 wiz Exp $ +$NetBSD: distinfo,v 1.111 2015/08/06 06:56:33 wiz Exp $ -SHA1 (cups-2.0.3-source.tar.bz2) = 3de556237dcb7c9f3df0eb853a53cb93e1879a8f -RMD160 (cups-2.0.3-source.tar.bz2) = 0885debd2440e96aa5b5d7a6433dc85ffb45fe2f -Size (cups-2.0.3-source.tar.bz2) = 8797220 bytes +SHA1 (cups-2.0.4-source.tar.bz2) = adadff7ebf31a589651ca50567c8b4da7318dc19 +RMD160 (cups-2.0.4-source.tar.bz2) = ecb387686e4d216f63d68b59948d38492eeb404b +Size (cups-2.0.4-source.tar.bz2) = 8799274 bytes SHA1 (patch-ae) = e8f4bbbbbe43cd5f6f9236e10d7241caeaedc3a3 SHA1 (patch-af) = 1bac8b3ae3c44034be6fa6d2878f10d7f89cd1ce SHA1 (patch-ai) = 2c1ca67ea6f6c1dedb4c8ff97736f328a2b9a7c6 |