284e71a0ad
Support for GnuPG 2.0 will end 2017-12-31: https://lists.gnupg.org/pipermail/gnupg-announce/2017q1/000402.html Removed all patches: - 0001-fix-pth-config-usage.patch Not needed anymore, gnupg2 now depends on libnpth: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff;h=001352077cdc7e402421c77328bea1a052005673 - 0002-missing-include.patch Not needed anymore after upstream commit https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff;h=0367a4b8cfbf1f197e093ca2b83b27e0a409c3c7 - 0003-dont-run-tests.patch Not needed anymore after upstream commit https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff;h=4a232d23a8f51bebf9ee382e480248b4bde30f28 - 0004-silence-git-when-not-in-git-tree.patch Not needed anymore after upstream commit restricting the usage of git commands to the case where the directory .git exists https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff;h=b67e4e523e6d19d384e23c5bb03010caebd150e7 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
comment "gnupg2 needs a toolchain w/ threads and dynamic library support"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
config BR2_PACKAGE_GNUPG2
|
|
bool "gnupg2"
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_LIBGPG_ERROR
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
select BR2_PACKAGE_LIBASSUAN
|
|
select BR2_PACKAGE_LIBKSBA
|
|
select BR2_PACKAGE_LIBNPTH
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnpth
|
|
depends on BR2_USE_MMU # libassuan, libnpth
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
GnuPG is the GNU project's complete and free implementation
|
|
of the OpenPGP standard as defined by RFC4880. GnuPG allows
|
|
to encrypt and sign your data and communication, features a
|
|
versatile key management system as well as access modules
|
|
for all kinds of public key directories. GnuPG, also known
|
|
as GPG, is a command line tool with features for easy
|
|
integration with other applications.
|
|
|
|
http://gnupg.org/
|
|
|
|
if BR2_PACKAGE_GNUPG2
|
|
|
|
config BR2_PACKAGE_GNUPG2_GPGV2
|
|
bool "gpgv2"
|
|
help
|
|
gpgv2 is an OpenPGP signature verification tool.
|
|
|
|
This program is actually a stripped-down version of gpg
|
|
which is only able to check signatures. It is somewhat
|
|
smaller than the fully-blown gpg and uses a different (and
|
|
simpler) way to check that the public keys used to make the
|
|
signature are valid. There are no configuration files and
|
|
only a few options are implemented.
|
|
|
|
endif
|