Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2020 11:05:17 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540026 - in head/print/cups: . files
Message-ID:  <202006241105.05OB5HF6037129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Jun 24 11:05:16 2020
New Revision: 540026
URL: https://svnweb.freebsd.org/changeset/ports/540026

Log:
  Fix the fix for CVE-2020-3898.

Added:
  head/print/cups/files/patch-ppdc_ppdc-source.cxx   (contents, props changed)
Modified:
  head/print/cups/Makefile

Modified: head/print/cups/Makefile
==============================================================================
--- head/print/cups/Makefile	Wed Jun 24 10:23:59 2020	(r540025)
+++ head/print/cups/Makefile	Wed Jun 24 11:05:16 2020	(r540026)
@@ -4,6 +4,7 @@
 PORTNAME=	cups
 PORTVERSION=	2.3.3
 DISTVERSIONPREFIX=v
+PORTREVISION=	1
 CATEGORIES=	print
 
 MAINTAINER=	tijl@FreeBSD.org

Added: head/print/cups/files/patch-ppdc_ppdc-source.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/cups/files/patch-ppdc_ppdc-source.cxx	Wed Jun 24 11:05:16 2020	(r540026)
@@ -0,0 +1,11 @@
+--- ppdc/ppdc-source.cxx.orig	2020-04-27 18:04:29 UTC
++++ ppdc/ppdc-source.cxx
+@@ -1752,7 +1752,7 @@ ppdcSource::get_resolution(ppdcFile *fp)// I - File to
+         _cupsLangPrintf(stderr,
+                   _("ppdc: Bad resolution name \"%s\" on line %d of "
+         "%s."), name, fp->line, fp->filename);
+-        break;
++        return (NULL);
+ }
+ 
+   // Create the necessary PS commands...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006241105.05OB5HF6037129>