Merge pull request #1580 from tlaurion/force_absence_dirmngr

gpg2: make sure dirmngr is not spawn to refresh keys under initrd/.gnupg/gpg.conf
This commit is contained in:
tlaurion 2024-01-09 15:03:17 -05:00 committed by GitHub
commit 8e1e402dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1,2 @@
use-agent
keyserver-options no-auto-key-retrieve

View File

@ -5,6 +5,7 @@ gpg2_dir := gnupg-$(gpg2_version)
gpg2_tar := gnupg-$(gpg2_version).tar.bz2
gpg2_url := https://www.gnupg.org/ftp/gcrypt/gnupg/$(gpg2_tar)
gpg2_hash := 1d79158dd01d992431dd2e3facb89fdac97127f89784ea2cb610c600fb0c1483
gpg2_depends := libgpg-error libgcrypt libksba libassuan npth libusb-compat $(musl_dep)
# For reproducibility reasons we have to override the exec_prefix
# and datarootdir on the configure line so that the Makefiles will
@ -29,8 +30,8 @@ gpg2_configure := \
--enable-ccid-driver \
--disable-tofu \
--disable-rpath \
--disable-regex \
--disable-doc \
--disable-regex \
--disable-doc \
--disable-bzip2 \
--disable-exec \
--disable-photo-viewers \
@ -56,5 +57,3 @@ gpg2_target := $(MAKE_JOBS) \
install
gpg2_output := g10/gpg agent/gpg-agent scd/scdaemon
gpg2_depends := libgpg-error libgcrypt libksba libassuan npth libusb-compat $(musl_dep)