Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2026 02:16:43 +0000
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eae851578f69 - main - lang/python311: pull in upstream commits addressing webbrowser.open() issue
Message-ID:  <69d3178b.338ec.13f8ebf@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eae851578f69e34b4520d9b0ef582dddf8541281

commit eae851578f69e34b4520d9b0ef582dddf8541281
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-04-06 02:15:59 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-04-06 02:15:59 +0000

    lang/python311: pull in upstream commits addressing webbrowser.open() issue
    
    Security: 9fdad262-2e0f-11f1-88c7-00a098b42aeb
    PR: 294246
---
 lang/python311/Makefile | 4 +++-
 lang/python311/distinfo | 6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/lang/python311/Makefile b/lang/python311/Makefile
index ffa1c8c2c312..e47da1b40ee2 100644
--- a/lang/python311/Makefile
+++ b/lang/python311/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	python
 DISTVERSION=	${PYTHON_DISTVERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang python
 MASTER_SITES=	PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//}
 PKGNAMESUFFIX=	${PYTHON_SUFFIX}
@@ -8,6 +8,8 @@ DISTNAME=	Python-${DISTVERSION}
 DIST_SUBDIR=	python
 
 PATCH_SITES=	https://github.com/python/cpython/commit/
+PATCHFILES=	ceac1efc66516ac387eef2c9a0ce671895b44f03.patch:-p1 \
+		96fc5048605863c7b6fd6289643feb0e97edd96c.patch:-p1
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Interpreted object-oriented programming language
diff --git a/lang/python311/distinfo b/lang/python311/distinfo
index 4666d8496be3..684107127a70 100644
--- a/lang/python311/distinfo
+++ b/lang/python311/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1772560177
+TIMESTAMP = 1775439034
 SHA256 (python/Python-3.11.15.tar.xz) = 272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625
 SIZE (python/Python-3.11.15.tar.xz) = 20332596
+SHA256 (python/ceac1efc66516ac387eef2c9a0ce671895b44f03.patch) = 73fabdf7dd905ed63f8da3792743455de62756891ddb2c8f74839913f37f87dd
+SIZE (python/ceac1efc66516ac387eef2c9a0ce671895b44f03.patch) = 4659
+SHA256 (python/96fc5048605863c7b6fd6289643feb0e97edd96c.patch) = 6795f924f25fa61ea42340d8fa47d7ba99a27874a16e32a6ee8c5e3d900fea1d
+SIZE (python/96fc5048605863c7b6fd6289643feb0e97edd96c.patch) = 5675


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d3178b.338ec.13f8ebf>