PeterPawn / decoder

"secrets" decoding for FRITZ!OS devices
GNU General Public License v2.0
78 stars 18 forks source link

Nettle download GPG keyserver broken #25

Closed HonoluluHenk closed 3 years ago

HonoluluHenk commented 3 years ago

When executing make, I received the error message 'gpg: error reading key: No public key' from download.sh.

After digging around, I found that the keyserver hkp://keys.gnupg.net:11371 is not responding. This server does not seem to exist anymore!

Workaround: Modify the file src/nettle/download.sh as follows: Replace keyServer=hkp://keys.gnupg.net:11371 with (e.g.) keyServer=keyserver.ubuntu.com Or use some other keyserver

Then make runs without errors.

PeterPawn commented 3 years ago

Thx for info - I'm getting annoyed to look for further key-servers (and I don't want to use one regularly, that's operated by Canonical) and so I've included the public key into the download script. This should solve the problem, too.

PeterPawn commented 3 years ago

closed by e8b2924e81102eda226aa7d333974606eef94d35 - the hash referenced above was the first attempt and I had to correct another mistake later.