svn commit: r540026 - in head/print/cups: . files

Tijl Coosemans tijl at FreeBSD.org
Wed Jun 24 11:05:17 UTC 2020


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 at 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...


More information about the svn-ports-all mailing list