Skip to content
Snippets Groups Projects
Commit cce29ba3 authored by Matt Johnston's avatar Matt Johnston
Browse files

2014.64

parent ed2e276b
No related branches found
No related tags found
No related merge requests found
2014.65 - Friday 8 August 2014
- Fix 2014.64 regression, server session hang on exit with scp (and probably
others), thanks to NiLuJe for tracking it down
- Fix 2014.64 regression, clock_gettime() error handling which broke on older
Linux kernels, reported by NiLuJe
- Fix 2014.64 regression, writev() could occassionally fail with EAGAIN which
wasn't caught
- Avoid error message when trying to set QoS on proxycommand or multihop pipes
- Use /usr/bin/xauth, thanks to Mike Frysinger
- Don't exit the client if the local user entry can't be found, thanks to iquaba
2014.64 - Sunday 27 July 2014
 
- Fix compiling with ECDSA and DSS disabled
Loading
Loading
dropbear (2014.65-0.1) unstable; urgency=low
* New upstream release.
-- Matt Johnston <matt@ucc.asn.au> Fri, 8 Aug 2014 22:54:00 +0800
dropbear (2014.64-0.1) unstable; urgency=low
 
* New upstream release.
Loading
Loading
Loading
Loading
@@ -4,7 +4,7 @@
*******************************************************************/
 
#ifndef DROPBEAR_VERSION
#define DROPBEAR_VERSION "2014.64"
#define DROPBEAR_VERSION "2014.65"
#endif
 
#define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment