You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Jim McNamara <ro...@yahoo.com.INVALID> on 2022/08/02 21:19:58 UTC

signing keys for apache netbeans

Hi all-
I downloaded the file KEYS.txt from here:
dist.apache.org/repos/dist/release/netbeans/KEYS

I found 5 keys in common with my file keys. I populated that with signing keys after gptg import.
The reason I know there are 5 keys in common is because I ran these commands:
sort -n file1 > k1sort -n file2 > k2
comm -1 -2 k1 k2
Below is the printout. Please let me know if I am doing it wrong. I did try gpg --verify KEYS.txt Apache Netbeans downloaded file....
Please help me out if you have a spare moment so I can verify the KEYS.txt.
THANKS,robol-loki
0EEFAD6B9554FD485FF115477022397A0BFA52E9
      D0410592D20D84582E23D7F057D5896CD86C1320
      DE8B8FB2B223C84F45142DC93ED477750C09D18D
      E7683FBCA0DD41F77A16501722A936FAFD486E9A
      FDF1E067FF3EABE8760380975CDA98F97CD37A42
pub   rsa4096 2017-10-12 [SC]
pub   rsa4096 2018-02-03 [SC]
pub   rsa4096 2018-05-16 [SC]
pub   rsa4096 2018-10-02 [SC]
pub   rsa4096 2019-01-17 [SC]
pub   rsa4096 2019-06-14 [SC] [expires: 2025-06-24]
pub   rsa4096 2019-07-17 [SC]
pub   rsa4096 2020-05-22 [SC]
pub   rsa4096 2021-01-11 [SC]
pub   rsa4096 2022-01-11 [SC] [expires: 2024-01-11]
pub   rsa4096 2022-02-25 [SC]
pub   rsa4096 2022-02-25 [SC] [expires: 2026-02-24]
sub   rsa4096 2017-10-12 [E]
sub   rsa4096 2018-02-03 [E]
sub   rsa4096 2018-05-16 [E]
sub   rsa4096 2018-10-02 [E]
sub   rsa4096 2019-01-17 [E]
sub   rsa4096 2019-06-14 [E] [expires: 2025-06-24]
sub   rsa4096 2019-07-17 [E]
sub   rsa4096 2020-05-22 [E]
sub   rsa4096 2021-01-11 [E]
sub   rsa4096 2022-01-11 [E] [expires: 2024-01-11]
sub   rsa4096 2022-02-25 [E]
sub   rsa4096 2022-02-25 [E] [expires: 2026-02-24]
comm: file 1 is not in sorted order
comm: file 2 is not in sorted order
comm: input is not in sorted order



Re: signing keys for apache netbeans

Posted by Jim McNamara <ro...@yahoo.com.INVALID>.
 Oops-
I meant to say column 3 has no common key between the 2 files when running the comm command for linux.
sorry all. I think we are missing a key.
thanks,robo-loki
    On Tuesday, August 2, 2022 at 05:20:20 PM EDT, Jim McNamara <ro...@yahoo.com.invalid> wrote:  
 
 Hi all-
I downloaded the file KEYS.txt from here:
dist.apache.org/repos/dist/release/netbeans/KEYS

I found 5 keys in common with my file keys. I populated that with signing keys after gptg import.
The reason I know there are 5 keys in common is because I ran these commands:
sort -n file1 > k1sort -n file2 > k2
comm -1 -2 k1 k2
Below is the printout. Please let me know if I am doing it wrong. I did try gpg --verify KEYS.txt Apache Netbeans downloaded file....
Please help me out if you have a spare moment so I can verify the KEYS.txt.
THANKS,robol-loki
0EEFAD6B9554FD485FF115477022397A0BFA52E9
      D0410592D20D84582E23D7F057D5896CD86C1320
      DE8B8FB2B223C84F45142DC93ED477750C09D18D
      E7683FBCA0DD41F77A16501722A936FAFD486E9A
      FDF1E067FF3EABE8760380975CDA98F97CD37A42
pub   rsa4096 2017-10-12 [SC]
pub   rsa4096 2018-02-03 [SC]
pub   rsa4096 2018-05-16 [SC]
pub   rsa4096 2018-10-02 [SC]
pub   rsa4096 2019-01-17 [SC]
pub   rsa4096 2019-06-14 [SC] [expires: 2025-06-24]
pub   rsa4096 2019-07-17 [SC]
pub   rsa4096 2020-05-22 [SC]
pub   rsa4096 2021-01-11 [SC]
pub   rsa4096 2022-01-11 [SC] [expires: 2024-01-11]
pub   rsa4096 2022-02-25 [SC]
pub   rsa4096 2022-02-25 [SC] [expires: 2026-02-24]
sub   rsa4096 2017-10-12 [E]
sub   rsa4096 2018-02-03 [E]
sub   rsa4096 2018-05-16 [E]
sub   rsa4096 2018-10-02 [E]
sub   rsa4096 2019-01-17 [E]
sub   rsa4096 2019-06-14 [E] [expires: 2025-06-24]
sub   rsa4096 2019-07-17 [E]
sub   rsa4096 2020-05-22 [E]
sub   rsa4096 2021-01-11 [E]
sub   rsa4096 2022-01-11 [E] [expires: 2024-01-11]
sub   rsa4096 2022-02-25 [E]
sub   rsa4096 2022-02-25 [E] [expires: 2026-02-24]
comm: file 1 is not in sorted order
comm: file 2 is not in sorted order
comm: input is not in sorted order