diff options
author | leot <leot@pkgsrc.org> | 2016-02-07 11:29:30 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-02-07 11:29:30 +0000 |
commit | d3a4a4927ccef9fd1e2e4a137b845e692e9f9f48 (patch) | |
tree | 72511b1d70e64b043e9a630294a13e5a56f7d61b /print | |
parent | a87bbdfb909fb453f2d062838ac8d58c3f9943b2 (diff) | |
download | pkgsrc-d3a4a4927ccef9fd1e2e4a137b845e692e9f9f48.tar.gz |
Update print/cups to cups-2.1.3.
Changes:
CHANGES IN CUPS V2.1.3
- The default password function did not work on some platforms
(STR #4750)
- The scheduler should not exit under memory pressure
(<rdar://problem/23255001>)
- The EPL2 and ZPL sample drivers did not properly support the CutMedia
option.
- Pending subscriptions would prevent the scheduler from idle exiting
(STR #4754)
- Fixed some issues in ipptool for skipped tests
(<rdar://problem/24137160>)
- The "lp -H resume" command did not reset the "job-state-reasons"
attribute value (STR #4752)
- The scheduler did not allow access to resource files (icons, etc.)
when the web interface was disabled (STR #4755)
- Localization fix (STR #4756)
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 5 | ||||
-rw-r--r-- | print/cups/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 6a6a0827528..a560dd9536d 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.225 2016/01/03 19:56:18 bsiegert Exp $ +# $NetBSD: Makefile,v 1.226 2016/02/07 11:29:30 leot 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,9 +6,8 @@ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${DIST_VERS:S/-/./g} -BASE_VERS= 2.1.2 +BASE_VERS= 2.1.3 DIST_VERS= ${BASE_VERS} -PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.cups.org/software/${BASE_VERS}/ EXTRACT_SUFX= .tar.bz2 diff --git a/print/cups/distinfo b/print/cups/distinfo index 7418024fb50..2e31896f399 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.115 2016/01/03 19:56:18 bsiegert Exp $ +$NetBSD: distinfo,v 1.116 2016/02/07 11:29:30 leot Exp $ -SHA1 (cups-2.1.2-source.tar.bz2) = 7b5bcd0da7a11185ab01f5ab5cd8d1168c7c8b3f -RMD160 (cups-2.1.2-source.tar.bz2) = 91307395a9d027d10f9bb89d8c8326c54b27cdf4 -SHA512 (cups-2.1.2-source.tar.bz2) = c1bd15acdd8ac55a731c9267f0dcf9159a02c3a895d4b032b0e0d0bbb1189eb4b3b4600a9f025a8359a55ce93a5911014058f361f2bc954d1fb2cdbf219e183d -Size (cups-2.1.2-source.tar.bz2) = 8831726 bytes +SHA1 (cups-2.1.3-source.tar.bz2) = bba3c97e58902f883f22784aff669968d1231dd7 +RMD160 (cups-2.1.3-source.tar.bz2) = 806bbb2f584799869427ed13c790c39ea7fa259e +SHA512 (cups-2.1.3-source.tar.bz2) = 5cc715b8521b4d6af29a97a8abf7a1b0973840c00727ee8e7926e89a4a9da8e67565d14cc4b57ab7cfb40b238d4faaed7608b9ab95947cc3671ed87b710f8f36 +Size (cups-2.1.3-source.tar.bz2) = 8832400 bytes SHA1 (patch-ae) = 04f314bbbb05538b67a0f68adc241a09e836a4e2 SHA1 (patch-af) = 6ae6ae6006387db69bf7c15f7c8500708c9e8f56 SHA1 (patch-ai) = 2c1ca67ea6f6c1dedb4c8ff97736f328a2b9a7c6 |