- (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a

run-time switch, always build --with-md5-passwords.
This commit is contained in:
Darren Tucker 2003-10-07 17:40:56 +10:00
parent f4bf5d086a
commit dfe6d914b7
2 changed files with 5 additions and 2 deletions

View File

@ -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
@ -1284,4 +1286,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3059 2003/10/07 01:31:22 dtucker Exp $
$Id: ChangeLog,v 1.3060 2003/10/07 07:40:56 dtucker Exp $

View File

@ -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