From owner-svn-ports-all@freebsd.org Thu Dec 17 18:15:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2E2CA49AB8; Thu, 17 Dec 2015 18:15:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92EFD1BC6; Thu, 17 Dec 2015 18:15:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBHIFssd045992; Thu, 17 Dec 2015 18:15:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBHIFstO045990; Thu, 17 Dec 2015 18:15:54 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512171815.tBHIFstO045990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 17 Dec 2015 18:15:54 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 18:15:55 -0000 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 + + +-const char* shellescapes = "|<>&!$\'\"#*?()[]{}"; ++const char* shellescapes = "|;<>&!$\'\"`#*?()[]{}"; + + const char * temp_dir() + {