[Bug 254434] ports-mgmt/pkg pkg: cannot parse fingerprints: error while parsing <unknown>: line: 1, column: 0 - 'key must begin with a letter', character: '-'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 May 2023 12:33:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254434
--- Comment #11 from dfr@rabson.org ---
Ok, looking at this again, the alpha.pkgbase.live repo was using signature_type
"pubkey" which explains why it worked with this key format
# FreeBSD base system repository
FreeBSD-base: {
url: "https://alpha.pkgbase.live/stable/${ABI}/latest",
signature_type: "pubkey",
pubkey: "/usr/share/keys/pkg/trusted/alpha.pkgbase.live.pub",
enabled: no
}
--
You are receiving this mail because:
You are the assignee for the bug.