source:
trunk/server/fedora/specs/openssh.spec.patch
@
2644
Last change on this file since 2644 was 2591, checked in by achernya, 10 years ago | |
---|---|
File size: 1.6 KB |
-
openssh.spec
old new 71 71 Summary: An open source implementation of SSH protocol versions 1 and 2 72 72 Name: openssh 73 73 Version: %{openssh_ver} 74 Release: %{openssh_rel}%{?dist}%{?rescue_rel} 74 Release: %{openssh_rel}%{?dist}%{?rescue_rel}.scripts.%{scriptsversion} 75 75 URL: http://www.openssh.com/portable.html 76 76 #URL1: http://pamsshagentauth.sourceforge.net 77 77 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz … … 196 196 # ignore environment variables with embedded '=' or '\0' characters (#1077843) 197 197 Patch909: openssh-6.4p1-ignore-bad-env-var.patch 198 198 199 Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 199 200 200 201 License: BSD 201 202 Group: Applications/Internet … … 254 255 Requires(pre): /usr/sbin/useradd 255 256 Requires: pam >= 1.0.1-3 256 257 Requires: fipscheck-lib%{_isa} >= 1.3.0 258 Provides: scripts-openssh-server 257 259 Requires(post): systemd-units 258 260 Requires(preun): systemd-units 259 261 Requires(postun): systemd-units … … 411 413 %patch713 -p1 -b .ctr-cavs 412 414 413 415 %patch800 -p1 -b .gsskex 414 %patch801 -p1 -b .force_krb 416 # Remove force_krb as it conflicts with admof 417 # %patch801 -p1 -b .force_krb 415 418 416 419 %patch900 -p1 -b .canohost 417 %patch901 -p1 -b .kuserok 420 # Remove the kuserok patch as it won't apply without patch800 421 # %patch901 -p1 -b .kuserok 418 422 %patch902 -p1 -b .ccache_name 419 423 %patch903 -p1 -b .dh 420 424 %patch904 -p1 -b .SP800-131A … … 428 432 # Nothing here yet 429 433 %endif 430 434 435 %patch1001 -p1 -b .gssapi-env 436 431 437 autoreconf 432 438 pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver} 433 439 autoreconf
Note: See TracBrowser
for help on using the repository browser.