File dropbear.changes of Package dropbear
-------------------------------------------------------------------
Sat Apr 20 18:49:38 UTC 2013 - thardeck@suse.com
- reverted init file installation on 12.3
-------------------------------------------------------------------
Fri Apr 19 08:26:17 UTC 2013 - thardeck@suse.com
- imported upstream version 2013.58
* Fix building with Zlib disabled, thanks to Hans Harder and cuma@freetz
* Use % as a separator for ports, fixes scp in multihop mode, from Hans Harder
* Reject logins for other users when running as non-root, from Hans Harder
* Disable client immediate authentication request by default, it prevents passwordless logins from working
-------------------------------------------------------------------
Fri Mar 22 08:48:43 UTC 2013 - thardeck@suse.com
- imported upstream version 2013.56
* Allow specifying cipher (-c) and MAC (-m) lists for dbclient
* Allow using 'none' cipher or MAC (off by default, use options.h). Encryption
is used during authentication then disabled, similar to OpenSSH HPN mode
* Allow a user in immediately if the account has a blank password and blank
passwords are enabled
* Include a few extra sources of entropy from /proc on Linux, hash private keys
as well. Dropbear will also write gathered entropy back into /dev/urandom
* Added hmac-sha2-256 and hmac-sha2-512 support (off by default, use options.h)
* Don't sent bad address "localhost" for -R forward connections,
reported by Denis Bider
* Add "-B" runtime option to allow blank passwords
* Allow using IPv6 bracket notation for addresses in server "-p" option, from Ben Jencks
* A few improvements for Android from Reimar Döffinger
* Fix memory leak for TCP forwarded connections to hosts that timed out,
reported by Norbert Benczúr. Appears to be a very long-standing bug.
* Fix "make clean" for out of tree builds
* Fix compilation when ENABLE_{SVR,CLI}_AGENTFWD are unset
-------------------------------------------------------------------
Thu Aug 2 11:13:49 UTC 2012 - thardeck@suse.com
- removed PAM dependency since Dropbear should be usable in initrd and PAM wasn't used without an additional patch anyway https://wiki.yoctoproject.org/wiki/PAM_Integration#dropbear
-------------------------------------------------------------------
Mon Jul 9 20:11:26 UTC 2012 - thardeck@suse.com
- fixed typo in service file
-------------------------------------------------------------------
Sat Jun 30 11:49:10 UTC 2012 - thardeck@suse.com
- added systemd service files for 12.1 and later
- cleaned up sysconfig and rcdropbear files
-------------------------------------------------------------------
Tue Jun 19 12:42:00 UTC 2012 - thardeck@suse.com
- added init daemon with key generation option
- added sysconfig file with default configuration
-------------------------------------------------------------------
Fri Jun 15 09:45:36 UTC 2012 - thardeck@suse.com
- updated spec file - changed the group
-------------------------------------------------------------------
Wed Jun 13 11:50:22 UTC 2012 - thardeck@suse.com
- initial version 2012.55