]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/pakfire/lib/functions.pl
pakfire: Drop importing CACert's PGP key
[ipfire-2.x.git] / src / pakfire / lib / functions.pl
index 5fe4cc4e66d0082bd1bdc09c78a73b0f6a9bae91..f7f9d346c8ff7d02dcd49f14754c14f1e404e1a3 100644 (file)
@@ -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");
        }