Changeset 2666 for trunk/server
- Timestamp:
- Feb 3, 2015, 7:17:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/openssh.spec.patch
r2591 r2666 1 --- openssh.spec. orig 2014-05-25 19:03:45.308703615 -04002 +++ openssh.spec 201 4-05-25 19:05:57.593843283 -04001 --- openssh.spec.~1~ 2015-01-15 09:30:33.000000000 -0500 2 +++ openssh.spec 2015-02-03 18:42:28.117828942 -0500 3 3 @@ -71,7 +71,7 @@ 4 4 Summary: An open source implementation of SSH protocol versions 1 and 2 … … 10 10 #URL1: http://pamsshagentauth.sourceforge.net 11 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 Patch9 09: openssh-6.4p1-ignore-bad-env-var.patch12 @@ -225,6 +225,8 @@ 13 # Config parser shouldn't accept ip/port syntax (#1130733) 14 Patch919: openssh-6.4p1-ip-port-config-parser.patch 15 15 16 16 +Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 17 17 + 18 18 License: BSD 19 19 Group: Applications/Internet 20 @@ -254,6 +255,7 @@ 20 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 21 @@ -282,6 +284,7 @@ 21 22 Requires(pre): /usr/sbin/useradd 22 23 Requires: pam >= 1.0.1-3 … … 26 27 Requires(preun): systemd-units 27 28 Requires(postun): systemd-units 28 @@ -411,10 +413,12 @@ 29 %patch713 -p1 -b .ctr-cavs 30 31 %patch800 -p1 -b .gsskex 32 -%patch801 -p1 -b .force_krb 33 +# Remove force_krb as it conflicts with admof 34 +# %patch801 -p1 -b .force_krb 35 36 %patch900 -p1 -b .canohost 37 -%patch901 -p1 -b .kuserok 38 +# Remove the kuserok patch as it won't apply without patch800 39 +# %patch901 -p1 -b .kuserok 40 %patch902 -p1 -b .ccache_name 41 %patch903 -p1 -b .dh 42 %patch904 -p1 -b .SP800-131A 43 @@ -428,6 +432,8 @@ 29 @@ -468,6 +471,8 @@ 44 30 # Nothing here yet 45 31 %endif
Note: See TracChangeset
for help on using the changeset viewer.