[114544] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 18:40:27 PST 2013


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

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

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

Modified: trunk/dports/devel/hs-tls-extra/Portfile
===================================================================
--- trunk/dports/devel/hs-tls/Portfile	2013-12-10 02:34:47 UTC (rev 114542)
+++ trunk/dports/devel/hs-tls-extra/Portfile	2013-12-10 02:40:27 UTC (rev 114544)
@@ -4,30 +4,26 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       tls 1.1.5
-checksums           rmd160  0b6b9993f4cd21e00cc8c521c039aaadd2469dcf \
-                    sha256  8c2046cabff84a8b30664c118c228297ea1ea2b550132884bff2b513471f40c9
+haskell.setup       tls-extra 0.6.6
+checksums           rmd160  5f2b0952de98b911a6c801d2b1914abb39028867 \
+                    sha256  dbf782edbb82321b6484105518fe8e2ff6d51992b20a545a5d3bd380ed901a4c
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         TLS/SSL protocol native implementation (Server and Client)
+description         TLS extra default values and helpers
 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.
+    A set of extra definitions, default values and helpers for tls. 
 
-depends_lib-append  port:hs-cereal \
-                    port:hs-certificate \
+depends_lib-append  port:hs-certificate \
+                    port:hs-cipher-aes \
+                    port:hs-cipher-rc4 \
                     port:hs-crypto-pubkey \
                     port:hs-crypto-random \
                     port:hs-cryptohash \
                     port:hs-mtl \
-                    port:hs-network
+                    port:hs-network \
+                    port:hs-pem \
+                    port:hs-tls \
+                    port:hs-vector
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/7418a2cd/attachment-0001.html>


More information about the macports-changes mailing list