We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2995376 commit 927b5e5Copy full SHA for 927b5e5
modules/gpg
@@ -2,11 +2,11 @@ modules-$(CONFIG_GPG) += gpg
2
3
# we install gpgv 1.4, which is an older version that has fewer
4
# dependencies. This may need to be revisted later.
5
-gpg_version := 1.4.21
+gpg_version := 1.4.23
6
gpg_dir := gnupg-$(gpg_version)
7
gpg_tar := gnupg-$(gpg_version).tar.bz2
8
gpg_url := https://www.gnupg.org/ftp/gcrypt/gnupg/$(gpg_tar)
9
-gpg_hash := 6b47a3100c857dcab3c60e6152e56a997f2c7862c1b8b2b25adf3884a1ae2276
+gpg_hash := c9462f17e651b6507848c08c430c791287cd75491f8b5a8b50c6ed46b12678ba
10
11
# For reproducibility reasons we have to override the exec_prefix
12
# and datarootdir on the configure line so that the Makefiles will
patches/gpg-1.4.21.patch renamed to patches/gpg-1.4.23.patch
0 commit comments