Subject: CVS commit: pkgsrc/security/dropbear
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 09/05/2007 21:08:06
Module Name: pkgsrc
Committed By: drochner
Date: Wed Sep 5 21:08:06 UTC 2007
Modified Files:
pkgsrc/security/dropbear: Makefile distinfo
pkgsrc/security/dropbear/patches: patch-ab
Log Message:
update to 0.50
changes:
- Add DROPBEAR_PASSWORD environment variable to specify a dbclient password
- Use /dev/urandom by default, since that's what everyone does anyway
- Exit with an exit code of 1 if dropbear can't bind to any ports
- Improve network performance and add a -W <receive_window> argument for
adjusting the tradeoff between network performance and memory consumption
- Fix a problem where reply packets could be sent during key exchange,
in violation of the SSH spec. This could manifest itself with connections
being terminated after 8 hours with new TCP-forward connections being
established
- Add -K <keepalive_time> argument, ensuring that data is transmitted
over the connection at least every N seconds
- dropbearkey will no longer generate DSS keys of sizes other than 1024
bits, as required by the DSS specification. (Other sizes are still
accepted for use to provide backwards compatibility)
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/security/dropbear/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/security/dropbear/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/security/dropbear/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.