From owner-svn-ports-all@freebsd.org Sat Oct 19 09:52:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3DB915F5D2; Sat, 19 Oct 2019 09:52:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46wJ8y5ngzz43B0; Sat, 19 Oct 2019 09:52:18 +0000 (UTC) (envelope-from wen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB63220B2A; Sat, 19 Oct 2019 09:52:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9J9qIAO054799; Sat, 19 Oct 2019 09:52:18 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9J9qIkP054798; Sat, 19 Oct 2019 09:52:18 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201910190952.x9J9qIkP054798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 19 Oct 2019 09:52:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514783 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 514783 X-SVN-Commit-Repository: ports 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.29 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: Sat, 19 Oct 2019 09:52:19 -0000 Author: wen Date: Sat Oct 19 09:52:18 2019 New Revision: 514783 URL: https://svnweb.freebsd.org/changeset/ports/514783 Log: - Document python37 multiple vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Oct 19 09:39:07 2019 (r514782) +++ head/security/vuxml/vuln.xml Sat Oct 19 09:52:18 2019 (r514783) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + python 3.7 -- multiple vulnerabilities + + + python37 + 3.7.5 + + + + +

Python changelog:

+
+

bpo-38243: Escape the server title of xmlrpc.server.DocXMLRPCServer when rendering + the document page as HTML.

+

bpo-38174: Update vendorized expat library version to 2.2.8, which resolves + CVE-2019-15903.

+

bpo-37764: Fixes email._header_value_parser.get_unstructured going into an infinite + loop for a specific case in which the email header does not have trailing whitespace, + and the case in which it contains an invalid encoded word.

+

bpo-37461: Fix an infinite loop when parsing specially crafted email headers.

+

bpo-34155: Fix parsing of invalid email addresses with more than one @ + (e.g. a@b@c.com.) to not return the part before 2nd @ as valid email address.

+
+ +
+ + https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-5-final + CVE-2019-15903 + + + 2019-09-14 + 2019-10-19 + +
+ Pillow -- Allocation of resources without limits or throttling