Changeset 1615 for branches/fc13-dev/server/fedora/specs/openssh.spec.patch
- Timestamp:
- Sep 6, 2010, 10:47:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc13-dev/server/fedora/specs/openssh.spec.patch
r1531 r1615 1 --- openssh.spec.orig 2010-0 3-30 02:27:53.000000000 -04002 +++ openssh.spec 2010-0 3-30 02:30:09.000000000 -04003 @@ - 63,7 +63,7 @@1 --- openssh.spec.orig 2010-05-31 06:20:02.000000000 -0400 2 +++ openssh.spec 2010-09-06 21:53:21.000000000 -0400 3 @@ -74,7 +74,7 @@ 4 4 Summary: An open source implementation of SSH protocol versions 1 and 2 5 5 Name: openssh 6 Version: 5. 2p17 -Release: 6%{?dist}%{?rescue_rel}8 +Release: 6%{?dist}%{?rescue_rel}.scripts.%{scriptsversion}6 Version: 5.4p1 7 -Release: %{openssh_rel}%{?dist}%{?rescue_rel} 8 +Release: %{openssh_rel}%{?dist}%{?rescue_rel}.scripts.%{scriptsversion} 9 9 URL: http://www.openssh.com/portable.html 10 #URL1: http://pamsshagentauth.sourceforge.net 10 11 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz 11 #Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc 12 @@ -74,6 +74,8 @@ 13 Source1: openssh-nukeacss.sh 14 Source2: sshd.pam 12 @@ -88,6 +88,8 @@ 15 13 Source3: sshd.init 14 Source4: http://prdownloads.sourceforge.net/pamsshagentauth/pam_ssh_agent_auth/pam_ssh_agent_auth-%{pam_ssh_agent_ver}.tar.bz2 15 Source5: pam_ssh_agent-rmheaders 16 16 +Patch1000: openssh-5.0p1-multihomed.patch 17 17 +Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 18 Patch0: openssh-5. 2p1-redhat.patch19 Patch2: openssh-5. 1p1-skip-initial.patch20 Patch 3: openssh-3.8.1p1-krb5-config.patch21 @@ -1 61,6 +163,7 @@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 +177,7 @@ 22 22 Requires(post): chkconfig >= 0.9, /sbin/service 23 23 Requires(pre): /usr/sbin/useradd … … 27 27 %package askpass 28 28 Summary: A passphrase dialog for OpenSSH and X 29 @@ -2 31,6 +234,9 @@30 %patch 65 -p1 -b .fips31 %patch 67 -p1 -b .selabel29 @@ -267,6 +270,9 @@ 30 %patch75 -p1 -b .dso 31 %patch76 -p1 -b .bz595935 32 32 33 33 +%patch1000 -p1 -b .multihomed
Note: See TracChangeset
for help on using the changeset viewer.