I have a system that I updated to 15.0 with freebsd-update and then afterwords, used pkgbasify to change it to update with pkg.
It's worked to get me up to 15.0-RELEASE-p2. After seeing the security update notices, I went to update by running pkg update, pkg upgrade.
However, it is showing that all packages are up to date.
As far as I know, once one has switched to packages, you can't go back to freebsd-update. I think my /usr/local/etc/pkg/repos/FreeBSD is correct.
I have
I also have in that directory a FreeBSD-base.conf file which reads
[/icode]
As far as I understand this should take precedence over /etc/pkg/FreeBSD.conf which is just about identical to the /usr/local/etc/pkg/repos/FreeBSD.conf
I figure I'm missing something obvious, but don't know what. Earlier, I'd had a problem where running pkg update and pkg upgrade kept showing a bunch of conflicts because I'd apparently misconfigured the FreeBSD.conf file, having, for the first stanza, FreeBSD: rather than FreeBSD-ports. I fixed that with the help of the forum and all seemed fine, save that no upgrades are shown after running pkg update, pkg upgrade.
I don't know what my next step should be.
It's worked to get me up to 15.0-RELEASE-p2. After seeing the security update notices, I went to update by running pkg update, pkg upgrade.
However, it is showing that all packages are up to date.
As far as I know, once one has switched to packages, you can't go back to freebsd-update. I think my /usr/local/etc/pkg/repos/FreeBSD is correct.
I have
FreeBSD-ports: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest", mirror_type: "srv", signature_type: "fingerprints", 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}FreeBSD-base: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}", enabled: no}I also have in that directory a FreeBSD-base.conf file which reads
FreeBSD-base: { enabled: yes}[/icode]
As far as I understand this should take precedence over /etc/pkg/FreeBSD.conf which is just about identical to the /usr/local/etc/pkg/repos/FreeBSD.conf
I figure I'm missing something obvious, but don't know what. Earlier, I'd had a problem where running pkg update and pkg upgrade kept showing a bunch of conflicts because I'd apparently misconfigured the FreeBSD.conf file, having, for the first stanza, FreeBSD: rather than FreeBSD-ports. I fixed that with the help of the forum and all seemed fine, save that no upgrades are shown after running pkg update, pkg upgrade.
I don't know what my next step should be.