diff options
author | Colin Watson <cjwatson@debian.org> | 2011-02-05 11:09:46 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2011-02-05 11:09:46 +0000 |
commit | 95f10426499726f33812622009ac98180268c632 (patch) | |
tree | a21f909f1c9aa5857e087c7e2bc8a4a13c5e93b7 /version.h | |
parent | 8cd65668d5473dfa4912f8a727c0f30ce40db424 (diff) | |
parent | 338146a3fc257e216fe5c10fe40e6896b40d7739 (diff) |
* New upstream release (http://www.openssh.org/txt/release-5.8):
- Fix stack information leak in legacy certificate signing
(http://www.openssh.com/txt/legacy-cert.adv).
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: version.h,v 1.60 2011/01/22 09:18:53 djm Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.61 2011/02/04 00:44:43 djm Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_5.7" | 3 | #define SSH_VERSION "OpenSSH_5.8" |
4 | 4 | ||
5 | #define SSH_PORTABLE "p1" | 5 | #define SSH_PORTABLE "p1" |
6 | #define SSH_RELEASE_MINIMUM SSH_VERSION SSH_PORTABLE | 6 | #define SSH_RELEASE_MINIMUM SSH_VERSION SSH_PORTABLE |