svn commit: r403918 - in branches/2015Q4/print/foomatic-filters: . files

Mark Felder feld at FreeBSD.org
Thu Dec 17 18:16:47 UTC 2015


Author: feld
Date: Thu Dec 17 18:16:45 2015
New Revision: 403918
URL: https://svnweb.freebsd.org/changeset/ports/403918

Log:
  MFH: r403917
  
  print/foomatic-filters: Patch vulnerabilities
  
  Approved by:	ports-secteam (with hat)
  Security:	CVE-2015-8560
  Security:	CVE-2015-8327

Added:
  branches/2015Q4/print/foomatic-filters/files/patch-util.c
     - copied unchanged from r403917, head/print/foomatic-filters/files/patch-util.c
Modified:
  branches/2015Q4/print/foomatic-filters/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/print/foomatic-filters/Makefile
==============================================================================
--- branches/2015Q4/print/foomatic-filters/Makefile	Thu Dec 17 18:15:54 2015	(r403917)
+++ branches/2015Q4/print/foomatic-filters/Makefile	Thu Dec 17 18:16:45 2015	(r403918)
@@ -3,7 +3,7 @@
 
 PORTNAME=	foomatic-filters
 PORTVERSION=	4.0.17
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/foomatic/
 

Copied: branches/2015Q4/print/foomatic-filters/files/patch-util.c (from r403917, head/print/foomatic-filters/files/patch-util.c)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2015Q4/print/foomatic-filters/files/patch-util.c	Thu Dec 17 18:16:45 2015	(r403918, copy of r403917, head/print/foomatic-filters/files/patch-util.c)
@@ -0,0 +1,12 @@
+Resolves CVE-2015-8327 and CVE-2015-8560
+--- util.c.orig	2015-12-17 18:07:21 UTC
++++ util.c
+@@ -31,7 +31,7 @@
+ #include <assert.h>
+ 
+ 
+-const char* shellescapes = "|<>&!$\'\"#*?()[]{}";
++const char* shellescapes = "|;<>&!$\'\"`#*?()[]{}";
+ 
+ const char * temp_dir()
+ {


More information about the svn-ports-all mailing list