diff options
| author | Charlie Li <vishwin@FreeBSD.org> | 2026-01-03 18:50:51 -0500 |
|---|---|---|
| committer | Charlie Li <vishwin@FreeBSD.org> | 2026-01-03 19:12:31 -0500 |
| commit | 34131f925046f573180e832f1719977d7febbe82 (patch) | |
| tree | 4e8c00a79b6d2414cbc503dbdf15cda45bb74aa0 | |
| parent | 6cf0b5f5c4d49fa96f7c44525c3d931e1f813e21 (diff) | |
lang/python312: pull in upstream commits addressing vuxml entries
Security: 613d0f9e-d477-11f0-9e85-03ddfea11990
PR: 291609
(cherry picked from commit efc17c651bcf08d79af1d962c5ed31815a650c10)
| -rw-r--r-- | lang/python312/Makefile | 7 | ||||
| -rw-r--r-- | lang/python312/distinfo | 8 |
2 files changed, 13 insertions, 2 deletions
diff --git a/lang/python312/Makefile b/lang/python312/Makefile index 0c262569adae..6e48645cc79e 100644 --- a/lang/python312/Makefile +++ b/lang/python312/Makefile @@ -1,12 +1,17 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} DISTNAME= Python-${DISTVERSION} DIST_SUBDIR= python +PATCH_SITES= https://github.com/python/cpython/commit/ +PATCHFILES= d849cf5fec76947865370a41baba8934c581cdb2.patch:-p1 \ + 9c9dda6625a2a90d2a06c657eee021d6be19842d.patch:-p1 \ + 14b1fdb0a94b96f86fc7b86671ea9582b8676628.patch:-p1 + MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language WWW= https://www.python.org/ diff --git a/lang/python312/distinfo b/lang/python312/distinfo index 0f6697ee999c..d5c630808993 100644 --- a/lang/python312/distinfo +++ b/lang/python312/distinfo @@ -1,3 +1,9 @@ -TIMESTAMP = 1760013794 +TIMESTAMP = 1767483004 SHA256 (python/Python-3.12.12.tar.xz) = fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4 SIZE (python/Python-3.12.12.tar.xz) = 20798712 +SHA256 (python/d849cf5fec76947865370a41baba8934c581cdb2.patch) = 691090094ffd0b613bdfb088161c7b42d580994cfc0cf8666709940e9194b3c8 +SIZE (python/d849cf5fec76947865370a41baba8934c581cdb2.patch) = 6007 +SHA256 (python/9c9dda6625a2a90d2a06c657eee021d6be19842d.patch) = d4590a41cd53e4db960c99472b031702230fcfdc01c6c7fb0998a0564cf575ea +SIZE (python/9c9dda6625a2a90d2a06c657eee021d6be19842d.patch) = 5878 +SHA256 (python/14b1fdb0a94b96f86fc7b86671ea9582b8676628.patch) = 45a3f20d3ee064e053b2afb557d969cb10f4c447d86ab231e8e26d326442d283 +SIZE (python/14b1fdb0a94b96f86fc7b86671ea9582b8676628.patch) = 6133 |
