pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print cups{, -base}: Update print/cups{, -base} to 2.2.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56db29269cae
branches:  trunk
changeset: 326564:56db29269cae
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Dec 10 07:54:49 2018 +0000

description:
cups{,-base}: Update print/cups{,-base} to 2.2.10

Changes
2.2.10
------
- CVE-2018-4700: Linux session cookies used a predictable random number seed.
- The `lpoptions` command now works with IPP Everywhere printers that have not
  yet been added as local queues (Issue #5045)
- Added USB quirk rules (Issue #5395, Issue #5443)
- The generated PPD files for IPP Everywhere printers did not contain the
  cupsManualCopies keyword (Issue #5433)
- Kerberos credentials might be truncated (Issue #5435)
- The handling of `MaxJobTime 0` did not match the documentation (Issue #5438)
- Incorporated the page accounting changes from CUPS 2.3 (Issue #5439)
- Fixed a bug adding a queue with the `-E` option (Issue #5440)
- Fixed a crash bug when mapping PPD duplex options to IPP attributes
  (rdar://46183976)

diffstat:

 print/cups-base/Makefile   |   3 +--
 print/cups-base/distinfo   |  10 +++++-----
 print/cups/Makefile        |   3 +--
 print/cups/Makefile.common |   4 ++--
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (59 lines):

diff -r d7802974b3c9 -r 56db29269cae print/cups-base/Makefile
--- a/print/cups-base/Makefile  Mon Dec 10 00:14:23 2018 +0000
+++ b/print/cups-base/Makefile  Mon Dec 10 07:54:49 2018 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2018/11/14 22:22:16 kleink Exp $
+# $NetBSD: Makefile,v 1.18 2018/12/10 07:54:49 leot Exp $
 
 .include "../../print/cups/Makefile.common"
 
 DISTNAME=      cups-${CUPS_VERS}-source
 PKGNAME=       cups-base-${CUPS_VERS}
-PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=apple/}
 
diff -r d7802974b3c9 -r 56db29269cae print/cups-base/distinfo
--- a/print/cups-base/distinfo  Mon Dec 10 00:14:23 2018 +0000
+++ b/print/cups-base/distinfo  Mon Dec 10 07:54:49 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2018/11/10 19:51:12 leot Exp $
+$NetBSD: distinfo,v 1.12 2018/12/10 07:54:49 leot Exp $
 
-SHA1 (cups-2.2.9-source.tar.gz) = 918a9dd5585a9bcd626f46377b26f041b6be9fc8
-RMD160 (cups-2.2.9-source.tar.gz) = cc8581c620020d44e9fb8da927025fc1d0446496
-SHA512 (cups-2.2.9-source.tar.gz) = 423d2a215a115d5f78ce73118e8a2e566662e5d7f8acbffea39e1bfefb2f48f94841c8b85d731b0786b682dc579df8dfb5508570225b5205a182fbb2cd6dd2a5
-Size (cups-2.2.9-source.tar.gz) = 10402885 bytes
+SHA1 (cups-2.2.10-source.tar.gz) = 6c9ae0eb292f4604109553795726c0184c8a0058
+RMD160 (cups-2.2.10-source.tar.gz) = b3fa17e6d3cf468afe05015318e67e0c70cc12be
+SHA512 (cups-2.2.10-source.tar.gz) = 1393987a263ebf20089dd3008ae4ed770a27a1f289032604eb9e18f2e863bd0e4215a70118f5a6d3940875625278b6798fbc9070e791ec559179c6cf7dc7b05f
+Size (cups-2.2.10-source.tar.gz) = 10403568 bytes
 SHA1 (patch-ae) = f34ec899f4816bdcf96ff315e001e3ac5a960200
 SHA1 (patch-af) = 6ae6ae6006387db69bf7c15f7c8500708c9e8f56
 SHA1 (patch-ai) = 2c1ca67ea6f6c1dedb4c8ff97736f328a2b9a7c6
diff -r d7802974b3c9 -r 56db29269cae print/cups/Makefile
--- a/print/cups/Makefile       Mon Dec 10 00:14:23 2018 +0000
+++ b/print/cups/Makefile       Mon Dec 10 07:54:49 2018 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.262 2018/11/14 22:22:16 kleink Exp $
+# $NetBSD: Makefile,v 1.263 2018/12/10 07:54:49 leot Exp $
 
-PKGREVISION= 2
 .include "../../print/cups/Makefile.common"
 
 PKGNAME=       cups-${CUPS_VERS}
diff -r d7802974b3c9 -r 56db29269cae print/cups/Makefile.common
--- a/print/cups/Makefile.common        Mon Dec 10 00:14:23 2018 +0000
+++ b/print/cups/Makefile.common        Mon Dec 10 07:54:49 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.5 2018/11/10 19:51:12 leot Exp $
+# $NetBSD: Makefile.common,v 1.6 2018/12/10 07:54:49 leot Exp $
 #
 # used by print/cups/Makefile
 # used by print/cups-base/Makefile
 
-CUPS_VERS=     2.2.9
+CUPS_VERS=     2.2.10
 DISTNAME=      cups-${CUPS_VERS}-source
 CATEGORIES=    print
 



Home | Main Index | Thread Index | Old Index