source:
trunk/server/fedora/specs/openssh.spec.patch
@
2492
Last change on this file since 2492 was 2450, checked in by tboning, 11 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 … … 220 220 Patch904: openssh-5.9p1-change-max-startups.patch 221 221 # make sftp's libedit interface marginally multibyte aware (#841771) 222 222 Patch908: openssh-5.9p1-sftp-multibyte.patch 223 223 Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 224 224 225 225 License: BSD 226 226 Group: Applications/Internet … … 271 273 Group: Applications/Internet 272 274 Requires: openssh = %{version}-%{release} 273 275 Requires: fipscheck-lib%{_isa} >= 1.3.0 276 Provides: scripts-openssh-server 274 277 275 278 %package server 276 279 Summary: An open source SSH server daemon … … 458 461 %patch714 -p0 -b .null-xcrypt 459 462 460 463 %patch800 -p1 -b .gsskex 461 %patch801 -p1 -b .force_krb 464 # Remove force_krb as it conflicts with admof 465 # %patch801 -p1 -b .force_krb 462 466 463 467 %patch900 -p1 -b .canohost 464 %patch901 -p1 -b .kuserok 468 # Remove the kuserok patch as it won't apply without patch800 469 # %patch901 -p1 -b .kuserok 465 470 %patch902 -p1 -b .man-moduli 466 471 %patch903 -p1 -b .ipqos 467 472 %patch904 -p1 -b .max-startups … … 471 476 # Nothing here yet 472 477 %endif 473 478 479 %patch1001 -p1 -b .gssapi-env 480 474 481 autoreconf 475 482 pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver} 476 483 autoreconf
Note: See TracBrowser
for help on using the repository browser.