GnuPG 2.3.0 database

Werner Koch wk at gnupg.org
Fri Apr 9 18:54:46 CEST 2021


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <https://lists.gnupg.org/pipermail/gnupg-users/attachments/20210409/80edb39c/attachment.sig>


More information about the Gnupg-users mailing list