aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/examples/lightweight-desktop.tmpl
diff options
context:
space:
mode:
authorMichael Ford <fanquake@gmail.com>2024-10-08 15:26:31 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2024-10-10 14:12:06 +0200
commit0b39f55d2c4c8b4d1d127a974b75b8fdc761cb79 (patch)
tree37476b386669481736be6237878a38b9f72a80dc /gnu/system/examples/lightweight-desktop.tmpl
parentf5aff5b3972b9a3342b1ce807f7ed68289cce74d (diff)
downloadguix-0b39f55d2c4c8b4d1d127a974b75b8fdc761cb79.tar.gz
guix-0b39f55d2c4c8b4d1d127a974b75b8fdc761cb79.zip
gnu: bitcoin-core: Update to 28.0.
* gnu/packages/finance.scm (bitcoin-core): Update to 28.0. [inputs]: Remove openssl. [home-page]: Update URL. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I5482c4237ea655dcc71b0a519aa1935b7a34ab97
Diffstat (limited to 'gnu/system/examples/lightweight-desktop.tmpl')
0 files changed, 0 insertions, 0 deletions
p-signature>....* guix/openpgp.scm (<openpgp-signature>)[issuer, issuer-fingerprint]: New fields. (openpgp-signature-issuer, openpgp-signature-issuer-fingerprint): Remove. (verify-openpgp-signature): Use 'openpgp-signature-issuer-key-id'. (get-signature): Initialize 'issuer' and 'issuer-fingerprint'. * tests/openpgp.scm ("get-openpgp-detached-signature/ascii"): Adjust accordingly. Ludovic Courtès 2020-05-04openpgp: Decode the issuer-fingerprint signature subpacket....* guix/openpgp.scm (SUBPACKET-ISSUER-FINGERPRINT): New variable. (openpgp-signature-issuer-fingerprint): New procedure. (key-id-matches-fingerprint?): New procedure. (get-signature): Look for the 'issuer and 'issuer-fingerprint subpackets. Ensure the issuer key ID matches the fingerprint when both are available. (parse-subpackets): Handle SUBPACKET-ISSUER-FINGERPRINT. * tests/openpgp.scm (%rsa-key-fingerprint) (%dsa-key-fingerprint, %ed25519-key-fingerprint): New variables. * tests/openpgp.scm ("get-openpgp-detached-signature/ascii"): Check the result of 'openpgp-signature-issuer-fingerprint'. Ludovic Courtès 2020-05-04Add (guix openpgp)....* guix/openpgp.scm, tests/openpgp.scm, tests/civodul.key, tests/dsa.key, tests/ed25519.key, tests/rsa.key, tests/ed25519.sec: New files. * Makefile.am (MODULES): Add guix/openpgp.scm. (SCM_TESTS): Add tests/openpgp.scm. (EXTRA_DIST): Add tests/*.key and tests/ed25519.sec. Ludovic Courtès