Changeset 1808 for branches/fc15-dev/server/fedora/specs/openssh.spec.patch
- Timestamp:
- Apr 18, 2011, 12:17:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/fedora/specs/openssh.spec.patch
r1739 r1808 1 1 --- openssh.spec.orig 2010-05-31 06:20:02.000000000 -0400 2 2 +++ openssh.spec 2010-09-06 21:53:21.000000000 -0400 3 @@ -7 4,7 +74,7 @@3 @@ -78,7 +78,7 @@ 4 4 Summary: An open source implementation of SSH protocol versions 1 and 2 5 5 Name: openssh 6 Version: 5.4p16 Version: %{openssh_ver} 7 7 -Release: %{openssh_rel}%{?dist}%{?rescue_rel} 8 8 +Release: %{openssh_rel}%{?dist}%{?rescue_rel}.scripts.%{scriptsversion} … … 10 10 #URL1: http://pamsshagentauth.sourceforge.net 11 11 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz 12 @@ - 88,6 +88,8@@12 @@ -92,6 +92,7 @@ 13 13 Source3: sshd.init 14 14 Source4: http://prdownloads.sourceforge.net/pamsshagentauth/pam_ssh_agent_auth/pam_ssh_agent_auth-%{pam_ssh_agent_ver}.tar.bz2 15 15 Source5: pam_ssh_agent-rmheaders 16 16 +Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 17 +Patch1002: openssh-no-spurious-correct-key-incorrect-host-messages.patch 18 Patch0: openssh-5.4p1-redhat.patch 19 Patch2: openssh-5.3p1-skip-initial.patch 20 Patch4: openssh-5.2p1-vendor.patch 21 @@ -175,6 +178,7 @@ 22 Requires(post): chkconfig >= 0.9, /sbin/service 17 18 Patch100: openssh-5.6p1-wIm.patch 19 Patch0: openssh-5.6p1-redhat.patch 20 @@ -207,6 +209,7 @@ 23 21 Requires(pre): /usr/sbin/useradd 24 22 Requires: pam >= 1.0.1-3 23 Requires: fipscheck-lib%{_isa} >= 1.3.0 25 24 +Provides: scripts-openssh-server 26 25 27 % package askpass28 Summary: A passphrase dialog for OpenSSH and X29 @@ - 267,6 +271,9@@30 %patch 75 -p1 -b .dso31 %patch 76 -p1 -b .bz59593526 %if %{ldap} 27 %package ldap 28 @@ -323,6 +326,8 @@ 29 %patch80 -p1 -b .biguid 30 %patch81 -p1 -b .clientloop 32 31 33 32 +%patch1001 -p1 -b .gssapi-env 34 +%patch1002 -p1 -b .no-spurious-correct-key-incorrect-host-messages35 33 + 36 34 autoreconf 37 38 %build 35 pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver} 36 autoreconf 37
Note: See TracChangeset
for help on using the changeset viewer.