diff --git a/hplip-change-pgp-server.patch b/hplip-change-pgp-server.patch index ef4ef50..e42254f 100644 --- a/hplip-change-pgp-server.patch +++ b/hplip-change-pgp-server.patch @@ -7,7 +7,7 @@ Index: hplip-3.19.6/base/validation.py class GPG_Verification(DigiSign_Verification): - def __init__(self, pgp_site = 'pgp.mit.edu', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9): -+ def __init__(self, pgp_site = 'keys.openpgp.org', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9): ++ def __init__(self, pgp_site = 'pgp.surf.nl', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9): self.__pgp_site = pgp_site self.__key = key self.__gpg = utils.which('gpg',True) diff --git a/hplip.changes b/hplip.changes index 6f18d8f..72d0d24 100644 --- a/hplip.changes +++ b/hplip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 14 14:43:11 UTC 2021 - Martin Wilck + +- Replace keys.openpgp.org with pgp.surf.nl (bsc#1193656) + * gpg refuses to load the key from keys.openpgp.org. + ------------------------------------------------------------------- Tue Dec 14 11:17:46 UTC 2021 - Martin Wilck