diff --git a/README.md b/README.md index 90edae1a..daa38d44 100644 --- a/README.md +++ b/README.md @@ -81,20 +81,21 @@ This can be done with the following steps: ``` 4. Check out the latest release tag, e.g. ``` - git checkout v0.6.0 + git checkout v0.7.1 ``` 5. Use git to verify the GPG signature: ``` - % git tag -v v0.6.0 | grep -C 3 'Good signature' + % git tag -v v0.7.1 | grep -C 3 'Good signature' - gpg: Signature made Mon 04 Nov 2024 12:14:44 PM EST - gpg: using RSA key 4BBB845A6F5A65A69DFAEC234861DBF262123605 - gpg: Good signature from "Jonas Nick " [unknown] - gpg: aka "Jonas Nick " [unknown] + gpg: Signature made Mon 26 Jan 2026 07:42:46 PM UTC + gpg: using RSA key 2840EAABF4BC9F0FFD716AFAFBAFCC46DE2D3FE2 + gpg: Good signature from "Pieter Wuille " [unknown] + gpg: aka "Pieter Wuille " [full] + gpg: aka "[jpeg image of size 5996]" [undefined] gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. - Primary key fingerprint: 36C7 1A37 C9D9 88BD E825 08D9 B1A7 0E4F 8DCD 0366 - Subkey fingerprint: 4BBB 845A 6F5A 65A6 9DFA EC23 4861 DBF2 6212 3605 + Primary key fingerprint: 133E AC17 9436 F14A 5CF1 B794 860F EB80 4E66 9320 + Subkey fingerprint: 2840 EAAB F4BC 9F0F FD71 6AFA FBAF CC46 DE2D 3FE2 ``` Building with Autotools diff --git a/SECURITY.md b/SECURITY.md index b515cc1c..4be32e42 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,6 @@ The following keys may be used to communicate sensitive information to developer | Name | Fingerprint | |------|-------------| | Pieter Wuille | 133E AC17 9436 F14A 5CF1 B794 860F EB80 4E66 9320 | -| Jonas Nick | 36C7 1A37 C9D9 88BD E825 08D9 B1A7 0E4F 8DCD 0366 | | Tim Ruffing | 09E0 3F87 1092 E40E 106E 902B 33BC 86AB 80FF 5516 | You can import a key by running the following command with that individual’s fingerprint: `gpg --keyserver hkps://keys.openpgp.org --recv-keys ""` Ensure that you put quotes around fingerprints containing spaces.