https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293499
--- Comment #1 from Graham Perrin <[email protected]> --- Short answer: denial is expected, in the context above, and does not prevent fetch of packages. You may test this with a --fetch-only command such as the one below. A slightly longer answer, from <https://www.reddit.com/r/freebsd/comments/1p92fjf/comment/nrcdskr/?context=1>: > The base_release_0 repositories on pkg.freebsd.org now issue 302 > redirects to the repositories on pkgbase.freebsd.org. So URLs which > used to give you repositories signed with the pkg keys are > now redirecting you towards repositories signed with the pkgbase keys. ---- root@clean:~ # pkg upgrade -fFy -r FreeBSD-base FreeBSD-utilities Updating FreeBSD-base repository catalogue... FreeBSD-base repository is up to date. FreeBSD-base is up to date. The following 1 package(s) will be affected (of 0 checked): Installed packages to be REINSTALLED: FreeBSD-utilities-15.0p1 [FreeBSD-base] Number of packages to be reinstalled: 1 8 MiB to be downloaded. [1/1] Fetching FreeBSD-utilities-15.0p1: 100% 8 MiB 8.2 M/s 00:01 Checking integrity... done (0 conflicting) root@clean:~ # pkg repos -el | sort -f ; sleep 5 ; pkg repos -e | grep -B 1 url FreeBSD-base FreeBSD-ports FreeBSD-ports-kmods FreeBSD-ports: { url : "pkg+https://pkg.freebsd.org/FreeBSD:15:amd64/latest", -- FreeBSD-ports-kmods: { url : "pkg+https://pkg.freebsd.org/FreeBSD:15:amd64/kmods_latest", -- FreeBSD-base: { url : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/base_release_0", root@clean:~ # -- You are receiving this mail because: You are the assignee for the bug.
