[114534] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 18:10:04 PST 2013


Revision: 114534
          https://trac.macports.org/changeset/114534
Author:   cal at macports.org
Date:     2013-12-09 18:10:04 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-securemem, dependency of hs-crypto-cipher-types

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

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

Modified: trunk/dports/devel/hs-securemem/Portfile
===================================================================
--- trunk/dports/devel/hs-certificate/Portfile	2013-12-10 02:02:34 UTC (rev 114533)
+++ trunk/dports/devel/hs-securemem/Portfile	2013-12-10 02:10:04 UTC (rev 114534)
@@ -4,21 +4,17 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       certificate 1.3.9
-checksums           rmd160  c06124c118a46cb2765c025a612163143911b625 \
-                    sha256  e6257b4b0e884db8a817d265d9a7f9a6c76af8190504f32dadbbf64b0fcee5a1
+haskell.setup       securemem 0.1.3
+checksums           rmd160  f887e1d8e631fc9c3df20e138a4182724551426e \
+                    sha256  12a42caa7b09076197f14eb8511ec98969becdd81596617fe71cc13dcebccccf
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Certificates and Key Reader/Writer
+description         abstraction to an auto scrubbing and const time eq, memory chunk
 long_description    \
-    At the moment only X509 certificate and unencrypted private key are \
-    supported, but will include PGP certificate and pkcs8 private keys.
+    SecureMem is similar to ByteString, except that it provides a memory chunk \
+    that will be auto-scrubbed after it run out of scope.
 
-depends_lib-append  port:hs-asn1-data \
-                    port:hs-crypto-pubkey-types \
-                    port:hs-cryptohash \
-                    port:hs-mtl \
-                    port:hs-pem
+depends_lib-append  port:hs-byteable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/803d30ad/attachment-0001.html>


More information about the macports-changes mailing list