Date: Thu, 29 May 2025 19:58:29 GMT From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8a2ce9f9dd67 - stable/14 - pkg.conf: Use kmod repositories Message-ID: <202505291958.54TJwTOa031349@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=8a2ce9f9dd6745e77bdfe78f03e96ddc8ad1b9d7 commit 8a2ce9f9dd6745e77bdfe78f03e96ddc8ad1b9d7 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-05-28 21:10:41 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-05-29 19:58:15 +0000 pkg.conf: Use kmod repositories The kmod repositories were added shortly after 14.2-RELEASE. Point at them here so that users don't need to manually add the configuration in order to get e.g. working graphics. MFC after: 1 minute Sponsored by: Amazon Differential Revision: https://reviews.freebsd.org/D50583 (cherry picked from commit 29f076ae0cb536d1e891d3375edf28f1bc82df79) --- usr.sbin/pkg/FreeBSD.conf.latest | 7 +++++++ usr.sbin/pkg/FreeBSD.conf.quarterly | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/usr.sbin/pkg/FreeBSD.conf.latest b/usr.sbin/pkg/FreeBSD.conf.latest index a75b0703386f..b7b528bc3756 100644 --- a/usr.sbin/pkg/FreeBSD.conf.latest +++ b/usr.sbin/pkg/FreeBSD.conf.latest @@ -13,3 +13,10 @@ FreeBSD: { fingerprints: "/usr/share/keys/pkg", enabled: yes } +FreeBSD-kmods: { + url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}", + mirror_type: "srv", + signature_type: "fingerprints", + fingerprints: "/usr/share/keys/pkg", + enabled: yes +} diff --git a/usr.sbin/pkg/FreeBSD.conf.quarterly b/usr.sbin/pkg/FreeBSD.conf.quarterly index 645053820dda..2050350baa1f 100644 --- a/usr.sbin/pkg/FreeBSD.conf.quarterly +++ b/usr.sbin/pkg/FreeBSD.conf.quarterly @@ -13,3 +13,10 @@ FreeBSD: { fingerprints: "/usr/share/keys/pkg", enabled: yes } +FreeBSD-kmods: { + url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}", + mirror_type: "srv", + signature_type: "fingerprints", + fingerprints: "/usr/share/keys/pkg", + enabled: yes +}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505291958.54TJwTOa031349>