The branch main has been updated by cperciva:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=a3b0902d73901e7243103e60cf78c53cd7f566a1

commit a3b0902d73901e7243103e60cf78c53cd7f566a1
Author:     Colin Percival <[email protected]>
AuthorDate: 2025-11-27 21:30:10 +0000
Commit:     Colin Percival <[email protected]>
CommitDate: 2025-11-27 22:13:52 +0000

    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.
    
    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
---
 usr.sbin/pkg/FreeBSD.conf.quarterly-release | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}",

Reply via email to