From: Stéphane Graber Date: Wed, 17 Aug 2016 19:42:34 +0000 (-0400) Subject: Use full GPG fingerprint instead of long IDs. X-Git-Tag: lxc-2.1.0~350^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1138%2Fhead;p=thirdparty%2Flxc.git Use full GPG fingerprint instead of long IDs. With how easy it is to create a collision on a short ID nowadays and given that the user doesn't actually have to remember or manually enter the key ID, lets just use the full fingerprint from now on. Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-download.in b/templates/lxc-download.in index d4cf83075..4a67a7c79 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -33,7 +33,7 @@ DOWNLOAD_DIST= DOWNLOAD_FLUSH_CACHE="false" DOWNLOAD_FORCE_CACHE="false" DOWNLOAD_INTERACTIVE="false" -DOWNLOAD_KEYID="0xBAEFF88C22F6E216" +DOWNLOAD_KEYID="0xE7FB0CAEC8173D669066514CBAEFF88C22F6E216" DOWNLOAD_KEYSERVER="hkp://pool.sks-keyservers.net" DOWNLOAD_LIST_IMAGES="false" DOWNLOAD_MODE="system"