diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-03-12 12:33:26 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-19 21:46:29 +0100 |
commit | 284e71a0ad0b76256e67b352470c438cfd134fef (patch) | |
tree | 3610890c853ee11ed2b027e196ee1f8fa5e67270 /package/gnupg2/0003-dont-run-tests.patch | |
parent | 5d74d39cb421611e7be8ee73a308d608c47cfa28 (diff) | |
download | buildroot-284e71a0ad0b76256e67b352470c438cfd134fef.tar.gz buildroot-284e71a0ad0b76256e67b352470c438cfd134fef.zip |
package/gnupg2: bump version to 2.1.19
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>
Diffstat (limited to 'package/gnupg2/0003-dont-run-tests.patch')
-rw-r--r-- | package/gnupg2/0003-dont-run-tests.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/package/gnupg2/0003-dont-run-tests.patch b/package/gnupg2/0003-dont-run-tests.patch deleted file mode 100644 index 1858a0de09..0000000000 --- a/package/gnupg2/0003-dont-run-tests.patch +++ /dev/null @@ -1,39 +0,0 @@ -tests: really don't run tests in cross-compilation - -Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> - -diff -durN gnupg2-2.0.29.orig/tests/Makefile.am gnupg2-2.0.29/tests/Makefile.am ---- gnupg2-2.0.29.orig/tests/Makefile.am 2015-09-08 14:39:24.000000000 +0200 -+++ gnupg2-2.0.29/tests/Makefile.am 2015-12-16 18:27:55.778227183 +0100 -@@ -64,6 +64,7 @@ - asschk_SOURCES = asschk.c - - -+if RUN_GPG_TESTS - all-local: inittests.stamp - - clean-local: -@@ -72,4 +73,5 @@ - inittests.stamp: inittests - srcdir=$(srcdir) $(TESTS_ENVIRONMENT) $(srcdir)/inittests - echo timestamp >./inittests.stamp -+endif # RUN_GPG_TESTS - -diff -durN gnupg2-2.0.29.orig/tests/pkits/Makefile.am gnupg2-2.0.29/tests/pkits/Makefile.am ---- gnupg2-2.0.29.orig/tests/pkits/Makefile.am 2015-09-01 08:52:21.000000000 +0200 -+++ gnupg2-2.0.29/tests/pkits/Makefile.am 2015-12-16 18:44:06.422655594 +0100 -@@ -52,6 +52,7 @@ - - DISTCLEANFILES = pubring.kbx~ random_seed - -+if RUN_GPG_TESTS - all-local: inittests.stamp - - clean-local: -@@ -71,5 +72,5 @@ - elif test $$? -eq 77; then echo "- SKIP $$tst"; \ - fi; \ - done -- -+endif # RUN_GPG_TESTS - |