Skip to content

Commit 1c76486

Browse files
committed
lang/python310: pull in upstream commit addressing CVE-2025-4516
Reference: python/cpython#134345 PR: 287009 (cherry picked from commit f52105e)
1 parent a554638 commit 1c76486

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

lang/python310/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
PORTNAME= python
22
DISTVERSION= ${PYTHON_DISTVERSION}
3+
PORTREVISION= 1
34
CATEGORIES= lang python
45
MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//}
56
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
67
DISTNAME= Python-${DISTVERSION}
78
DIST_SUBDIR= python
89

10+
PATCH_SITES= https://github.com/python/cpython/commit/
11+
PATCHFILES= 8b528cacbbde60504f6ac62784d04889d285f18b.patch:-p1
12+
913
MAINTAINER= python@FreeBSD.org
1014
COMMENT= Interpreted object-oriented programming language
1115
WWW= https://www.python.org/

lang/python310/distinfo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
TIMESTAMP = 1744156077
1+
TIMESTAMP = 1748493215
22
SHA256 (python/Python-3.10.17.tar.xz) = 4c68050f049d1b4ac5aadd0df5f27941c0350d2a9e7ab0907ee5eb5225d9d6b0
33
SIZE (python/Python-3.10.17.tar.xz) = 19608144
4+
SHA256 (python/8b528cacbbde60504f6ac62784d04889d285f18b.patch) = 7dba35bcf67923134ee63a46a12ea1ce2a48ec57ca1c520de55f12a1233062fd
5+
SIZE (python/8b528cacbbde60504f6ac62784d04889d285f18b.patch) = 19992

0 commit comments

Comments
 (0)