From owner-svn-ports-all@freebsd.org Sat Jun 13 13:26:43 2020 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 22F17338028; Sat, 13 Jun 2020 13:26:43 +0000 (UTC) (envelope-from dbaio@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49kdfW06pHz4475; Sat, 13 Jun 2020 13:26:43 +0000 (UTC) (envelope-from dbaio@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 F36AF1BD80; Sat, 13 Jun 2020 13:26:42 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05DDQgCS071202; Sat, 13 Jun 2020 13:26:42 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05DDQgRP071200; Sat, 13 Jun 2020 13:26:42 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202006131326.05DDQgRP071200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 13 Jun 2020 13:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538670 - head/lang/python37 X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/lang/python37 X-SVN-Commit-Revision: 538670 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.33 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, 13 Jun 2020 13:26:43 -0000 Author: dbaio Date: Sat Jun 13 13:26:42 2020 New Revision: 538670 URL: https://svnweb.freebsd.org/changeset/ports/538670 Log: lang/python37: Fix security issues The patches for CVE-2019-18348 and CVE-2020-8492 are in the 3.7 branch and will be present on the next release. Patch for applying CVE-2020-8492 fix here in the ports tree was reported and submitted by Dani . PR: 246808 MFH: 2020Q2 X-MFH-with: 536770, 536776 Security: ca595a25-91d8-11ea-b470-080027846a02 (CVE-2019-18348) Security: a27b0bb6-84fc-11ea-b5b4-641c67a117d8 (CVE-2020-8492) Modified: head/lang/python37/Makefile head/lang/python37/distinfo Modified: head/lang/python37/Makefile ============================================================================== --- head/lang/python37/Makefile Sat Jun 13 13:24:29 2020 (r538669) +++ head/lang/python37/Makefile Sat Jun 13 13:26:42 2020 (r538670) @@ -3,11 +3,16 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} DISTNAME= Python-${PORTVERSION} DIST_SUBDIR= python + +PATCH_SITES= https://github.com/python/cpython/commit/ +PATCHFILES= b57a73694e26e8b2391731b5ee0b1be59437388e.patch:-p1 \ + 34f85af3229f86c004a954c3f261ceea1f5e9f95.patch:-p1 MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language Modified: head/lang/python37/distinfo ============================================================================== --- head/lang/python37/distinfo Sat Jun 13 13:24:29 2020 (r538669) +++ head/lang/python37/distinfo Sat Jun 13 13:26:42 2020 (r538670) @@ -1,3 +1,7 @@ -TIMESTAMP = 1583986224 +TIMESTAMP = 1591492488 SHA256 (python/Python-3.7.7.tar.xz) = 06a0a9f1bf0d8cd1e4121194d666c4e28ddae4dd54346de6c343206599f02136 SIZE (python/Python-3.7.7.tar.xz) = 17268888 +SHA256 (python/b57a73694e26e8b2391731b5ee0b1be59437388e.patch) = c0600667e20d931a6c03d109b6be2bda3eac3923db0ff39e090dc7727c5e45ac +SIZE (python/b57a73694e26e8b2391731b5ee0b1be59437388e.patch) = 10979 +SHA256 (python/34f85af3229f86c004a954c3f261ceea1f5e9f95.patch) = 9fc707c3281b242e1448fd01a09e7dd7267d3ca84feeebc459786c644c79f9a3 +SIZE (python/34f85af3229f86c004a954c3f261ceea1f5e9f95.patch) = 6680