Skip to content

Commit 48ce6bb

Browse files
committed
lang/python39: pull in upstream commit addressing CVE-2025-4516
Reference: python/cpython#134346 PR: 287009 (cherry picked from commit c9ca6e6)
1 parent df4fd26 commit 48ce6bb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

lang/python39/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}
56
PKGNAMESUFFIX= ${PYTHON_SUFFIX}
67
DISTNAME= Python-${DISTVERSION}
78
DIST_SUBDIR= python
89

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

lang/python39/distinfo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
TIMESTAMP = 1744164636
1+
TIMESTAMP = 1748549363
22
SHA256 (python/Python-3.9.22.tar.xz) = 8c136d199d3637a1fce98a16adc809c1d83c922d02d41f3614b34f8b6e7d38ec
33
SIZE (python/Python-3.9.22.tar.xz) = 19652572
4+
SHA256 (python/0d5d68f7075788b6912f8632dc841dca97ece409.patch) = 16500e6428f28a3e05d96bf4c811ac3e8c318de5424bb59635809f5277106051
5+
SIZE (python/0d5d68f7075788b6912f8632dc841dca97ece409.patch) = 20082

0 commit comments

Comments
 (0)