mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Change pgp keyserver to pgp.ipfire.org so we can change it in the dns.
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
etc/system-release
|
etc/system-release
|
||||||
boot/ipfirerd-2.6.32.28.img
|
boot/ipfirerd-2.6.32.28.img
|
||||||
|
opt/pakfire/lib/functions.pl
|
||||||
|
|||||||
@@ -865,7 +865,7 @@ sub checkcryptodb {
|
|||||||
unless ( "$ret" eq "0" ) {
|
unless ( "$ret" eq "0" ) {
|
||||||
message("CRYPTO WARN: The GnuPG isn't configured corectly. Trying now to fix this.");
|
message("CRYPTO WARN: The GnuPG isn't configured corectly. Trying now to fix this.");
|
||||||
message("CRYPTO WARN: It's normal to see this on first execution.");
|
message("CRYPTO WARN: It's normal to see this on first execution.");
|
||||||
my $command = "gpg --keyserver pgp.mit.edu --always-trust --status-fd 2";
|
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 $myid >> $Conf::logdir/gnupg-database.log 2>&1");
|
||||||
system("$command --recv-key $trustid >> $Conf::logdir/gnupg-database.log 2>&1");
|
system("$command --recv-key $trustid >> $Conf::logdir/gnupg-database.log 2>&1");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user