- allow password authentication when copying from remote to remote machine

(#103364)
This commit is contained in:
Tomáš Mráz 2005-02-21 17:18:42 +00:00
parent d048f9204a
commit 8d62bf1038

View File

@ -74,7 +74,7 @@
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
Name: openssh
Version: 3.9p1
%define rel 10
%define rel 11
%if %{rescue}
Release: %{rel}rescue
%else
@ -99,6 +99,7 @@ Patch20: openssh-3.9p1-gssapimitm.patch
Patch21: openssh-3.9p1-safe-stop.patch
Patch22: openssh-3.9p1-askpass-keep-above.patch
Patch23: openssh-3.9p1-no-log-signal.patch
Patch24: openssh-3.9p1-fromto-remote.patch
License: BSD
Group: Applications/Internet
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
@ -235,6 +236,7 @@ environment.
%patch21 -p1 -b .safe-stop
%patch22 -p1 -b .keep-above
%patch23 -p1 -b .signal
%patch24 -p1 -b .fromto-remote
autoreconf
@ -503,8 +505,10 @@ fi
%endif
%changelog
* Mon Feb 21 2005 Tomas Mraz <tmraz@redhat.com>
* Mon Feb 21 2005 Tomas Mraz <tmraz@redhat.com> 3.9p1-11
- don't call syslog in signal handler
- allow password authentication when copying from remote
to remote machine (#103364)
* Wed Feb 9 2005 Tomas Mraz <tmraz@redhat.com>
- add spaces to messages in initscript (#138508)