summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm/rpm-macros.in-disable-external-key-server.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm/rpm-macros.in-disable-external-key-server.patch')
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-macros.in-disable-external-key-server.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-macros.in-disable-external-key-server.patch b/meta/recipes-devtools/rpm/rpm/rpm-macros.in-disable-external-key-server.patch
deleted file mode 100644
index a08412aa91..0000000000
--- a/meta/recipes-devtools/rpm/rpm/rpm-macros.in-disable-external-key-server.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1disable external key server
2
3Upstream-Status: Pending
4
5When RPM experiences a signed package, with a signature that it does NOT know.
6By default it will send the -fingerprint- (and only the 16 digit fingerprint) to
7an external HKP server, trying to get the key down.
8
9This is probably not a reasonable default behavior for the system to do, instead
10it should simply fail the key lookup. If someone wants to enable the HKP server
11it's easy enough to do by enabling the necessary macros.
12
13Signed-off-by: yzhu1 <yanjun.zhu@windriver.com>
14Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
15Index: rpm/macros/macros.in
16===================================================================
17--- rpm.orig/macros/macros.in
18+++ rpm/macros/macros.in
19@@ -563,10 +563,10 @@ $_arbitrary_tags_tests Foo:Bar
20
21 # Horowitz Key Protocol server configuration
22 #
23-%_hkp_keyserver hkp://keys.rpm5.org
24+#%_hkp_keyserver hkp://keys.rpm5.org
25 #%_hkp_keyserver hkp://keys.n3npq.net
26 #%_hkp_keyserver hkp://pool.sks-keyservers.net
27-%_hkp_keyserver_query %{_hkp_keyserver}/pks/lookup?op=get&search=
28+#%_hkp_keyserver_query %{_hkp_keyserver}/pks/lookup?op=get&search=
29
30
31 # NSS_InitContext() parameter configuration