git: 784c454ff7 - main - 15.0R/relnotes: Move some pkgbase config under configuration changes
Olivier Certner <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/doc/commit/?id=784c454ff7267b9ae0321b9723aef29615fb6168 commit 784c454ff7267b9ae0321b9723aef29615fb6168 Author: Olivier Certner <[email protected]> AuthorDate: 2025-12-01 20:58:49 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2025-12-01 21:05:52 +0000 15.0R/relnotes: Move some pkgbase config under configuration changes Sponsored by: The FreeBSD Foundation --- website/content/en/releases/15.0R/relnotes.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index ea09e45644..fa8a6b827b 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -421,6 +421,10 @@ Users, that have not updated their `/etc/snmpd.config` since 12.0-RELEASE or old In particular, the transport definition shall be changed from `begemotSnmpdPortStatus` OID to `begemotSnmpdTransInetStatus`. gitref:9ba51cce8bbd[repository=src] +The `FreeBSD-base` repository is now defined in `/etc/pkg/FreeBSD.conf`, disabled by default. +Systems which installed with pkgbase prior to 15.0-RC1 (if running `releng/15.0`) or November 15th (if running from `stable`/`main` snapshots) will need to remove the definition of the `FreeBSD-base` repository from `/usr/local/etc/pkg/repos/` and replace it with a single line `FreeBSD-base: { enabled: yes }`. +gitref:5d832135a971[repository=src] + [[userland-programs]] === Userland Application Changes @@ -1630,9 +1634,5 @@ gitref:655fcdde1aff[repository=src] {{< sponsored "The FreeBSD Foundation" >}} The package:net/wifi-firmware-kmod@release[] package has been added to the DVD ISO, providing firmware for a broader set of Wi-Fi drivers. gitref:8c6df7ead19c[repository=src] {{< sponsored "The FreeBSD Foundation" >}} -The `FreeBSD-base` repository is now defined in `/etc/pkg/FreeBSD.conf`, disabled by default. -Systems which installed with pkgbase prior to 15.0-RC1 (if running `releng/15.0`) or November 15th (if running from `stable`/`main` snapshots) will need to remove the definition of the `FreeBSD-base` repository from `/usr/local/etc/pkg/repos/` and replace it with a single line `FreeBSD-base: { enabled: yes }`. -gitref:5d832135a971[repository=src] - [[future-releases]] == General Notes Regarding Future FreeBSD Releases