Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 13:26:42 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538670 - head/lang/python37
Message-ID:  <202006131326.05DDQgRP071200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <i.dani@outlook.com>.
  
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006131326.05DDQgRP071200>