Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 761360 Details for
Bug 830599
perl-core/CPAN-2.290.0-r1: Fatal: can't create directory '/root/.gnupg': Permission denied
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to skip import of PAUSE public keys into users GnuPG keychain
skip-pubkey-import.patch (text/plain), 949 bytes, created by
kamal
on 2022-01-05 12:02:33 UTC
(
hide
)
Description:
Patch to skip import of PAUSE public keys into users GnuPG keychain
Filename:
MIME Type:
Creator:
kamal
Created:
2022-01-05 12:02:33 UTC
Size:
949 bytes
patch
obsolete
>Subject: Prevents the import of PAUSE public keys into users GnuPG keychain >From: Kamal Abdellatif <kamal32@tgf.pw> >Gentoo-Bug-URL: https://bugs.gentoo.org/830599 > >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -164,10 +164,11 @@ if ($HAVE_FILE_SPEC) { > my $abs = File::Spec->catfile($dir, 'gpg'); > my $cmd; > if ($cmd = MM->maybe_command($abs)) { >- print "Importing PAUSE public key into your GnuPG keychain... "; >- system($cmd, '--quiet', '--import', <PAUSE*.pub>); >- print "done!\n"; >- print "(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')\n"; >+ # print "Importing PAUSE public key into your GnuPG keychain... "; >+ # system($cmd, '--quiet', '--import', <PAUSE*.pub>); >+ # print "done!\n"; >+ # print "(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')\n"; >+ print "Skipping PAUSE public key import. See https://bugs.gentoo.org/830599\n"; > last; > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 830599
:
761297
|
761298
|
761320
| 761360