nisse@lysator.liu.se (Niels Möller) writes:
I've prepared a "release candidate" tarball, https://www.lysator.liu.se/~nisse/archive/nettle-3.4rc2.tar.gz
All testing appreciated, in particular on non-x86 or non-gnu/linux platforms. If all goes well, I might make the release next weekend.
Eli Zaretskii eliz@gnu.org writes:
I've built it with MinGW on MS-Windwos, and everything seems okay,
And I've run a bunch of tests on the virtual machines Torbjörn Granlund maintains for gmp testing. All running some flavor gnu/linux, but covering archs arm8 (64-bit), arm7, ppc32, ppc64 (eb and el), mips64 (eb and el), s390x, m68k, alpha and hppa(!). What's been tested on these machines is basically ./configure --enable-mini-gmp && make && make check).
Desirable testing targets left, in rough order of priority:
* Android (I made a quick attempt at building nettle-3.4rc2 on my phone under termux, but it failed since termux didn't provide /bin/sh in the expected location). Unfortunately, android cross compilers are not yet available in debian (see https://wiki.debian.org/AndroidTools).
* Mac OS
* mips32
* sparc64 (there's one machine on the gcc compile farm, but I haven't yet got any account there).
* iOS (although it's questionable if Nettle can be distributed to non-jailbroken devices).
Help with these is highly appreciated.
Regards, /Niels