commit: ed2a826f8d2fc5b74a714e0e37561cec25abc79b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jul 5 05:17:20 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jul 5 05:39:33 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ed2a826f
repos.conf: Default to using Gentoo keyservers Default to using hkps://keys.gentoo.org which are guaranteed to hold the newest copies of Gentoo keys, are secured against key poisoning and are more reliable than SKS. Reviewed-by: Zac Medico <zmedico <AT> gentoo.org> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> cnf/repos.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/cnf/repos.conf b/cnf/repos.conf index e84840bf2..2d73b3e35 100644 --- a/cnf/repos.conf +++ b/cnf/repos.conf @@ -10,6 +10,7 @@ sync-rsync-verify-jobs = 1 sync-rsync-verify-metamanifest = yes sync-rsync-verify-max-age = 24 sync-openpgp-key-path = /usr/share/openpgp-keys/gentoo-release.asc +sync-openpgp-keyserver = hkps://keys.gentoo.org sync-openpgp-key-refresh-retry-count = 40 sync-openpgp-key-refresh-retry-overall-timeout = 1200 sync-openpgp-key-refresh-retry-delay-exp-base = 2
