[113148] trunk/dports/net/openssh/Portfile

cal at macports.org cal at macports.org
Sun Nov 10 16:44:44 PST 2013


Revision: 113148
          https://trac.macports.org/changeset/113148
Author:   cal at macports.org
Date:     2013-11-10 16:44:44 -0800 (Sun, 10 Nov 2013)
Log Message:
-----------
openssh: fix +hpn variant by using the previous patch (which applies just fine)

Modified Paths:
--------------
    trunk/dports/net/openssh/Portfile

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2013-11-11 00:15:17 UTC (rev 113147)
+++ trunk/dports/net/openssh/Portfile	2013-11-11 00:44:44 UTC (rev 113148)
@@ -5,6 +5,7 @@
 
 name                openssh
 version             6.4p1
+revision            1
 
 categories          net
 platforms           darwin
@@ -100,13 +101,14 @@
 
 variant hpn conflicts gsskex description {Apply high performance patch} {
     # http://www.psc.edu/index.php/hpn-ssh
-    notes "The +hpn variant currently does nothing, because HPN patches for OpenSSH ${version} are not available yet."
-    #patch_sites-append      sourceforge:hpnssh
-    #set hpn_patchfile       ${distname}-hpnssh14v2.diff.gz
-    #patchfiles-append       ${hpn_patchfile}
-    #checksums-append        ${hpn_patchfile} \
-    #                        rmd160  8af79c3f63609da96d04b8e162f2b53cf7543be9 \
-    #                        sha256  23ae9307b58629ccf76a8ed5d9cf7215a45d6b7533d6b17eef17279fb9c48dca
+    # http://www.freshports.org/security/openssh-portable/ is usually quick in
+    # updating the HPN patch for new versions, take a look there, too.
+    patch_sites-append      sourceforge:hpnssh
+    set hpn_patchfile       ${name}-6.3p1-hpnssh14v2.diff.gz
+    patchfiles-append       ${hpn_patchfile}
+    checksums-append        ${hpn_patchfile} \
+                            rmd160  8af79c3f63609da96d04b8e162f2b53cf7543be9 \
+                            sha256  23ae9307b58629ccf76a8ed5d9cf7215a45d6b7533d6b17eef17279fb9c48dca
 }
 
 variant gsskex conflicts hpn requires kerberos5 description "Add OpenSSH GSSAPI key exchange patch" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131110/9e215b94/attachment.html>


More information about the macports-changes mailing list