I thought I'd do some digging on https://pkg.freebsd.org to see why I never got offered any package updates.
For reference, here is my /etc/pkg/FreeBSD.conf. (I do not have a local copy in /usr/local/etc.)
Clearly this URL is referring to here:
https://pkg.freebsd.org/FreeBSD:11:armv6/latest/
But wait... there is another folder under FreeBSD:11:armv6 called "quarterly"... and the modification date on these is nearly a year later.
Does this mean that
For reference, here is my /etc/pkg/FreeBSD.conf. (I do not have a local copy in /usr/local/etc.)
Code:
# $FreeBSD: stable/11/etc/pkg/FreeBSD.conf 263937 2014-03-30 15:24:17Z bdrewery $
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
Clearly this URL is referring to here:
https://pkg.freebsd.org/FreeBSD:11:armv6/latest/
But wait... there is another folder under FreeBSD:11:armv6 called "quarterly"... and the modification date on these is nearly a year later.
Does this mean that
quarterly
packages are actually more recent than latest
? And if so, why is latest
the default on my installation?