From c8dd44b907518f16e43e2919fad49145cee93e8a Mon Sep 17 00:00:00 2001 From: itojun Date: Sat, 11 Nov 2000 01:51:19 +0000 Subject: add ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch (fix S/Key authentication). --- security/openssh/files/patch-sum | 3 ++- security/openssh/patches/patch-ao | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 security/openssh/patches/patch-ao (limited to 'security') diff --git a/security/openssh/files/patch-sum b/security/openssh/files/patch-sum index d77fd2c1248..1cc1a718c77 100644 --- a/security/openssh/files/patch-sum +++ b/security/openssh/files/patch-sum @@ -1,5 +1,6 @@ -$NetBSD: patch-sum,v 1.22 2000/11/09 09:19:37 itojun Exp $ +$NetBSD: patch-sum,v 1.23 2000/11/11 01:51:19 itojun Exp $ MD5 (patch-aa) = c56c29774b368e412e942b73d64d55a6 MD5 (patch-ah) = a73b90de7d5096baa1761d06c475d74e MD5 (patch-an) = eccf8c19bcee913de49eb2b38999e609 +MD5 (patch-ao) = 3b9482035cd8859839b753a6d2a4df85 diff --git a/security/openssh/patches/patch-ao b/security/openssh/patches/patch-ao new file mode 100644 index 00000000000..4d02a752e25 --- /dev/null +++ b/security/openssh/patches/patch-ao @@ -0,0 +1,11 @@ +$NetBSD: patch-ao,v 1.3 2000/11/11 01:51:19 itojun Exp $ + +ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch + +--- auth1.c- Sat Nov 11 10:48:34 2000 ++++ auth1.c Sat Nov 11 10:48:47 2000 +@@ -275,3 +275,3 @@ + if (pw != NULL) +- skey_keyinfo(pw->pw_name); ++ skeyinfo = skey_keyinfo(pw->pw_name); + if (skeyinfo == NULL) { -- cgit v1.2.3