Add gssapi key exchange patch

This commit is contained in:
Jan F. Chadima 2009-11-20 15:06:47 +00:00
parent 201f4ac5e9
commit 3d742c1851
3 changed files with 5997 additions and 1 deletions

File diff suppressed because it is too large Load Diff

2929
openssh-5.3p1-gsskex.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -69,7 +69,7 @@
Summary: An open source implementation of SSH protocol versions 1 and 2
Name: openssh
Version: 5.3p1
Release: 8%{?dist}%{?rescue_rel}
Release: 9%{?dist}%{?rescue_rel}
URL: http://www.openssh.com/portable.html
#URL1: http://pamsshauth.sourceforge.net
#Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
@ -108,6 +108,7 @@ Patch65: openssh-5.3p1-fips.patch
Patch69: openssh-5.3p1-selabel.patch
Patch71: openssh-5.2p1-edns.patch
Patch72: openssh-5.3p1-pka.patch
Patch73: openssh-5.3p1-gsskex.patch
License: BSD
Group: Applications/Internet
@ -264,6 +265,7 @@ popd
%patch69 -p1 -b .selabel
%patch71 -p1 -b .edns
%patch72 -p1 -b .pka
%patch73 -p1 -b .gsskex
autoreconf
@ -523,6 +525,9 @@ fi
%endif
%changelog
* Fri Nov 20 2009 Jan F. Chadima <jchadima@redhat.com> - 5.3p1-8
- Add gssapi key exchange patch (#455351)
* Fri Nov 20 2009 Jan F. Chadima <jchadima@redhat.com> - 5.3p1-8
- Add public key agent patch (#455350)