[Announce] Libgcrypt 1.11.0 released

Ralph Seichter ralph at ml.seichter.de
Tue Jul 2 18:47:08 CEST 2024


* Werner Koch via Gnupg-devel:

> See https://dev.gnupg.org/T7170 for a fix.

Thank you, Werner. I am currently using the following patch:

--- a/acinclude.m4	2024-03-28 11:07:27
+++ b/acinclude.m4	2024-07-02 17:34:53
@@ -73,6 +73,9 @@
     i386-emx-os2 | i[3456]86-pc-os2*emx | i386-pc-msdosdjgpp)
         ac_cv_sys_symbol_underscore=yes
         ;;
+    *-apple-darwin*)
+        ac_cv_sys_symbol_underscore=yes
+        ;;
     *)
       if test "$cross_compiling" != yes; then
          tmp_do_check="yes"

I have succesfully built binaries for both aarch64-apple-darwin and
x86_64-apple-darwin, plus unified binaries based on the two, but I don't
have access to any ARM based Mac for testing. The x86 version seems to
work as expected.

-Ralph



More information about the Gnupg-devel mailing list