Mismatch package/userland "FreeBSD-zstd-dbg" AArch64 (CURRENT)?

Code:
pkg update -f
Updating FreeBSD-ports repository catalogue...
Fetching meta.conf: 100%     179 B   0.2 kB/s    00:01  
Fetching data: 100%    10 MiB   2.2 MB/s    00:05  
Processing entries: 100%
FreeBSD-ports repository update completed. 34877 packages processed.
Updating FreeBSD-ports-kmods repository catalogue...
Fetching meta.conf: 100%     179 B   0.2 kB/s    00:01  
Fetching data: 100%    17 KiB  17.1 kB/s    00:01  
Processing entries: 100%
FreeBSD-ports-kmods repository update completed. 79 packages processed.
Updating FreeBSD-base-latest repository catalogue...
Fetching meta.conf: 100%     179 B   0.2 kB/s    00:01  
Fetching data: 100%    84 KiB  86.3 kB/s    00:01  
Processing entries:   0%
Newer FreeBSD version for package FreeBSD-zstd-dbg:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1600019
- running userland: 1600018
Ignore the mismatch and continue? [y/N]:

I installed FreeBSD-zstd-dbg but got the mismatch still before and after. IGNORE_OSVERSION=yes works, but is there a way to fix that or more info?

I think that FreeBSD-zstd-dbg mention started appearing after adding base_latest repo (for nodebug kernel):

Code:
/usr/local/etc/pkg/repos/FreeBSD-base-latest.conf

Code:
FreeBSD-base-latest: {
  url: "pkg+https://pkg.freebsd.org/${ABI}/base_latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes,
  priority: 2
}

Code:
cat '/etc/pkg/FreeBSD.conf' | egrep 'quarterly|latest'

  url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
  url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest",
  url: "pkg+https://pkg.FreeBSD.org/${ABI}/base_latest",
 
Back
Top