From f658a5e87dcc756f0280b279bbfe526ebb393cd1 Mon Sep 17 00:00:00 2001 From: dtucker Date: Tue, 7 Oct 2003 07:40:56 +0000 Subject: [PATCH] - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a run-time switch, always build --with-md5-passwords. --- ChangeLog | 2 ++ contrib/redhat/openssh.spec | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 656c2ea2..90ae9f74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ - (djm) Delete autom4te.cache after autoreconf - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static cleanup functions. With & ok djm@ + - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a + run-time switch, always build --with-md5-passwords. 20031003 - (dtucker) OpenBSD CVS Sync diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 09e40547..dd00c9fa 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -190,11 +190,12 @@ CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS --with-default-path=/usr/local/bin:/bin:/usr/bin \ --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ --with-privsep-path=%{_var}/empty/sshd \ + --with-md5-passwords \ %if %{scard} --with-smartcard \ %endif %if %{rescue} - --without-pam --with-md5-passwords \ + --without-pam \ %else --with-pam \ %endif -- 2.45.2