[version.h]
     openssh 4.7
This commit is contained in:
Darren Tucker 2007-08-15 19:14:52 +10:00
parent 513d13accd
commit 69fe0e1398
2 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,9 @@
[clientloop.c]
do NOT fall back to the trused x11 cookie if generation of an untrusted
cookie fails; from security-alert at sun.com; ok dtucker
- markus@cvs.openbsd.org 2007/08/15 08:16:49
[version.h]
openssh 4.7
20070813
- (dtucker) [session.c] Bug #1339: ensure that pam_setcred() is always
@ -3159,4 +3162,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4726 2007/08/15 09:13:41 dtucker Exp $
$Id: ChangeLog,v 1.4727 2007/08/15 09:14:52 dtucker Exp $

View File

@ -1,6 +1,6 @@
/* $OpenBSD: version.h,v 1.49 2007/03/06 10:13:14 djm Exp $ */
/* $OpenBSD: version.h,v 1.50 2007/08/15 08:16:49 markus Exp $ */
#define SSH_VERSION "OpenSSH_4.6"
#define SSH_VERSION "OpenSSH_4.7"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE