Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print cups: Update to 2.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78b21d91c9cc
branches:  trunk
changeset: 430607:78b21d91c9cc
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat May 02 11:47:16 2020 +0000

description:
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:

 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 829e260470bb -r 78b21d91c9cc print/cups-base/Makefile
--- a/print/cups-base/Makefile  Sat May 02 11:43:09 2020 +0000
+++ b/print/cups-base/Makefile  Sat May 02 11:47:16 2020 +0000
@@ -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 -r 829e260470bb -r 78b21d91c9cc print/cups-base/distinfo
--- a/print/cups-base/distinfo  Sat May 02 11:43:09 2020 +0000
+++ b/print/cups-base/distinfo  Sat May 02 11:47:16 2020 +0000
@@ -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 -r 829e260470bb -r 78b21d91c9cc print/cups/Makefile
--- a/print/cups/Makefile       Sat May 02 11:43:09 2020 +0000
+++ b/print/cups/Makefile       Sat May 02 11:47:16 2020 +0000
@@ -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 -r 829e260470bb -r 78b21d91c9cc print/cups/Makefile.common
--- a/print/cups/Makefile.common        Sat May 02 11:43:09 2020 +0000
+++ b/print/cups/Makefile.common        Sat May 02 11:47:16 2020 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index