summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--contrib/redhat/openssh.spec1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc20f1695..6fcd57e3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120020423 120020423
2 - (djm) Trim ChangeLog to include only post-3.1 changes 2 - (djm) Trim ChangeLog to include only post-3.1 changes
3 - (djm) Update RPM spec file versions 3 - (djm) Update RPM spec file versions
4 - (djm) Redhat spec enables KrbV by default
4 - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by 5 - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
5 Robert Urban <urban@spielwiese.de> 6 Robert Urban <urban@spielwiese.de>
6 - (djm) Make privsep work with PAM (still experimental) 7 - (djm) Make privsep work with PAM (still experimental)
@@ -475,4 +476,4 @@
475 - (stevesk) entropy.c: typo in debug message 476 - (stevesk) entropy.c: typo in debug message
476 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 477 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
477 478
478$Id: ChangeLog,v 1.2072 2002/04/23 11:15:31 djm Exp $ 479$Id: ChangeLog,v 1.2073 2002/04/23 11:17:17 djm Exp $
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 7ad07621b..25acf0569 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -167,6 +167,7 @@ EXTRA_OPTS=""
167 --with-pam \ 167 --with-pam \
168 --with-tcp-wrappers \ 168 --with-tcp-wrappers \
169 --with-rsh=/usr/bin/rsh \ 169 --with-rsh=/usr/bin/rsh \
170 --with-kerberos5=/usr/kerberos \
170 --with-default-path=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin \ 171 --with-default-path=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin \
171 $EXTRA_OPTS 172 $EXTRA_OPTS
172 173