summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2020-05-02 11:47:16 +0000
committerleot <leot@pkgsrc.org>2020-05-02 11:47:16 +0000
commitc4b34e6af0325a07917f2c884226c9cd772bba08 (patch)
tree72750b6782015e8c7cd1b2075cdd2a88d3d989dd /print
parent2c3495d716984a5b1043e1e1ab8f665ab835e7d3 (diff)
downloadpkgsrc-c4b34e6af0325a07917f2c884226c9cd772bba08.tar.gz
cups: Update to 2.3.3
Changes: 2.3.3 ----- - CVE-2020-3898: The `ppdOpen` function did not handle invalid UI constraint. `ppdcSource::get_resolution` function did not handle invalid resolution strings. - CVE-2019-8842: The `ippReadIO` function may under-read an extension field. - Fixed WARNING_OPTIONS support for GCC 9.x 2.3.2 ----- - Localization updates.
Diffstat (limited to 'print')
-rw-r--r--print/cups-base/Makefile3
-rw-r--r--print/cups-base/distinfo10
-rw-r--r--print/cups/Makefile3
-rw-r--r--print/cups/Makefile.common4
4 files changed, 9 insertions, 11 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile
index c34a12d840f..4b41d15e21f 100644
--- a/print/cups-base/Makefile
+++ b/print/cups-base/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2020/03/10 22:08:57 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2020/05/02 11:47:16 leot Exp $
.include "../../print/cups/Makefile.common"
DISTNAME= cups-${CUPS_VERS}-source
PKGNAME= cups-base-${CUPS_VERS}
-PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/}
diff --git a/print/cups-base/distinfo b/print/cups-base/distinfo
index 2e4d93eca2b..a509103af25 100644
--- a/print/cups-base/distinfo
+++ b/print/cups-base/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2020/01/29 22:56:50 prlw1 Exp $
+$NetBSD: distinfo,v 1.19 2020/05/02 11:47:16 leot Exp $
-SHA1 (cups-2.3.1-source.tar.gz) = 8377dadf3d6c5500d13be153d32cb8c1fc0b956c
-RMD160 (cups-2.3.1-source.tar.gz) = f59f1d0aa7d3dffd821f2332ec7f1777f3f54fc8
-SHA512 (cups-2.3.1-source.tar.gz) = e3f3ad9e78c1c723d46cc2276957ac67495483882f639421203d9dad227eacbb1259717a92489e710995fdc89e2d575202e4b43117aff08ff1230dcf06674376
-Size (cups-2.3.1-source.tar.gz) = 8135891 bytes
+SHA1 (cups-2.3.3-source.tar.gz) = 7a01c9fba5d784eb61eda03fd40e513fd2a1b5b8
+RMD160 (cups-2.3.3-source.tar.gz) = e08afd09666e79d0416f46e14fb8c6b0a6beebd7
+SHA512 (cups-2.3.3-source.tar.gz) = 7d6f4a01794c5599cc71525778ea785fd17271c31ac146a56e8fc374a88f99e4035d018dae48e37e541455e9cc93b302e892b2e93ec558c1b4bfc46dad68c92d
+Size (cups-2.3.3-source.tar.gz) = 8140741 bytes
SHA1 (patch-ae) = b81d7a2ce457f0d6994d6a084c63aa0a870bb881
SHA1 (patch-af) = 6ae6ae6006387db69bf7c15f7c8500708c9e8f56
SHA1 (patch-ai) = 2c1ca67ea6f6c1dedb4c8ff97736f328a2b9a7c6
diff --git a/print/cups/Makefile b/print/cups/Makefile
index ed614eb14b9..ca450e3f639 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.268 2020/03/10 22:10:50 wiz Exp $
+# $NetBSD: Makefile,v 1.269 2020/05/02 11:47:16 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 5f1513ac044..d2eddc8d2ee 100644
--- a/print/cups/Makefile.common
+++ b/print/cups/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.10 2020/01/02 15:21:32 leot Exp $
+# $NetBSD: Makefile.common,v 1.11 2020/05/02 11:47:16 leot Exp $
#
# used by print/cups/Makefile
# used by print/cups-base/Makefile
-CUPS_VERS= 2.3.1
+CUPS_VERS= 2.3.3
DISTNAME= cups-${CUPS_VERS}-source
CATEGORIES= print