diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ | |||
1 | 20110204 | ||
2 | - OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2011/01/31 21:42:15 | ||
4 | [PROTOCOL.mux] | ||
5 | cut'n'pasto; from bert.wesarg AT googlemail.com | ||
6 | - djm@cvs.openbsd.org 2011/02/04 00:44:21 | ||
7 | [key.c] | ||
8 | fix uninitialised nonce variable; reported by Mateusz Kocielski | ||
9 | - djm@cvs.openbsd.org 2011/02/04 00:44:43 | ||
10 | [version.h] | ||
11 | openssh-5.8 | ||
12 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | ||
13 | [contrib/suse/openssh.spec] update versions in docs and spec files. | ||
14 | - Release OpenSSH 5.8p1 | ||
15 | |||
16 | 20110128 | ||
17 | - (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled | ||
18 | before attempting setfscreatecon(). Check whether matchpathcon() | ||
19 | succeeded before using its result. Patch from cjwatson AT debian.org; | ||
20 | bz#1851 | ||
21 | |||
22 | 20110125 | ||
23 | - (djm) [configure.ac Makefile.in ssh.c openbsd-compat/port-linux.c | ||
24 | openbsd-compat/port-linux.h] Move SELinux-specific code from ssh.c to | ||
25 | port-linux.c to avoid compilation errors. Add -lselinux to ssh when | ||
26 | building with SELinux support to avoid linking failure; report from | ||
27 | amk AT spamfence.net; ok dtucker | ||
28 | |||
1 | 20110122 | 29 | 20110122 |
2 | - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add | 30 | - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add |
3 | RSA_get_default_method() for the benefit of openssl versions that don't | 31 | RSA_get_default_method() for the benefit of openssl versions that don't |