X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Fpakfire%2Flib%2Ffunctions.pl;fp=src%2Fpakfire%2Flib%2Ffunctions.pl;h=f7f9d346c8ff7d02dcd49f14754c14f1e404e1a3;hp=5fe4cc4e66d0082bd1bdc09c78a73b0f6a9bae91;hb=73b2988ae4a4202dd48a078b359eb8f618e2b611;hpb=979f8700b26fc442f021f8a6fe891e05b76aabe0 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"); }