source:
trunk/server/fedora/specs/openssh.spec.patch
@
2351
Last change on this file since 2351 was 2339, checked in by andersk, 12 years ago | |
---|---|
File size: 1.6 KB |
-
openssh.spec
old new 74 74 Summary: An open source implementation of SSH protocol versions 1 and 2 75 75 Name: openssh 76 76 Version: %{openssh_ver} 77 Release: %{openssh_rel}%{?dist}%{?rescue_rel} 77 Release: %{openssh_rel}%{?dist}%{?rescue_rel}.scripts.%{scriptsversion} 78 78 URL: http://www.openssh.com/portable.html 79 79 #URL1: http://pamsshagentauth.sourceforge.net 80 80 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz … … 221 221 #https://bugzilla.mindrot.org/show_bug.cgi?id=1604 222 222 # sctp 223 223 #https://bugzilla.mindrot.org/show_bug.cgi?id=1873 => https://bugzilla.redhat.com/show_bug.cgi?id=668993 224 Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 224 225 225 226 License: BSD 226 227 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 … … 458 460 %patch714 -p0 -b .null-xcrypt 459 461 460 462 %patch800 -p1 -b .gsskex 461 %patch801 -p1 -b .force_krb 463 # Remove force_krb as it conflicts with admof 464 # %patch801 -p1 -b .force_krb 462 465 463 466 %patch900 -p1 -b .canohost 464 %patch901 -p1 -b .kuserok 467 # Remove the kuserok patch as it won't apply without patch800 468 # %patch901 -p1 -b .kuserok 465 469 %patch902 -p1 -b .man-moduli 466 470 %patch903 -p1 -b .ipqos 467 471 … … 469 473 # Nothing here yet 470 474 %endif 471 475 476 %patch1001 -p1 -b .gssapi-env 477 472 478 autoreconf 473 479 pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver} 474 480 autoreconf
Note: See TracBrowser
for help on using the repository browser.