[no subject]

2021-03-25 Thread Jeffrey Walton
Hi Everyone, Here's the result of building Nettle 3.7.2 on Solaris 11.3, i86pc: /bin/gcc -I. -I/opt/ssh/include -DNDEBUG -DHAVE_CONFIG_H -g2 -O2 -m64 -march=native -fPIC -pthread -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith

Re: xts.c:59: warning: integer constant is too large for ‘long’ type

2021-03-25 Thread Jeffrey Walton
On Thu, Mar 25, 2021 at 2:45 PM Niels Möller wrote: > > Jeffrey Walton writes: > > > This is building Nettle 3.7.2 on a PowerMac with OS X 10.5: > > > > /usr/bin/cc -I. -I/usr/local/include -DNDEBUG -DHAVE_CONFIG_H -g2 -O2 > > -mlong-double-64 -fno-common -maltivec -fPIC -pthread -ggdb3 > >

Re: xts.c:59: warning: integer constant is too large for ‘long’ type

2021-03-25 Thread Niels Möller
Jeffrey Walton writes: > This is building Nettle 3.7.2 on a PowerMac with OS X 10.5: > > /usr/bin/cc -I. -I/usr/local/include -DNDEBUG -DHAVE_CONFIG_H -g2 -O2 > -mlong-double-64 -fno-common -maltivec -fPIC -pthread -ggdb3 > -Wno-pointer-sign -Wall -W -Wmissing-prototypes >

Re: [S390x] Optimize AES modes

2021-03-25 Thread Maamoun TK
On Wed, Mar 24, 2021 at 8:52 PM Niels Möller wrote: > Maamoun TK writes: > >- S390X_SSH_IP_ADDRESS: username@instance_ip > >- S390X_SSH_PRIVATE_KEY: private key of ssh connection > >- S390X_SSH_CI_DIRECTORY: name of directory in remote server where the > >tarball is extracted

Re: libhgwwed has gone missing...

2021-03-25 Thread Jeffrey Walton
On Thu, Mar 25, 2021 at 1:20 PM Jeffrey Walton wrote: > > On Thu, Mar 25, 2021 at 3:48 AM Niels Möller wrote: > > > > Jeffrey Walton writes: > > > > > It looks like Nettle is no longer building or installing hogweed on > > > some Apple platforms. > > > > > > This is from a PowerMac G5 running

xts.c:59: warning: integer constant is too large for ‘long’ type

2021-03-25 Thread Jeffrey Walton
This is building Nettle 3.7.2 on a PowerMac with OS X 10.5: /usr/bin/cc -I. -I/usr/local/include -DNDEBUG -DHAVE_CONFIG_H -g2 -O2 -mlong-double-64 -fno-common -maltivec -fPIC -pthread -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes

Re: libhgwwed has gone missing...

2021-03-25 Thread Jeffrey Walton
On Thu, Mar 25, 2021 at 3:48 AM Niels Möller wrote: > > Jeffrey Walton writes: > > > It looks like Nettle is no longer building or installing hogweed on > > some Apple platforms. > > > > This is from a PowerMac G5 running OS X 10.5: > > Most likely the configure check for libgmp failed. Check

Re: bug#47222: Serious bug in Nettle's ecdsa_verify

2021-03-25 Thread Niels Möller
Ludovic Courtès writes: > Are there plans to make a new 3.5 release including these fixes? No, I don't plan any 3.5.x release. > Alternatively, could you provide guidance as to which commits should be > cherry-picked in 3.5 for downstream distros? Look at the branch release-3.7-fixes

Re: libhgwwed has gone missing...

2021-03-25 Thread Niels Möller
Jeffrey Walton writes: > It looks like Nettle is no longer building or installing hogweed on > some Apple platforms. > > This is from a PowerMac G5 running OS X 10.5: Most likely the configure check for libgmp failed. Check config.log for details. I think the most recent change to the gmp