From 152bebfc5c11696e27e8888b15c88231c17de8f6 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 8 Jun 2001 08:03:26 +0000 Subject: - Update from OpenSSH 2.2.0 to OpenSSH 2.9 - Features: Possible use of sftp/sftp-server with older FreeBSD releases. Use a newer version independently from the Base system. Easier to test and fix possible security bugs. - Bugs: build of pam_ssm.so isn't be supported any more Any file named "cookie" can be deleted by this and any older "sshd" with X11 Forwarding. --- security/openssh/files/patch-misc.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/openssh/files/patch-misc.c (limited to 'security/openssh/files/patch-misc.c') diff --git a/security/openssh/files/patch-misc.c b/security/openssh/files/patch-misc.c new file mode 100644 index 000000000000..0f8ef065fec0 --- /dev/null +++ b/security/openssh/files/patch-misc.c @@ -0,0 +1,13 @@ +--- misc.c.orig Thu Apr 12 22:09:37 2001 ++++ misc.c Sat May 26 15:39:25 2001 +@@ -111,6 +111,10 @@ + copy->pw_class = xstrdup(pw->pw_class); + copy->pw_dir = xstrdup(pw->pw_dir); + copy->pw_shell = xstrdup(pw->pw_shell); ++#ifdef __FreeBSD__ ++ copy->pw_expire = pw->pw_expire; ++ copy->pw_change = pw->pw_change; ++#endif /* __FreeBSD__ */ + return copy; + } + -- cgit v1.2.3