Changeset 2525 for branches/fc20-dev/server/fedora/specs/openssh.spec.patch
- Timestamp:
- May 26, 2014, 3:16:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc20-dev/server/fedora/specs/openssh.spec.patch
r2429 r2525 1 --- openssh.spec.orig 201 3-05-01 19:02:52.961058569-04002 +++ openssh.spec 201 3-05-01 19:15:58.952058569-04003 @@ -7 4,7 +74,7 @@1 --- openssh.spec.orig 2014-05-25 19:03:45.308703615 -0400 2 +++ openssh.spec 2014-05-25 19:05:57.593843283 -0400 3 @@ -71,7 +71,7 @@ 4 4 Summary: An open source implementation of SSH protocol versions 1 and 2 5 5 Name: openssh … … 10 10 #URL1: http://pamsshagentauth.sourceforge.net 11 11 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz 12 @@ -1 87,6 +187,7 @@13 # add latest config.{sub,guess} to support aarch64 (#926284)14 Patch90 7: openssh-6.2p1-aarch64.patch12 @@ -196,6 +196,7 @@ 13 # ignore environment variables with embedded '=' or '\0' characters (#1077843) 14 Patch909: openssh-6.4p1-ignore-bad-env-var.patch 15 15 16 16 +Patch1001: openssh-4.7p1-gssapi-name-in-env.patch … … 18 18 License: BSD 19 19 Group: Applications/Internet 20 @@ -2 38,6 +239,7 @@21 Group: Applications/Internet22 Requires: openssh = %{version}-%{release}20 @@ -254,6 +255,7 @@ 21 Requires(pre): /usr/sbin/useradd 22 Requires: pam >= 1.0.1-3 23 23 Requires: fipscheck-lib%{_isa} >= 1.3.0 24 24 +Provides: scripts-openssh-server 25 26 %package server27 Summary: An open source SSH server daemon28 @@ -4 07,10 +409,12 @@25 Requires(post): systemd-units 26 Requires(preun): systemd-units 27 Requires(postun): systemd-units 28 @@ -411,10 +413,12 @@ 29 29 %patch713 -p1 -b .ctr-cavs 30 30 … … 36 36 %patch900 -p1 -b .canohost 37 37 -%patch901 -p1 -b .kuserok 38 +# Remove the kuserok patch as it won't apply without patch800 38 +# Remove the kuserok patch as it won't apply without patch800 39 39 +# %patch901 -p1 -b .kuserok 40 %patch90 5 -p1 -b .modpipe-cflags41 %patch90 6 -p1 -b .identityfile42 %patch90 7 -p1 -b .aarch6443 @@ -4 19,6 +423,8 @@40 %patch902 -p1 -b .ccache_name 41 %patch903 -p1 -b .dh 42 %patch904 -p1 -b .SP800-131A 43 @@ -428,6 +432,8 @@ 44 44 # Nothing here yet 45 45 %endif
Note: See TracChangeset
for help on using the changeset viewer.