Compare commits
No commits in common. "a9" and "a8" have entirely different histories.
@ -5,14 +5,14 @@ actions:
|
|||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
- changelog_entry:
|
- changelog_entry:
|
||||||
- name: "Eduard Abdullin"
|
- name: "Sergey Fokin"
|
||||||
email: "eabdullin@almalinux.org"
|
email: "sfokin@cloudlinux.com"
|
||||||
line:
|
line:
|
||||||
- "Аdd AlmaLinux support"
|
- "Аdd AlmaLinux support"
|
||||||
- "Fix permission for custom created gpg dir"
|
- "Fix permission for custom created gpg dir"
|
||||||
|
- "Change gpg server to pgp.mit.edu"
|
||||||
|
|
||||||
- add_files:
|
- add_files:
|
||||||
- type: "patch"
|
- type: "patch"
|
||||||
name: "hplip-3.21.2-gpgdir-rules-gpg-server.patch"
|
name: "hplip-3.18.4-gpgdir-rules-gpg-server.patch"
|
||||||
number: 100
|
number: 100
|
||||||
|
|
||||||
|
|||||||
@ -12,6 +12,15 @@ diff -uprN a/base/password.py b/base/password.py
|
|||||||
diff -uprN a/base/validation.py b/base/validation.py
|
diff -uprN a/base/validation.py b/base/validation.py
|
||||||
--- a/base/validation.py 2021-07-16 11:19:07.364594092 +0300
|
--- a/base/validation.py 2021-07-16 11:19:07.364594092 +0300
|
||||||
+++ b/base/validation.py 2021-07-16 11:22:50.609324314 +0300
|
+++ b/base/validation.py 2021-07-16 11:22:50.609324314 +0300
|
||||||
|
@@ -42,7 +42,7 @@ class DigiSign_Verification(object):
|
||||||
|
|
||||||
|
|
||||||
|
class GPG_Verification(DigiSign_Verification):
|
||||||
|
- def __init__(self, pgp_site = 'pool.sks-keyservers.net', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9):
|
||||||
|
+ def __init__(self, pgp_site = 'pgp.mit.edu', key = 0x4ABA2F66DBD5A95894910E0673D770CDA59047B9):
|
||||||
|
self.__pgp_site = pgp_site
|
||||||
|
self.__key = key
|
||||||
|
self.__gpg = utils.which('gpg',True)
|
||||||
@@ -55,7 +55,7 @@ class GPG_Verification(DigiSign_Verifica
|
@@ -55,7 +55,7 @@ class GPG_Verification(DigiSign_Verifica
|
||||||
|
|
||||||
if not os.path.exists(self.__gpg_dir):
|
if not os.path.exists(self.__gpg_dir):
|
||||||
@ -21,4 +30,3 @@ diff -uprN a/base/validation.py b/base/validation.py
|
|||||||
except OSError:
|
except OSError:
|
||||||
log.error("Failed to create %s" % self.__gpg_dir)
|
log.error("Failed to create %s" % self.__gpg_dir)
|
||||||
self.__change_owner()
|
self.__change_owner()
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user