blob: a08412aa916d5096c6cceeb832e3de77ae2b739c [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001disable 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>
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050015Index: 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
Patrick Williamsc124f4f2015-09-15 14:41:29 -050021 # Horowitz Key Protocol server configuration
22 #
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050023-%_hkp_keyserver hkp://keys.rpm5.org
24+#%_hkp_keyserver hkp://keys.rpm5.org
Patrick Williamsc124f4f2015-09-15 14:41:29 -050025 #%_hkp_keyserver hkp://keys.n3npq.net
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050026 #%_hkp_keyserver hkp://pool.sks-keyservers.net
Patrick Williamsc124f4f2015-09-15 14:41:29 -050027-%_hkp_keyserver_query %{_hkp_keyserver}/pks/lookup?op=get&search=
Patrick Williamsc124f4f2015-09-15 14:41:29 -050028+#%_hkp_keyserver_query %{_hkp_keyserver}/pks/lookup?op=get&search=
29
30
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050031 # NSS_InitContext() parameter configuration