pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssh Enable md5 passwords support in Linux...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6ee03a65642
branches:  trunk
changeset: 474581:a6ee03a65642
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun May 02 17:30:37 2004 +0000

description:
Enable md5 passwords support in Linux. This closes PR pkg/25322 by
Piotr Meyer.

diffstat:

 security/openssh/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d7a0bd827d9b -r a6ee03a65642 security/openssh/Makefile
--- a/security/openssh/Makefile Sun May 02 17:25:15 2004 +0000
+++ b/security/openssh/Makefile Sun May 02 17:30:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2004/04/28 05:26:39 jlam Exp $
+# $NetBSD: Makefile,v 1.136 2004/05/02 17:30:37 xtraeme Exp $
 
 DISTNAME=              openssh-3.8p1
 PKGNAME=               openssh-3.8.1
@@ -100,6 +100,9 @@
 .if (${OPSYS} == "SunOS") && (${OS_VERSION} == "5.8" || ${OS_VERSION} == "5.9")
 CONFIGURE_ARGS+=       --disable-utmp --disable-wtmp
 .endif
+.if ${OPSYS} == "Linux"
+CONFIGURE_ARGS+=       --enable-md5-password
+.endif
 
 # The ssh-askpass program is in ${X11BASE}/bin or ${X11PREFIX}/bin depending
 # on if it's part of the X11 distribution, or if it's installed from pkgsrc



Home | Main Index | Thread Index | Old Index