summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2025-11-16 08:56:12 -0800
committerColin Percival <cperciva@FreeBSD.org>2025-11-16 08:59:10 -0800
commit6ccdd2fc2328dd81b9c645fba025d01052a3c1a1 (patch)
tree379176c484aafea7280f6b32b8381bba6a7407ce /UPDATING
parent07e6bfeae5a1cf3266d3859e7a10f426b5d301aa (diff)
UPDATING: Document FreeBSD-base pkg .conf shuffle
Reminded by: yasu MFC after: 3 days
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d6cbe66009f0..aaef0e5b4cd3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20251115:
+ The FreeBSD-base repository is now defined in /etc/pkg/FreeBSD.conf,
+ disabled by default. In -CURRENT and -STABLE this points at nightly
+ builds on pkg.freebsd.org; for BETA/RC/RELEASE builds it points at
+ release engineering builds on pkgbase.freebsd.org.
+
+ Users of pkgbase will need to replace any existing definition of the
+ FreeBSD-base repository in /usr/local/etc/pkg/repos/ with a single
+ line "FreeBSD-base: { enabled: yes }".
+
20251110:
OpenPAM (including libpam and the PAM modules) has moved to the new
"pam" package. The pam-lib subpackage, which includes libpam, will