From: Michael Tremer Date: Tue, 12 Dec 2017 19:28:16 +0000 (+0000) Subject: pakfire: Drop importing CACert's PGP key X-Git-Tag: v2.19-core117~1^2~1 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=73b2988ae4a4202dd48a078b359eb8f618e2b611 pakfire: Drop importing CACert's PGP key Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl index 5fe4cc4e66..f7f9d346c8 100644 --- a/src/pakfire/lib/functions.pl +++ b/src/pakfire/lib/functions.pl @@ -35,7 +35,6 @@ package Pakfire; # GPG Keys my $myid = "179740DC4D8C47DC63C099C74BDE364C64D96617"; # Our own gpg-key paks@ipfire.org -my $trustid = "A31D4F81EF4EBD07B456FA04D2BB0D0165D0FD58"; # gpg-key of CaCert # A small color-hash :D my %color; @@ -909,7 +908,6 @@ sub checkcryptodb { message("CRYPTO WARN: If this message is being shown repeatedly, check if time and date are set correctly, and if IPFire can connect via port 11371 TCP."); my $command = "gpg --keyserver pgp.ipfire.org --always-trust --status-fd 2"; system("$command --recv-key $myid >> $Conf::logdir/gnupg-database.log 2>&1"); - system("$command --recv-key $trustid >> $Conf::logdir/gnupg-database.log 2>&1"); } else { logger("CRYPTO INFO: Database is okay"); }