pkg upgrade - truncated reply

Today I try to upgrade ports on FreeBSD 15.0-RELESE-p6 and I got:
Code:
 pkg upgrade
Updating FreeBSD-ports repository catalogue...
Fetching data: 100%    11 MiB   1.9 MB/s    00:06   
pkg: truncated reply for signature_fingerprintsoutput, wanted 0 bytes
FreeBSD-ports repository is up to date.
Updating FreeBSD-ports-kmods repository catalogue...
FreeBSD-ports-kmods repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): 100%

mc-4.8.32 is locked and may not be modified
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
pkg update works and updated ports.
Code:
 pkg -vv | sed -nE -e '/(OSVERSION|ABI)/ p' -e '/^Repositories:/,$ p'
IGNORE_OSVERSION = false;
ABI = "FreeBSD:15:amd64";
ALTABI = "freebsd:15:x86:64";
OSVERSION = "1500068";
Repositories:
  FreeBSD-ports: {
    url             : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/latest",
    enabled         : yes,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }
  FreeBSD-ports-kmods: {
    url             : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/kmods_latest_0",
    enabled         : yes,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINTS",
    fingerprints    : "/usr/share/keys/pkg"
  }
  FreeBSD-base: {
    url             : "pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/base_release_0",
    enabled         : no,
    priority        : 0,
    mirror_type     : "SRV",
    signature_type  : "FINGERPRINT
    fingerprints    : "/usr/share/keys/pkgbase-15"
  }
I ddn't change anything and pkg version is 2.7.4

Thank you.
 
Just wondering... pkg states that the port is locked, which I suppose isn't impossible.

So just to satisfy curiosity here, what happens if you run: pkg query %n\ %q\ %k mc? Does that give a 1 or not?
 
Just wondering... pkg states that the port is locked, which I suppose isn't impossible.

So just to satisfy curiosity here, what happens if you run: pkg query %n\ %q\ %k mc? Does that give a 1 or not?
Code:
pkg query %n\ %q\ %k mc
mc FreeBSD:15:amd64 1
I built Midnight Commander from ports with my settings and lock it.
 
Back
Top