Date: Wed, 27 Aug 2025 18:35:21 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 7d1dfd9ba8 - main - releases/15.0R/relnotes: Add important pkg repo entry Message-ID: <202508271835.57RIZLHm048097@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/doc/commit/?id=7d1dfd9ba86600c91c3e2ef03b110d8dad4c684c commit 7d1dfd9ba86600c91c3e2ef03b110d8dad4c684c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-08-27 18:34:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-08-27 18:34:18 +0000 releases/15.0R/relnotes: Add important pkg repo entry Approved by: re (implicit) Sponsored by: The FreeBSD Foundation --- website/content/en/releases/15.0R/relnotes.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index 29f78cc9d7..cb3f44316f 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -294,7 +294,7 @@ This section lists the various Security Advisories and Errata Notices since {rel |19 June 2024 |Lock order reversal in killpg causing livelock -|https://www.freebsd.org/security/advisories/FreeBSD-EN-24:13.libc\+\+.asc[FreeBSDS-EN-24:13:libc++] +|https://www.freebsd.org/security/advisories/FreeBSD-EN-24:13.libc%2B%2B.asc[FreeBSDS-EN-24:13:libc++] |19 June 2024 |Incorrect size passed to heap allocated std::string delete @@ -1003,11 +1003,13 @@ The man:intro[5] to the File Formats manual has been revised, incorporating impr This section covers changes to the FreeBSD Ports Collection, package infrastructure, and package maintenance and installation tools. - A new `FreeBSD-kmods` repository is included in the default `/etc/pkg/FreeBSD.conf` man:pkg[8] configuration file. This repository contains kernel modules compiled specifically for {releaseCurrent} rather than for the {releaseBranch} branch. Installing kernel modules from this repository allows drivers with unstable kernel interfaces, in particular graphics drivers, to work even when the main {releaseBranch} repository has packages build on a previous release. (gitref:a47542f71511[repository=src]). +The `FreeBSD` and `FreeBSD-kmods` repositories defined in `/etc/pkg/FreeBSD.conf` have been renamed to `FreeBSD-ports` and `FreeBSD-ports-kmods` respectively. +Users who override these in `/usr/local/etc/pkg/repos` will need to adjust their configuration to match the new names. + [[Installer]] === Installer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508271835.57RIZLHm048097>
