- fixed Local/RemoteForward in ssh_config.5 manpage
- fix fatal when Local/RemoteForward is used and scp run (#153258) - don't leak user validity when using krb5 authentication
This commit is contained in:
parent
5de53f1782
commit
1e27c055b8
11
openssh.spec
11
openssh.spec
@ -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: 4.0p1
|
Version: 4.0p1
|
||||||
%define rel 1
|
%define rel 2
|
||||||
%if %{rescue}
|
%if %{rescue}
|
||||||
Release: %{rel}rescue
|
Release: %{rel}rescue
|
||||||
%else
|
%else
|
||||||
@ -99,6 +99,8 @@ 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
|
Patch24: openssh-3.9p1-fromto-remote.patch
|
||||||
|
Patch25: openssh-4.0p1-local-forward.patch
|
||||||
|
Patch26: openssh-4.0p1-krb5-valid.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
@ -235,6 +237,8 @@ environment.
|
|||||||
%patch22 -p1 -b .keep-above
|
%patch22 -p1 -b .keep-above
|
||||||
%patch23 -p1 -b .signal
|
%patch23 -p1 -b .signal
|
||||||
%patch24 -p1 -b .fromto-remote
|
%patch24 -p1 -b .fromto-remote
|
||||||
|
%patch25 -p1 -b .local-forward
|
||||||
|
%patch26 -p0 -b .krb5-valid
|
||||||
|
|
||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
@ -503,6 +507,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 4 2005 Tomas Mraz <tmraz@redhat.com> 4.0p1-2
|
||||||
|
- fixed Local/RemoteForward in ssh_config.5 manpage
|
||||||
|
- fix fatal when Local/RemoteForward is used and scp run (#153258)
|
||||||
|
- don't leak user validity when using krb5 authentication
|
||||||
|
|
||||||
* Thu Mar 24 2005 Tomas Mraz <tmraz@redhat.com> 4.0p1-1
|
* Thu Mar 24 2005 Tomas Mraz <tmraz@redhat.com> 4.0p1-1
|
||||||
- upgrade to 4.0p1
|
- upgrade to 4.0p1
|
||||||
- remove obsolete groups patch
|
- remove obsolete groups patch
|
||||||
|
Loading…
Reference in New Issue
Block a user