source:
trunk/server/fedora/specs/openssh.spec.patch
@
2246
Last change on this file since 2246 was 2246, checked in by ezyang, 12 years ago | |
---|---|
File size: 1.5 KB |
-
openssh.spec
old new 82 82 Summary: An open source implementation of SSH protocol versions 1 and 2 83 83 Name: openssh 84 84 Version: %{openssh_ver} 85 Release: %{openssh_rel}%{?dist}%{?rescue_rel} 85 Release: %{openssh_rel}%{?dist}%{?rescue_rel}.scripts.%{scriptsversion} 86 86 URL: http://www.openssh.com/portable.html 87 87 #URL1: http://pamsshagentauth.sourceforge.net 88 88 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz … … 218 218 #https://bugzilla.mindrot.org/show_bug.cgi?id=1604 219 219 # sctp 220 220 #https://bugzilla.mindrot.org/show_bug.cgi?id=1873 => https://bugzilla.redhat.com/show_bug.cgi?id=668993 221 Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 221 222 222 223 License: BSD 223 224 Group: Applications/Internet … … 271 272 Group: Applications/Internet 272 273 Requires: openssh = %{version}-%{release} 273 274 Requires: fipscheck-lib%{_isa} >= 1.3.0 275 Provides: scripts-openssh-server 274 276 275 277 %package server 276 278 Summary: An open source SSH server daemon … … 456 458 %patch713 -p1 -b .ctr-cavs 457 459 458 460 %patch800 -p1 -b .gsskex 459 %patch801 -p1 -b .force_krb 461 # Remove force_krb as it conflicts with admof 462 # %patch801 -p1 -b .force_krb 460 463 461 464 %patch900 -p1 -b .canohost 462 %patch901 -p1 -b .kuserok 465 # Remove the kuserok patch as it won't apply without patch800 466 # %patch901 -p1 -b .kuserok 463 467 464 468 %if 0 465 469 # Nothing here yet 466 470 %endif 467 471 472 %patch1001 -p1 -b .gssapi-env 473 468 474 autoreconf 469 475 pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver} 470 476 autoreconf
Note: See TracBrowser
for help on using the repository browser.