Package: nebula / 1.9.3+dfsg-6

Metadata

Package Version Patches format
nebula 1.9.3+dfsg-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
backport support 32 bit tests.patch | (download)

cert/cert_test.go | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 [patch] support 32-bit machines in crypto test


backport sshd to go 1.13.diff | (download)

sshd/server.go | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

---
fix ftbfs future.patch | (download)

cert/cert_test.go | 56 28 + 28 - 0 !
1 file changed, 28 insertions(+), 28 deletions(-)

 [patch] fixup ca tests for expiry in the near future


fix ftbfs on 32bit.patch | (download)

handshake_manager.go | 8 4 + 4 - 0 !
main.go | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 [patch] fix integer wraparound in the calculation of handshake
 timeouts on 32-bit targets (#1185)

Fixes: #1169

fix argon memory.patch | (download)

cmd/nebula-cert/ca.go | 4 2 + 2 - 0 !
cmd/nebula-cert/ca_test.go | 8 4 + 4 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 fix too big default argon2 memory parameter
 Debian should default to the second recommandations of Argon2 RFC (64 MiB, 3 iterations, 4 lanes)
 https://datatracker.ietf.org/doc/rfc9106/
 to stay compatible with 32-bits archs.