[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.6-7-g327fece
by Andre Heinecke
cvs at cvs.gnupg.org
Thu Apr 12 08:57:06 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, STABLE-BRANCH-2-2 has been updated
via 327fece0aed2c9974659c72304f9fd1f461d460c (commit)
from bb2680a45ab27427d33861802617211052242a33 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 327fece0aed2c9974659c72304f9fd1f461d460c
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Thu Apr 12 08:56:00 2018 +0200
build: Update getswdb version check to 2.2
* build-aux/getswdb.sh: Check for gnupg22_ver gnupg21_ver no
longer exists.
diff --git a/build-aux/getswdb.sh b/build-aux/getswdb.sh
index 83ecdb2..cd419f2 100755
--- a/build-aux/getswdb.sh
+++ b/build-aux/getswdb.sh
@@ -175,9 +175,9 @@ fi
# to help detect rollback attacks.
#
if [ $skip_selfcheck = no ]; then
- gnupg_ver=$(awk '$1=="gnupg21_ver" {print $2;exit}' swdb.lst)
+ gnupg_ver=$(awk '$1=="gnupg22_ver" {print $2;exit}' swdb.lst)
if [ -z "$gnupg_ver" ]; then
- echo "GnuPG 2.1 version missing in swdb.lst!" >&2
+ echo "GnuPG 2.2 version missing in swdb.lst!" >&2
exit 1
fi
gnupg_ver_num=$(echo "$gnupg_ver" | cvtver)
-----------------------------------------------------------------------
Summary of changes:
build-aux/getswdb.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list