Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2025 18:53:23 +0800
From:      Zhenlei Huang <zlei@FreeBSD.org>
To:        "bapt@freebsd.org" <bapt@FreeBSD.org>
Cc:        "current@freebsd.org" <current@FreeBSD.org>
Subject:   Re: New packages repositories for kernel modules (without typo)
Message-ID:  <9DAD1272-1474-4D68-A22E-C9C97EB4BBE6@FreeBSD.org>
In-Reply-To: <682742f0.c1kjogtHsKHAqFq9%bapt@FreeBSD.org>

index | next in thread | previous in thread | raw e-mail



> On May 16, 2025, at 9:51 PM, bapt@freebsd.org <bapt@FreeBSD.org> wrote:
> 
> 
> New package repositories available for kernel modules.
> 
> Since 14.2-RELEASE we have been publishing a repository of packages built for
> all supported arches.
> 
> With the upcoming 14.3-RELEASE we have extended the infrastructure so it now
> covers the following branches:
> - releng/14.2 (14.2-RELEASE) (from latest and quarterly ports)
> - releng/14.3 (14.3-RELEASE) (from latest and quarterly ports)
> - stable/14 (14.3-STABLE) (from latest and quarterly ports)
> - main (15.0-CURRENT) (only latest ports)
> 
> To use them, here is the necessary configuration:
> (it can be added to /usr/local/etc/pkg/repos/kmods.conf)
> 
> ----
> FreeBSD-kmods: {
> 	url: "pkg+https://pkg.FreeBSD.org/${ABI}/KMODSFLAVOR",
> 	mirror_type: "srv",
> 	signature_type: "fingerprints",
> 	fingerprints: "/usr/share/keys/pkg",
> 	enabled: yes
> }
> ----
> 
> KMODSFLAVOR repect the following pattern:
> 
> kmods_PORTBRANCH_MINORRELEASE
> 
> List of what is being published:
> 
> +----------------------+----------------+-------------------+
> | FreeBSD Release      | ports main     | ports quarterly   |
> +----------------------+----------------+-------------------+
> | FreeBSD 14.2-RELEASE | kmods_latest_2 | kmods_quarterly_2 |
> | FreeBSD 14.3-RELEASE | kmods_latest_3 | kmods_quarterly_3 |
> | FreeBSD 14.3-STABLE  | kmods_latest   | kmods_quarterly   |
> | FreeBSD 15.0-CURRENT | kmods_latest   |                   |
> +----------------------+----------------+-------------------+
> 
> Note for current and stable the repositories are built against
> the version available in the weekly pkgbase snapshots.
> 
> Best regards,
> Bapt
> 


Nice work !

Best regards,
Zhenlei



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9DAD1272-1474-4D68-A22E-C9C97EB4BBE6>