mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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)
This commit is contained in:
parent
92c7674f31
commit
930546207d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538670
@ -3,12 +3,17 @@
|
||||
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user