summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoritojun <itojun>2000-11-11 01:51:19 +0000
committeritojun <itojun>2000-11-11 01:51:19 +0000
commitc8dd44b907518f16e43e2919fad49145cee93e8a (patch)
treeb09b49ba40132ad77a5c2547b2a7a70a81df86a7 /security
parent8d519bfefebd6646a3b888c22cc64d0631276e4b (diff)
downloadpkgsrc-c8dd44b907518f16e43e2919fad49145cee93e8a.tar.gz
add ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch
(fix S/Key authentication).
Diffstat (limited to 'security')
-rw-r--r--security/openssh/files/patch-sum3
-rw-r--r--security/openssh/patches/patch-ao11
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) {