Skip to content

Bug 40643: Update Richard's key in torbutton.gpg

richard requested to merge richard/tor-browser-build:bug_40643 into main

resolves #40643 (closed)

$ tor-browser-build/keyring$ gpg --no-default-keyring --keyring ./torbutton.gpg --list-keys > torbutton.gpg.txt.old
$ git checkout bug_40643
$ tor-browser-build/keyring$ gpg --no-default-keyring --keyring ./torbutton.gpg --list-keys > torbutton.gpg.txt.new
$ diff torbutton.gpg.txt.old torbutton.gpg.txt.new
20c20
< pub   rsa4096 2017-09-18 [SCA] [expired: 2022-09-17]
---
> pub   rsa4096 2017-09-18 [SCA] [expires: 2032-07-25]
22,24c22,25
< uid           [ expired] Richard Pospesel <richard@blueprintforfreespeech.net>
< uid           [ expired] Richard Pospesel <richard@torproject.org>
< uid           [ expired] Richard Pospesel <pospeselr@riseup.net>
---
> uid           [ unknown] Richard Pospesel <richard@blueprintforfreespeech.net>
> uid           [ unknown] Richard Pospesel <richard@torproject.org>
> uid           [ unknown] Richard Pospesel <pospeselr@riseup.net>
> sub   rsa4096 2017-09-18 [E] [expires: 2032-07-25]

Merge request reports