Date: Thu, 17 Dec 2015 18:16:45 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> 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 Message-ID: <201512171816.tBHIGjL3046187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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() + {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512171816.tBHIGjL3046187>