Package: nacl / 20110221-15

Metadata

Package Version Patches format
nacl 20110221-15 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix build hostname.patch | (download)

do | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix build hostname

0002 fix ftbfs.patch | (download)

cpuid/unknown.c | 2 1 + 1 - 0 !
crypto_auth/try.c | 1 1 + 0 - 0 !
crypto_box/try.c | 1 1 + 0 - 0 !
crypto_onetimeauth/try.c | 1 1 + 0 - 0 !
crypto_secretbox/try.c | 1 1 + 0 - 0 !
crypto_verify/try.c | 1 1 + 0 - 0 !
6 files changed, 6 insertions(+), 1 deletion(-)

 fix ftbfs


0003 fix socket_bind.patch | (download)

curvecp/socket_bind.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix socket_bind

0004 fix segfault.patch | (download)

curvecp/curvecpclient.c | 1 1 + 0 - 0 !
curvecp/curvecpserver.c | 1 1 + 0 - 0 !
curvecp/portparse.c | 1 1 + 0 - 0 !
3 files changed, 3 insertions(+)

 fix segfault

0007 fix collecting zombies.patch | (download)

curvecp/curvecpmessage.c | 30 26 + 4 - 0 !
1 file changed, 26 insertions(+), 4 deletions(-)

 fix collecting zombies

0009 return correct client extension.patch | (download)

curvecp/curvecpserver.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 return correct client extension

0010 strip libnacl.a before compiling binaries.patch | (download)

do | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 strip libnacl.a before compiling binaries

0011 limit compilerfilename to 100 bytes.patch | (download)

okcompilers/do | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 limit compilerfilename to 100 bytes

Nacl has it's own build battery and in the build process
creates files derived from the compiler name and parameters.
When the filename is too long compilation fails.
The patch limits the filename to 100 bytes.

0012 reject primitives with alignment problems.patch | (download)

crypto_onetimeauth/try.c | 9 9 + 0 - 0 !
crypto_scalarmult/try.c | 10 10 + 0 - 0 !
crypto_stream/try.c | 12 12 + 0 - 0 !
3 files changed, 31 insertions(+)

 reject primitives with alignment problems


0100 cpucycles disable build.patch | (download)

do | 11 0 + 11 - 0 !
measure-anything.c | 2 1 + 1 - 0 !
okcompilers/do | 2 1 + 1 - 0 !
3 files changed, 2 insertions(+), 13 deletions(-)

 cpucycles disable build

0101 randombytes disable build.patch | (download)

do | 13 3 + 10 - 0 !
measure-anything.c | 4 3 + 1 - 0 !
try-anything.c | 4 3 + 1 - 0 !
3 files changed, 9 insertions(+), 12 deletions(-)

 randombytes disable build