mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
61acb4582f
Note that to not interfer with finger print it expects a signature on pkg itself which is named pkg.txz.pubkeysign To genrate it: echo -n "$(sha256 -q pkg.txz)" | openssl dgst -sha256 -sign /thekey \ -binary -out ./pkg.txz.pubkeysig Note the "echo -n" which prevent signing the '\n' one would get otherwise PR: 202622 MFC after: 1 week |
||
---|---|---|
.. | ||
config.c | ||
config.h | ||
dns_utils.c | ||
dns_utils.h | ||
Makefile | ||
Makefile.depend | ||
pkg.7 | ||
pkg.c |