diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-11 01:51:19 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-11 01:51:19 +0000 |
commit | 489fdc67e42cae6897752d990239a5aa94478313 (patch) | |
tree | b09b49ba40132ad77a5c2547b2a7a70a81df86a7 /security/openssh | |
parent | 0f28d76a1df176fba429e55570b6eb8dbb0fc214 (diff) | |
download | pkgsrc-489fdc67e42cae6897752d990239a5aa94478313.tar.gz |
add ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch
(fix S/Key authentication).
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/files/patch-sum | 3 | ||||
-rw-r--r-- | security/openssh/patches/patch-ao | 11 |
2 files changed, 13 insertions, 1 deletions
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) { |