[114543] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 18:38:46 PST 2013


Revision: 114543
          https://trac.macports.org/changeset/114543
Author:   cal at macports.org
Date:     2013-12-09 18:38:46 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-cipher-rc4, dependency of hs-tls-extra

Modified Paths:
--------------
    trunk/dports/devel/hs-cipher-rc4/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-cipher-rc4/

Modified: trunk/dports/devel/hs-cipher-rc4/Portfile
===================================================================
--- trunk/dports/devel/hs-cipher-aes/Portfile	2013-12-10 02:29:04 UTC (rev 114540)
+++ trunk/dports/devel/hs-cipher-rc4/Portfile	2013-12-10 02:38:46 UTC (rev 114543)
@@ -4,29 +4,16 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       cipher-aes 0.2.6
-checksums           rmd160  0f1b7c673f0826538241fc9d3d93ae698b6454d1 \
-                    sha256  7174d42e65fd4a12b4d4e7ff70ed664d8a455d809a7d9e263999f35b7850457b
+haskell.setup       cipher-rc4 0.1.4
+checksums           rmd160  0cdd8b6fe55172a0308f8c4121c51ab658874c75 \
+                    sha256  c67e731bc9e7f3882e33609c3d9ec97b4e9bbd2f95cd882926acfb621970384d
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Fast AES cipher implementation with advanced mode of operations
-long_description    \
-    Fast AES cipher implementation with advanced mode of operations. \
-    \nThe modes of operations available are ECB (Electronic code book), CBC \
-    (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), \
-    GCM (Galois Counter Mode). \
-    \nThe AES implementation uses AES-NI when available (on x86 and x86-64 \
-    architecture), but fallback gracefully to a software C implementation. \
-    \nThe software implementation uses S-Boxes, which might suffer for cache \
-    timing issues. However do notes that most other known software \
-    implementations, including very popular one (openssl, gnutls) also uses \
-    similar implementation. If it matters for your case, you should make sure \
-    you have AES-NI available, or you'll need to use a different \
-    implementation.
+description         Fast RC4 cipher implementation
+long_description    ${description}
 
 depends_lib-append  port:hs-byteable \
-                    port:hs-crypto-cipher-types \
-                    port:hs-securemem
+                    port:hs-crypto-cipher-types
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/635155d8/attachment.html>


More information about the macports-changes mailing list