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)
This commit is contained in:
parent
0b6b0e53a5
commit
a841194143
3 changed files with 8 additions and 9 deletions
|
@ -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}/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue