mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-24 19:02:06 +00:00
parent
52c371cd6d
commit
0fa29e6d77
@ -4,6 +4,9 @@
|
||||
[sftp-client.c]
|
||||
needless and incorrect cast to size_t can break resumption of
|
||||
large download; patch from tobias@
|
||||
- djm@cvs.openbsd.org 2014/01/16 07:32:00
|
||||
[version.h]
|
||||
openssh-6.5
|
||||
|
||||
20140112
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* $OpenBSD: version.h,v 1.68 2013/11/08 01:38:11 djm Exp $ */
|
||||
/* $OpenBSD: version.h,v 1.69 2014/01/16 07:32:00 djm Exp $ */
|
||||
|
||||
#define SSH_VERSION "OpenSSH_6.4"
|
||||
#define SSH_VERSION "OpenSSH_6.5"
|
||||
|
||||
#define SSH_PORTABLE "p1"
|
||||
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|
||||
|
Loading…
Reference in New Issue
Block a user