[contrib/caldera/openssh.spec] remove 2 configure options I put in by mistake
This commit is contained in:
parent
3e36f9f4ff
commit
a8959ae2b7
|
@ -68,6 +68,8 @@
|
||||||
- (djm) Update spec files for release
|
- (djm) Update spec files for release
|
||||||
- (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
|
- (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS
|
||||||
- (djm) Release 3.4p1
|
- (djm) Release 3.4p1
|
||||||
|
- (tim) [contrib/caldera/openssh.spec] remove 2 configure options I put in
|
||||||
|
by mistake
|
||||||
|
|
||||||
20020625
|
20020625
|
||||||
- (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
|
- (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
|
||||||
|
@ -1167,4 +1169,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2301 2002/06/26 13:59:10 djm Exp $
|
$Id: ChangeLog,v 1.2302 2002/06/26 18:05:32 tim Exp $
|
||||||
|
|
|
@ -181,8 +181,6 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
--with-pam \
|
--with-pam \
|
||||||
--with-tcp-wrappers \
|
--with-tcp-wrappers \
|
||||||
--with-ipv4-default \
|
--with-ipv4-default \
|
||||||
--sysconfdir=%{_sysconfdir}/ssh \
|
|
||||||
--libexecdir=%{_libexecdir}/openssh \
|
|
||||||
--with-privsep-path=%{_var}/empty/sshd \
|
--with-privsep-path=%{_var}/empty/sshd \
|
||||||
#leave this line for easy edits.
|
#leave this line for easy edits.
|
||||||
|
|
||||||
|
@ -355,4 +353,4 @@ fi
|
||||||
* Mon Jan 01 1998 ...
|
* Mon Jan 01 1998 ...
|
||||||
Template Version: 1.31
|
Template Version: 1.31
|
||||||
|
|
||||||
$Id: openssh.spec,v 1.36 2002/06/26 13:57:13 djm Exp $
|
$Id: openssh.spec,v 1.37 2002/06/26 18:05:33 tim Exp $
|
||||||
|
|
Loading…
Reference in New Issue