Changeset 2591 for trunk/server/fedora/specs/openssh.spec.patch
- Timestamp:
- Aug 27, 2014, 10:06:17 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
-
trunk/server/fedora/specs/openssh.spec.patch
r2450 r2591 1 --- openssh.spec.orig 201 3-07-15 21:14:52.452894092-04002 +++ openssh.spec 201 3-07-15 21:18:59.494168115-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 … … 9 9 URL: http://www.openssh.com/portable.html 10 10 #URL1: http://pamsshagentauth.sourceforge.net 11 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz 12 @@ -220,7 +220,7 @@ 13 Patch904: openssh-5.9p1-change-max-startups.patch 14 # make sftp's libedit interface marginally multibyte aware (#841771) 15 Patch908: openssh-5.9p1-sftp-multibyte.patch 16 - 11 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz 12 @@ -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 17 16 +Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 18 17 19 18 License: BSD 20 19 Group: Applications/Internet 21 @@ -2 71,6 +273,7 @@22 Group: Applications/Internet23 Requires: openssh = %{version}-%{release}20 @@ -254,6 +255,7 @@ 21 Requires(pre): /usr/sbin/useradd 22 Requires: pam >= 1.0.1-3 24 23 Requires: fipscheck-lib%{_isa} >= 1.3.0 25 24 +Provides: scripts-openssh-server 26 27 %package server28 Summary: An open source SSH server daemon29 @@ -4 58,10 +461,12 @@30 %patch71 4 -p0 -b .null-xcrypt25 Requires(post): systemd-units 26 Requires(preun): systemd-units 27 Requires(postun): systemd-units 28 @@ -411,10 +413,12 @@ 29 %patch713 -p1 -b .ctr-cavs 31 30 32 31 %patch800 -p1 -b .gsskex … … 39 38 +# Remove the kuserok patch as it won't apply without patch800 40 39 +# %patch901 -p1 -b .kuserok 41 %patch902 -p1 -b . man-moduli42 %patch903 -p1 -b . ipqos43 %patch904 -p1 -b . max-startups44 @@ -4 71,6 +476,8 @@40 %patch902 -p1 -b .ccache_name 41 %patch903 -p1 -b .dh 42 %patch904 -p1 -b .SP800-131A 43 @@ -428,6 +432,8 @@ 45 44 # Nothing here yet 46 45 %endif
Note: See TracChangeset
for help on using the changeset viewer.