summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-07 17:40:14 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-07 17:40:14 +1000
commitde11e7b6e172945c257348c192b150a1a8ca25b6 (patch)
tree6908403b052446061cfa84d3a81ac09512f8e6ee
parentfe3a5775bb79f39f66d254a3b70556d750732be0 (diff)
- (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
run-time switch, always build --with-md5-passwords.
-rw-r--r--ChangeLog6
-rw-r--r--contrib/redhat/openssh.spec3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index be8c88dc..bfe581b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20031007
+ - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
+ run-time switch, always build --with-md5-passwords.
+
20031003
- (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
option.
@@ -1207,4 +1211,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.2994.2.39 2003/10/04 05:31:01 tim Exp $
+$Id: ChangeLog,v 1.2994.2.40 2003/10/07 07:40:14 dtucker Exp $
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 20ccb6fa..9d826074 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -185,11 +185,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