Closed paravoid closed 11 months ago
So both of these seem to be due to me using an older key. I think http://www.bieringer.de/ftp/pub/linux/IPv6/ipv6calc/ has your older key, but I see now that https://www.deepspace6.net/ftp/pub/ds6/sources/ipv6calc/CODE-GPG-KEY-bieringer.de-2013 has a newer version that expires in 2027.
@paravoid : thank you for reporting outdated key, have updated them now here: http://www.bieringer.de/ftp/pub/linux/IPv6/ipv6calc/
And used signature algorithm is SHA256 for latest version.
gpg --verbose --verify ipv6calc-4.1.0.tar.gz.sig
gpg: assuming signed data in 'ipv6calc-4.1.0.tar.gz'
gpg: Signature made Tue 13 Jun 2023 05:23:35 AM CEST
gpg: using RSA key AAB38CB797C750C778C608C6DDEB141DF7380F61
gpg: using pgp trust model
gpg: Good signature from "Peter Bieringer (Code Signing Key 2013) <code@bieringer.de>" [ultimate]
gpg: aka "[jpeg image of size 2653]" [ultimate]
gpg: binary signature, digest algorithm SHA256, key algorithm rsa4096
This is likely due to an older version of GnuPG as I think newer versions have improved defaults.
But you can override the defaults using
--personal-cipher-preferences
, I believe.