Mailing List Archive

GnuPG 2.3.0 database
It is with great anticipation that I fire up a raspberry pi 4 to compile
the newest version of GnuPG 2.3.0 using speedo. However I ran into:

GnuPG version in swdb.lst is less than this version!
  This version: 2.3.0
  SWDB version: 2.2.27
/home/pi/Downloads/gnupg-2.3.0/build-aux/speedo.mk:393: *** Error
getting GnuPG software version database.  Stop.
make[1]: Leaving directory '/home/pi/Downloads/gnupg-2.3.0'
make: *** [build-aux/speedo.mk:139: native] Error 2

I'm looking forward with held breath to the updated SWDB :)

Murphy
Re: GnuPG 2.3.0 database [ In reply to ]
On Thu, 8 Apr 2021 07:37, murphy said:
> It is with great anticipation that I fire up a raspberry pi 4 to compile
> the newest version of GnuPG 2.3.0 using speedo. However I ran into:
>
> GnuPG version in swdb.lst is less than this version!
>   This version: 2.3.0
>   SWDB version: 2.2.27

Sorry about this. There is an easy fix:

--8<---------------cut here---------------start------------->8---
--- 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=="gnupg22_ver" {print $2;exit}' swdb.lst)
+ gnupg_ver=$(awk '$1=="gnupg24_ver" {print $2;exit}' swdb.lst)
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
fi
gnupg_ver_num=$(echo "$gnupg_ver" | cvtver)
Modified configure.ac
--8<---------------cut here---------------end--------------->8---


Not guarantee that things works, the release process uses speedo only
for the Windows build. So, if you run into more errors, please let us
know.


Shalom-Salam,

Werner

--
Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.