summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-07 17:40:56 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-07 17:40:56 +1000
commitdfe6d914b7d2ad845a7fe2e92bdc4ff7c6f44539 (patch)
treeeb3c80f036f70ac56ac3b9d5f6a16786dfdf4431
parentf4bf5d086a63a1c30f174405b9d64b9bfe024890 (diff)
- (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
run-time switch, always build --with-md5-passwords.
-rw-r--r--ChangeLog4
-rw-r--r--contrib/redhat/openssh.spec3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f3db2b85..bcca919b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
2 - (djm) Delete autom4te.cache after autoreconf 2 - (djm) Delete autom4te.cache after autoreconf
3 - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static 3 - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static
4 cleanup functions. With & ok djm@ 4 cleanup functions. With & ok djm@
5 - (dtucker) [contrib/redhat/openssh.spec] Bug #714: Now that UsePAM is a
6 run-time switch, always build --with-md5-passwords.
5 7
620031003 820031003
7 - (dtucker) OpenBSD CVS Sync 9 - (dtucker) OpenBSD CVS Sync
@@ -1284,4 +1286,4 @@
1284 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1286 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1285 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1287 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1286 1288
1287$Id: ChangeLog,v 1.3059 2003/10/07 01:31:22 dtucker Exp $ 1289$Id: ChangeLog,v 1.3060 2003/10/07 07:40:56 dtucker Exp $
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 09e405475..dd00c9fa9 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -190,11 +190,12 @@ CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS
190 --with-default-path=/usr/local/bin:/bin:/usr/bin \ 190 --with-default-path=/usr/local/bin:/bin:/usr/bin \
191 --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ 191 --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \
192 --with-privsep-path=%{_var}/empty/sshd \ 192 --with-privsep-path=%{_var}/empty/sshd \
193 --with-md5-passwords \
193%if %{scard} 194%if %{scard}
194 --with-smartcard \ 195 --with-smartcard \
195%endif 196%endif
196%if %{rescue} 197%if %{rescue}
197 --without-pam --with-md5-passwords \ 198 --without-pam \
198%else 199%else
199 --with-pam \ 200 --with-pam \
200%endif 201%endif