From 284e71a0ad0b76256e67b352470c438cfd134fef Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 12 Mar 2017 12:33:26 +0100 Subject: 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 Signed-off-by: Thomas Petazzoni --- .../0004-silence-git-when-not-in-git-tree.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 package/gnupg2/0004-silence-git-when-not-in-git-tree.patch (limited to 'package/gnupg2/0004-silence-git-when-not-in-git-tree.patch') diff --git a/package/gnupg2/0004-silence-git-when-not-in-git-tree.patch b/package/gnupg2/0004-silence-git-when-not-in-git-tree.patch deleted file mode 100644 index 5eaefe4bda..0000000000 --- a/package/gnupg2/0004-silence-git-when-not-in-git-tree.patch +++ /dev/null @@ -1,26 +0,0 @@ -configure: silence autoreconf when not in a git tree - -When autoreconfiguring ourside of a git tree, the output is verbose -with git errors. - -Silence that by consigning stderr to oblivion. - -Signed-off-by: "Yann E. MORIN" - -diff -durN gnupg2-2.0.29.orig/configure.ac gnupg2-2.0.29/configure.ac ---- gnupg2-2.0.29.orig/configure.ac 2015-09-08 14:39:24.000000000 +0200 -+++ gnupg2-2.0.29/configure.ac 2015-12-16 18:34:47.099493863 +0100 -@@ -33,11 +33,11 @@ - # flag indicating a development version (mym4_isgit). Note that the - # m4 processing is done by autoconf and not during the configure run. - m4_define([mym4_revision], -- m4_esyscmd([git rev-parse --short HEAD | tr -d '\n\r'])) -+ m4_esyscmd([git rev-parse --short HEAD 2>/dev/null | tr -d '\n\r'])) - m4_define([mym4_revision_dec], - m4_esyscmd_s([echo $((0x$(echo ]mym4_revision[|head -c 4)))])) - m4_define([mym4_betastring], -- m4_esyscmd_s([git describe --match 'gnupg-2.[0-9].*[0-9]' --long|\ -+ m4_esyscmd_s([git describe --match 'gnupg-2.[0-9].*[0-9]' --long 2>/dev/null |\ - awk -F- '$3!=0{print"-beta"$3}'])) - m4_define([mym4_isgit],m4_if(mym4_betastring,[],[no],[yes])) - m4_define([mym4_full_version],[mym4_version[]mym4_betastring]) -- cgit v1.2.3