summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-12-10 07:54:49 +0000
committerleot <leot@pkgsrc.org>2018-12-10 07:54:49 +0000
commit3dd72aa5940341754c71469f6d80473539df4a33 (patch)
tree1d08bc69253db55d0e498f1e5471bd37e7f826f6 /print/cups
parent32ae219796cad443f4fcd74928caa08386a5514b (diff)
downloadpkgsrc-3dd72aa5940341754c71469f6d80473539df4a33.tar.gz
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 (limited to 'print/cups')
-rw-r--r--print/cups/Makefile3
-rw-r--r--print/cups/Makefile.common4
2 files changed, 3 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 64568e41ff4..38b280a73a0 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -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 --git a/print/cups/Makefile.common b/print/cups/Makefile.common
index 05143d4f212..a6a549fbe1f 100644
--- a/print/cups/Makefile.common
+++ b/print/cups/Makefile.common
@@ -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