From owner-svn-ports-all@freebsd.org Tue Feb 9 10:56:00 2016 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 83676AA22E3; Tue, 9 Feb 2016 10:56:00 +0000 (UTC) (envelope-from miwi@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 36F2515DC; Tue, 9 Feb 2016 10:56:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u19AtxeU082144; Tue, 9 Feb 2016 10:55:59 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u19AtwV1082142; Tue, 9 Feb 2016 10:55:58 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602091055.u19AtwV1082142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 9 Feb 2016 10:55:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408551 - head/security/vuxml 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: Tue, 09 Feb 2016 10:56:00 -0000 Author: miwi Date: Tue Feb 9 10:55:58 2016 New Revision: 408551 URL: https://svnweb.freebsd.org/changeset/ports/408551 Log: - Document php -- pcre vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 9 10:39:56 2016 (r408550) +++ head/security/vuxml/vuln.xml Tue Feb 9 10:55:58 2016 (r408551) @@ -58,6 +58,50 @@ Notes: --> + + php -- pcre vulnerability + + + php55 + 5.5.32 + + + php56 + 5.6.18 + + + + +

PHP reports:

+
+
  • PCRE: +
      +
    • Upgraded bundled PCRE library to 8.38.(CVE-2015-8383, + CVE-2015-8386, CVE-2015-8387, CVE-2015-8389, CVE-2015-8390, + CVE-2015-8391, CVE-2015-8393, CVE-2015-8394)
    • +
  • +
+
+ +
+ + CVE-2015-8383 + CVE-2015-8386 + CVE-2015-8387 + CVE-2015-8389 + CVE-2015-8390 + CVE-2015-8391 + CVE-2015-8393 + CVE-2015-8394 + http://php.net/ChangeLog-5.php#5.6.18 + http://php.net/ChangeLog-5.php#5.5.32 + + + 2016-02-04 + 2016-02-09 + +
+ py-imaging, py-pillow -- Buffer overflow in PCD decoder