Ignore:
Timestamp:
Jun 12, 2013, 10:58:31 PM (11 years ago)
Author:
tboning
Message:
Built a bunch of packages, krb5 still has issues.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc19-dev/server/fedora/specs/openssh.spec.patch

    r2339 r2429  
    1 --- openssh.spec.orig   2012-06-18 18:16:43.764813595 -0400
    2 +++ openssh.spec        2012-06-18 18:24:40.478720527 -0400
     1--- openssh.spec.orig   2013-05-01 19:02:52.961058569 -0400
     2+++ openssh.spec        2013-05-01 19:15:58.952058569 -0400
    33@@ -74,7 +74,7 @@
    44 Summary: An open source implementation of SSH protocol versions 1 and 2
     
    99 URL: http://www.openssh.com/portable.html
    1010 #URL1: http://pamsshagentauth.sourceforge.net
    11  #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
    12 @@ -221,6 +221,7 @@
    13  #https://bugzilla.mindrot.org/show_bug.cgi?id=1604
    14  # sctp
    15  #https://bugzilla.mindrot.org/show_bug.cgi?id=1873 => https://bugzilla.redhat.com/show_bug.cgi?id=668993
     11 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
     12@@ -187,6 +187,7 @@
     13 # add latest config.{sub,guess} to support aarch64 (#926284)
     14 Patch907: openssh-6.2p1-aarch64.patch
     15 
    1616+Patch1001: openssh-4.7p1-gssapi-name-in-env.patch
    1717 
    1818 License: BSD
    1919 Group: Applications/Internet
    20 @@ -271,6 +272,7 @@
     20@@ -238,6 +239,7 @@
    2121 Group: Applications/Internet
    2222 Requires: openssh = %{version}-%{release}
     
    2626 %package server
    2727 Summary: An open source SSH server daemon
    28 @@ -458,10 +460,12 @@
    29  %patch714 -p0 -b .null-xcrypt
     28@@ -407,10 +409,12 @@
     29 %patch713 -p1 -b .ctr-cavs
    3030 
    3131 %patch800 -p1 -b .gsskex
     
    3636 %patch900 -p1 -b .canohost
    3737-%patch901 -p1 -b .kuserok
    38 +# Remove the kuserok patch as it won't apply without patch800
     38+# Remove the kuserok patch as it won't apply without patch800 
    3939+# %patch901 -p1 -b .kuserok
    40  %patch902 -p1 -b .man-moduli
    41  %patch903 -p1 -b .ipqos
    42  
    43 @@ -469,6 +473,8 @@
     40 %patch905 -p1 -b .modpipe-cflags
     41 %patch906 -p1 -b .identityfile
     42 %patch907 -p1 -b .aarch64
     43@@ -419,6 +423,8 @@
    4444 # Nothing here yet
    4545 %endif
Note: See TracChangeset for help on using the changeset viewer.