diff options
author | tv <tv@pkgsrc.org> | 2005-11-07 19:35:23 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-07 19:35:23 +0000 |
commit | a814d22796fe41ebf3281c237a662017b0f4bb2c (patch) | |
tree | 5c31a4b06816fd44b2e06b3d5426079a9f76bdc6 /security | |
parent | 1e1d6314b19f885d2824c0faafae332e52e78d11 (diff) | |
download | pkgsrc-a814d22796fe41ebf3281c237a662017b0f4bb2c.tar.gz |
Fix typo in Interix-specific bit.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/distinfo | 4 | ||||
-rw-r--r-- | security/openssh/patches/patch-af | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssh/distinfo b/security/openssh/distinfo index 75329036a48..789dff91f57 100644 --- a/security/openssh/distinfo +++ b/security/openssh/distinfo @@ -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-ab) = 9fa222f3ec2be4dc7d2090d5ea9e1812544659f3 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 --git a/security/openssh/patches/patch-af b/security/openssh/patches/patch-af index abb35867ea4..5a48b6632c2 100644 --- a/security/openssh/patches/patch-af +++ b/security/openssh/patches/patch-af @@ -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 @@ $NetBSD: patch-af,v 1.8 2005/09/21 18:07:09 reed Exp $ #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 |