Download raw body.
[update] python 3.11.10
Couple of security/reliability fixes. Nothing earth shattering:
https://www.python.org/downloads/release/python-31110/
(The list is confusing, e.g., the ssl fixes were already in 3.11.9)
Ran this through a bulk on amd64 and checked that it packages on sparc64.
Unsurprisingly there were no surprises.
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3/Makefile,v
diff -u -p -r1.6 Makefile
--- Makefile 20 May 2024 19:16:00 -0000 1.6
+++ Makefile 8 Sep 2024 07:16:30 -0000
@@ -3,12 +3,10 @@
# requirement of the PSF license, if it constitutes a change to
# Python itself.
-FULL_VERSION = 3.11.9
+FULL_VERSION = 3.11.10
SHARED_LIBS = python3.11 0.0
VERSION_SPEC = >=3.11,<3.12
PORTROACH = limit:^3\.11
-
-REVISION = 3
CONFIGURE_ENV += ac_cv_working_openssl_hashlib=yes \
TCLTK_CFLAGS="-I${MODTCL_INCDIR} -I${MODTK_INCDIR} -I${X11BASE}/include" \
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3/distinfo,v
diff -u -p -r1.1 distinfo
--- distinfo 6 May 2024 12:19:33 -0000 1.1
+++ distinfo 8 Sep 2024 07:16:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.11.9.tgz) = 594yQKi8Kx4bpcgb+UPwaGH/SUtp/amQzicipQTGFT0=
-SIZE (Python-3.11.9.tgz) = 26521757
+SHA256 (Python-3.11.10.tgz) = kvL68kJoG/pAbVOlHhfULFNzr/4joTDNlpfhMu9XRwY=
+SIZE (Python-3.11.10.tgz) = 26532827
[update] python 3.11.10