pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssh Fix typo in Interix-specific bit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3e2df507a5e
branches: trunk
changeset: 502627:d3e2df507a5e
user: tv <tv%pkgsrc.org@localhost>
date: Mon Nov 07 19:35:23 2005 +0000
description:
Fix typo in Interix-specific bit.
diffstat:
security/openssh/distinfo | 4 ++--
security/openssh/patches/patch-af | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r abd236b1cae3 -r d3e2df507a5e security/openssh/distinfo
--- a/security/openssh/distinfo Mon Nov 07 19:23:30 2005 +0000
+++ b/security/openssh/distinfo Mon Nov 07 19:35:23 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.48 2005/11/07 04:53:24 taca Exp $
+$NetBSD: distinfo,v 1.49 2005/11/07 19:35:23 tv Exp $
SHA1 (openssh-4.2p1.tar.gz) = 5e7231cfa8ec673ea856ce291b78fac8b380eb78
RMD160 (openssh-4.2p1.tar.gz) = e1f45333e66d0afceb9934ab73401b4ca06f03a6
@@ -11,7 +11,7 @@
SHA1 (patch-ac) = 8df0d13db445e2c0ca4fce5d095cc2b948b1471d
SHA1 (patch-ad) = 23f73b7ce008c6ccd431d3d80692e59fcf33aa14
SHA1 (patch-ae) = 21b58d72f4dbf9affed65857518c26ab9277a0f8
-SHA1 (patch-af) = e6a4c6dcf2f556c6175f1a3b0a010e4dcf34e239
+SHA1 (patch-af) = abb711b840d58b499de961b72df7550b9298134a
SHA1 (patch-ag) = e60b35b5d6f7db2bd30ef24f503463145689f1ea
SHA1 (patch-ah) = 5435b5d55c3a728f05243bbaade94bf6c3b7a6ef
SHA1 (patch-ai) = f4ac9340c106c30434cd017bc91a06c9bc83258c
diff -r abd236b1cae3 -r d3e2df507a5e security/openssh/patches/patch-af
--- a/security/openssh/patches/patch-af Mon Nov 07 19:23:30 2005 +0000
+++ b/security/openssh/patches/patch-af Mon Nov 07 19:35:23 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.8 2005/09/21 18:07:09 reed Exp $
+$NetBSD: patch-af,v 1.9 2005/11/07 19:35:23 tv Exp $
--- auth-passwd.c.orig 2005-07-26 06:54:12.000000000 -0500
+++ auth-passwd.c
@@ -17,7 +17,7 @@
#endif
+
+#ifdef HAVE_INTERIX
-+ result = (!setuser(pw->pw_name, password, SU_CHECK);
++ result = (!setuser(pw->pw_name, password, SU_CHECK));
+#else
result = sys_auth_passwd(authctxt, password);
+#endif
Home |
Main Index |
Thread Index |
Old Index