[114542] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 18:34:47 PST 2013


Revision: 114542
          https://trac.macports.org/changeset/114542
Author:   cal at macports.org
Date:     2013-12-09 18:34:47 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-tls, dependency of hs-connection

Modified Paths:
--------------
    trunk/dports/devel/hs-tls/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-tls/

Modified: trunk/dports/devel/hs-tls/Portfile
===================================================================
--- trunk/dports/devel/hs-socks/Portfile	2013-12-10 02:21:14 UTC (rev 114539)
+++ trunk/dports/devel/hs-tls/Portfile	2013-12-10 02:34:47 UTC (rev 114542)
@@ -4,16 +4,30 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       socks 0.5.4
-checksums           rmd160  a93a322c8652138304b4e5eb53f314e4f3a8b162 \
-                    sha256  e9b5e1ea78592632bb086e5f4d6da523be01921a4a8998ca78552bdc396db4da
+haskell.setup       tls 1.1.5
+checksums           rmd160  0b6b9993f4cd21e00cc8c521c039aaadd2469dcf \
+                    sha256  8c2046cabff84a8b30664c118c228297ea1ea2b550132884bff2b513471f40c9
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Socks proxy (version 5) implementation
-long_description    ${description}
+description         TLS/SSL protocol native implementation (Server and Client)
+long_description    \
+    Native Haskell TLS and SSL protocol implementation for server and client. \
+    \nThis provides a high-level implementation of a sensitive security \
+    protocol, eliminating a common set of security issues through the use of \
+    the advanced type system, high level constructions and common Haskell \
+    features. \
+    \nCurrently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol, with \
+    only RSA supported for Key Exchange. \
+    \nOnly core protocol available here, have a look at the hs-tls-extra \
+    package for default ciphers, compressions and certificates functions.
 
 depends_lib-append  port:hs-cereal \
+                    port:hs-certificate \
+                    port:hs-crypto-pubkey \
+                    port:hs-crypto-random \
+                    port:hs-cryptohash \
+                    port:hs-mtl \
                     port:hs-network
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/76ee0668/attachment.html>


More information about the macports-changes mailing list