]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Document Nettle-3.9 known issues.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 12 May 2023 19:15:23 +0000 (21:15 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 12 May 2023 19:15:23 +0000 (21:15 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 333c181b71838bff682cbb0a7c2e19bf45369f32..b7b608800fa7b570a5d5eb2b95438266ac0c76fd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -70,6 +70,21 @@ NEWS for the Nettle 3.9 release
        * Delete all arcfour assembly code. Affects 32-bit x86, 32-bit
          and 64-bit sparc.
 
+       Known issues:
+
+       * Version 6.2.1 of GNU GMP (the most recent GMP release as of
+         this writing) has a known issue for MacOS on 64-bit ARM: GMP
+         assembly files use the reserved x18 register. On this
+         platform it is recommended to use a GMP snapshot where this
+         bug is fixed, and upgrade to a later GMP release when one
+         becomes available.
+
+       * Also on MacOS, Nettle's testsuite may still break due to
+         DYLD_LIBRARY_PATH being discarded under some circumstances.
+         As a workaround, use
+
+         make check EMULATOR='env DYLD_LIBRARY_PATH=$(TEST_SHLIB_DIR)'
+
 NEWS for the Nettle 3.8.1 release
 
        This is a bugfix release, fixing a few portability issues