aboutsummaryrefslogtreecommitdiffstats
path: root/main/gnupg/change-default-keyserver.patch
blob: f2be04460dac972d5c1d47e911f03723c37e43f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
hkps.pool.sks-keyservers.net is dead. This patch backports the change of
the default keyserver from newer versions of gnupg to keyserver.ubuntu.com.

--- a/configure
+++ b/configure
@@ -16059,7 +16059,7 @@
 
 
 cat >>confdefs.h <<_ACEOF
-#define DIRMNGR_DEFAULT_KEYSERVER "hkps://hkps.pool.sks-keyservers.net"
+#define DIRMNGR_DEFAULT_KEYSERVER "hkps://keyserver.ubuntu.com"
 _ACEOF
 
 
--- a/configure.ac
+++ b/configure.ac
@@ -1839,7 +1839,7 @@
 AC_DEFINE_UNQUOTED(DIRMNGR_SOCK_NAME, "S.dirmngr",
                    [The name of the dirmngr socket])
 AC_DEFINE_UNQUOTED(DIRMNGR_DEFAULT_KEYSERVER,
-                   "hkps://hkps.pool.sks-keyservers.net",
+                   "hkps://keyserver.ubuntu.com",
       [The default keyserver for dirmngr to use, if none is explicitly given])
 
 AC_DEFINE_UNQUOTED(GPGEXT_GPG, "gpg", [The standard binary file suffix])