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