aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2026-06-25 00:24:30 +0000
committerCharlie Li <vishwin@FreeBSD.org>2026-06-25 00:24:30 +0000
commita30e9cbf1742b76463235a2b05c40c81c4bd145c (patch)
treebe42399df30fe51898751bb4785801c4938a21c9
parent9e51d48415b2ba06e787996a47c31ea295fb3a28 (diff)
UPDATING: add missing python 3.12 entry
Reported by: des Event: Halifax Hackathon 202606
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 14933c3f473f..bbbfa1df98c0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20260624
+ AFFECTS: Python users
+ AUTHOR: vishwin@FreeBSD.org
+
+ The default version of python has been switched to 3.12.
+
+ For ports users wanting to keep version 3.11 as default,
+ add DEFAULT_VERSIONS+= python=3.11 to make.conf
+
+ With packages, the following may ease the process:
+ # sh
+ # for i in $(pkg query -g %n 'py311-*'); do pkg set -yn ${i}:py312-${i#py311-}; done
+ # pkg upgrade
+
+ If no longer required, Python 3.11 can be removed via
+ "pkg remove python311" and the directory /usr/local/lib/python3.11 can
+ then be deleted afterwards, if not empty.
+
20260616:
AFFECTS: Users of security/gnupg, security/gnupg25, security/gnupg1
AUTHOR: adridg@FreeBSD.org