aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2025-11-27 13:30:10 -0800
committerColin Percival <cperciva@FreeBSD.org>2025-11-27 14:40:59 -0800
commit463cec10a5fba0b42db7bf699b21e569f2fd6459 (patch)
tree46fc019d6a0bfbfc8dee4402c9aec1cbbc532b56
parent20ebb6ec5ac0745fe063bd315bd953312bfcb1a2 (diff)
pkg: Move FreeBSD-base to pkg.freebsd.org
Rather than fetching packages directly from the CDN which currently backs pkgbase.freebsd.org, requests will go to pkg.freebsd.org mirrors and be 302ed to the correct servers. This adds ~70 seconds to the process of installing or upgrading a pkgbase system; it also orphans systems with 15.0-{PRERELEASE,ALPHA*,BETA*} installed since they are expecting to see pkgbase files signed with the pkg keys, not the new pkgbase signing keys. Approved by: re (cperciva) Reviewed by: dch, philip MFC after: immediately (for 15.0-RELEASE) With hat: re Requested by: clusteradm, core Differential Revision: https://reviews.freebsd.org/D53964 (cherry picked from commit a3b0902d73901e7243103e60cf78c53cd7f566a1) (cherry picked from commit 0c87d29a54da527b2f624cf4d2999ebeb9885f15)
-rw-r--r--usr.sbin/pkg/FreeBSD.conf.quarterly-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/FreeBSD.conf.quarterly-release b/usr.sbin/pkg/FreeBSD.conf.quarterly-release
index 035d0ae976b9..47183d41dc6d 100644
--- a/usr.sbin/pkg/FreeBSD.conf.quarterly-release
+++ b/usr.sbin/pkg/FreeBSD.conf.quarterly-release
@@ -24,7 +24,7 @@ FreeBSD-ports-kmods: {
enabled: yes
}
FreeBSD-base: {
- url: "pkg+https://pkgbase.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}",
+ url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR}",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkgbase-${VERSION_MAJOR}",