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

ionic at macports.org ionic at macports.org
Sat Jun 27 18:13:19 PDT 2015


Revision: 138082
          https://trac.macports.org/changeset/138082
Author:   ionic at macports.org
Date:     2015-06-27 18:13:19 -0700 (Sat, 27 Jun 2015)
Log Message:
-----------
openssh: add none_cipher variant to enable the none cipher feature of the HPN patch set. Fixes: #48044.

I don't see any benefit in enabling this by default. Users interested in
this functionality can use the new variant to enable it, though.

This could be a potential security issue, so be careful.

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

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2015-06-28 01:13:12 UTC (rev 138081)
+++ trunk/dports/net/openssh/Portfile	2015-06-28 01:13:19 UTC (rev 138082)
@@ -147,6 +147,10 @@
     configure.cppflags-append -DHPN_ENABLED=1
 }
 
+variant none_cipher conflicts gsskex requires hpn description {Enable optional NONE cipher in HPN patchset} {
+    configure.cppflags-append -DNONE_CIPHER_ENABLED=1
+}
+
 variant gsskex conflicts hpn requires kerberos5 description "Add OpenSSH GSSAPI key exchange patch" {
     use_autoreconf          yes
     patchfiles-append       0002-Apple-keychain-integration-other-changes.patch \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150627/71461544/attachment.html>


More information about the macports-changes mailing list