Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2015 18:15:54 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403917 - in head/print/foomatic-filters: . files
Message-ID:  <201512171815.tBHIFstO045990@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Dec 17 18:15:54 2015
New Revision: 403917
URL: https://svnweb.freebsd.org/changeset/ports/403917

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

Added:
  head/print/foomatic-filters/files/patch-util.c   (contents, props changed)
Modified:
  head/print/foomatic-filters/Makefile

Modified: head/print/foomatic-filters/Makefile
==============================================================================
--- head/print/foomatic-filters/Makefile	Thu Dec 17 18:14:47 2015	(r403916)
+++ head/print/foomatic-filters/Makefile	Thu Dec 17 18:15:54 2015	(r403917)
@@ -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/
 

Added: head/print/foomatic-filters/files/patch-util.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/foomatic-filters/files/patch-util.c	Thu Dec 17 18:15:54 2015	(r403917)
@@ -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()
+ {



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