I upgraded FreeBSD from version 14.2 to 14.3. After the upgrade, I made changes to file /usr/local/etc/pkg/repos/FreeBSD.conf
Upgrading packages with
Code:
FreeBSD: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest"
}
FreeBSD-kmods: {
url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}"
}
Upgrading packages with
pkg upgrade
leaves the kernel modules at version 14.2. The pkg search
command lists both versions, 14.2 and 14.3. Why does pkg upgrade
not upgrade modules to the new version 14.3?