From owner-svn-ports-all@freebsd.org Thu Dec 17 18:16:47 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 04F08A49B56; Thu, 17 Dec 2015 18:16:47 +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 C60651CD7; Thu, 17 Dec 2015 18:16:46 +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 tBHIGjfh046189; Thu, 17 Dec 2015 18:16:45 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBHIGjL3046187; Thu, 17 Dec 2015 18:16:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201512171816.tBHIGjL3046187@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:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r403918 - in branches/2015Q4/print/foomatic-filters: . files X-SVN-Group: ports-branches 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:16:47 -0000 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 + + +-const char* shellescapes = "|<>&!$\'\"#*?()[]{}"; ++const char* shellescapes = "|;<>&!$\'\"`#*?()[]{}"; + + const char * temp_dir() + {