pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat May  2 11:47:16 UTC 2020

Modified Files:
        pkgsrc/print/cups: Makefile Makefile.common
        pkgsrc/print/cups-base: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 pkgsrc/print/cups/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/print/cups/Makefile.common
cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/cups-base/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/cups-base/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups/Makefile
diff -u pkgsrc/print/cups/Makefile:1.268 pkgsrc/print/cups/Makefile:1.269
--- pkgsrc/print/cups/Makefile:1.268    Tue Mar 10 22:10:50 2020
+++ pkgsrc/print/cups/Makefile  Sat May  2 11:47:16 2020
@@ -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}

Index: pkgsrc/print/cups/Makefile.common
diff -u pkgsrc/print/cups/Makefile.common:1.10 pkgsrc/print/cups/Makefile.common:1.11
--- pkgsrc/print/cups/Makefile.common:1.10      Thu Jan  2 15:21:32 2020
+++ pkgsrc/print/cups/Makefile.common   Sat May  2 11:47:16 2020
@@ -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
 

Index: pkgsrc/print/cups-base/Makefile
diff -u pkgsrc/print/cups-base/Makefile:1.30 pkgsrc/print/cups-base/Makefile:1.31
--- pkgsrc/print/cups-base/Makefile:1.30        Tue Mar 10 22:08:57 2020
+++ pkgsrc/print/cups-base/Makefile     Sat May  2 11:47:16 2020
@@ -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/}
 

Index: pkgsrc/print/cups-base/distinfo
diff -u pkgsrc/print/cups-base/distinfo:1.18 pkgsrc/print/cups-base/distinfo:1.19
--- pkgsrc/print/cups-base/distinfo:1.18        Wed Jan 29 22:56:50 2020
+++ pkgsrc/print/cups-base/distinfo     Sat May  2 11:47:16 2020
@@ -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



Home | Main Index | Thread Index | Old Index