mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
build: Change version tag also in getswdb.sh
--
This commit is contained in:
parent
63320ba2f8
commit
51395dbebd
@ -175,9 +175,9 @@ fi
|
|||||||
# to help detect rollback attacks.
|
# to help detect rollback attacks.
|
||||||
#
|
#
|
||||||
if [ $skip_selfcheck = no ]; then
|
if [ $skip_selfcheck = no ]; then
|
||||||
gnupg_ver=$(awk '$1=="gnupg22_ver" {print $2;exit}' swdb.lst)
|
gnupg_ver=$(awk '$1=="gnupg24_ver" {print $2;exit}' swdb.lst)
|
||||||
if [ -z "$gnupg_ver" ]; then
|
if [ -z "$gnupg_ver" ]; then
|
||||||
echo "GnuPG 2.2 version missing in swdb.lst!" >&2
|
echo "GnuPG 2.4 version info missing in swdb.lst!" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
gnupg_ver_num=$(echo "$gnupg_ver" | cvtver)
|
gnupg_ver_num=$(echo "$gnupg_ver" | cvtver)
|
||||||
|
@ -51,7 +51,7 @@ m4_esyscmd([echo ]mym4_version[>VERSION])
|
|||||||
AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
|
AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
|
||||||
|
|
||||||
# When changing the SWDB tag please also adjust the hard coded tags in
|
# When changing the SWDB tag please also adjust the hard coded tags in
|
||||||
# build-aux/speedo.mk and Makefile.am
|
# build-aux/speedo.mk, build-aux/getswdb.sh, and Makefile.am
|
||||||
AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg24", [swdb tag for this branch])
|
AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg24", [swdb tag for this branch])
|
||||||
|
|
||||||
NEED_GPGRT_VERSION=1.41
|
NEED_GPGRT_VERSION=1.41
|
||||||
|
Loading…
x
Reference in New Issue
Block a user