Skip to content

Bug 40519: Add Alexis' latest PGP key to https-everywhere key ring

richard requested to merge richard/tor-browser-build:bug_40519 into master

https-eveywhere.gpg old contents:

tor-browser-build/keyring$ gpg --list-keys --no-default-keyring --keyring ./https-everywhere.gpg
./https-everywhere.gpg
----------------------
pub   rsa4096 2016-12-13 [SC] [expired: 2021-12-12]
      1073E74EB38BD6D19476CBF8EA9DBF9FB761A677
uid           [ expired] William Budington <bill@eff.org>
uid           [ expired] William Budington <bill@inputoutput.io>

pub   rsa4096 2018-09-07 [SC] [expires: 2022-09-07]
      CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420
uid           [ unknown] Alexis <alexis@eff.org>
sub   rsa4096 2018-09-07 [E] [expires: 2022-09-07]

https-eveyrwhere.gpg new contents:

/tor-browser-build/keyring$ gpg --list-keys --no-default-keyring --keyring ./https-everywhere.gpg
./https-everywhere.gpg
----------------------
pub   rsa4096 2016-12-13 [SC] [expired: 2021-12-12]
      1073E74EB38BD6D19476CBF8EA9DBF9FB761A677
uid           [ expired] William Budington <bill@eff.org>
uid           [ expired] William Budington <bill@inputoutput.io>

pub   rsa4096 2018-09-07 [SC] [expires: 2022-09-07]
      CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420
uid           [ unknown] Alexis Hancock (EFF) <alexis@eff.org>
uid           [ unknown] Alexis <alexis@eff.org>
sub   rsa4096 2018-09-07 [E] [expires: 2022-09-07]
sub   rsa4096 2021-09-02 [S] [expires: 2023-09-02]

Verified https-everywhere can now build the latest release tag:

tor-browser-build$ ./rbm/rbm build https-everywhere --target alpha --target torbrowser-linux-x86_64
Using file /home/pospeselr/Code/tor-browser-build/out/container-image/container-image_bullseye-amd64-a4f86feadc2d.tar.gz
Tag 2022.5.24 is signed with key CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420
Created /home/pospeselr/Code/tor-browser-build/tmp/rbm-DIiUqB/rbm-eo7rK/https-everywhere-2022.5.24.tar.gz
Build log: /home/pospeselr/Code/tor-browser-build/logs/https-everywhere-linux-x86_64.log

Merge request reports