aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 06:26:34 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 06:26:34 +0800
commitd420a750b5475fbd9dd66ea76b89e70baf792eaa (patch)
treed8aa33783d2b30735f208d733efdee4bff830004 /security
parent0f873b232ce28489b7d527a5c011565244b445d3 (diff)
downloadfreebsd-ports-gnome-d420a750b5475fbd9dd66ea76b89e70baf792eaa.tar.gz
freebsd-ports-gnome-d420a750b5475fbd9dd66ea76b89e70baf792eaa.tar.zst
freebsd-ports-gnome-d420a750b5475fbd9dd66ea76b89e70baf792eaa.zip
- Update to 0.7.5
Obtained from: FreeBSD Haskell
Diffstat (limited to 'security')
-rw-r--r--security/hs-clientsession/Makefile6
-rw-r--r--security/hs-clientsession/distinfo4
-rw-r--r--security/hs-clientsession/pkg-descr2
-rw-r--r--security/hs-cryptohash/Makefile4
-rw-r--r--security/hs-cryptohash/distinfo4
5 files changed, 11 insertions, 9 deletions
diff --git a/security/hs-clientsession/Makefile b/security/hs-clientsession/Makefile
index e3c9ed130bd9..d513df039b03 100644
--- a/security/hs-clientsession/Makefile
+++ b/security/hs-clientsession/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= clientsession
-PORTVERSION= 0.7.4
+PORTVERSION= 0.7.5
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
@@ -14,8 +14,8 @@ COMMENT= Securely store session data in a client-side cookie
LICENSE= BSD
-USE_CABAL= base64-bytestring>=0.1.0.3 cereal>=0.3 cprng-aes>=0.2 \
- crypto-api>=0.6.4 cryptocipher>=0.2.5 entropy>=0.2.1 \
+USE_CABAL= base64-bytestring>=0.1.1.1 cereal>=0.3 cprng-aes>=0.2 \
+ crypto-api>=0.8 cryptocipher>=0.2.5 entropy>=0.2.1 \
skein>=0.1 tagged>=0.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
diff --git a/security/hs-clientsession/distinfo b/security/hs-clientsession/distinfo
index 1d72e89fcf6f..c44ca3f6e59f 100644
--- a/security/hs-clientsession/distinfo
+++ b/security/hs-clientsession/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/clientsession-0.7.4.tar.gz) = 5a6f7a025dd11087f444795f159dd3e7ea610a0eec869d96d8a451fff3781514
-SIZE (cabal/clientsession-0.7.4.tar.gz) = 7004
+SHA256 (cabal/clientsession-0.7.5.tar.gz) = 794748fdc009493a72cd591e8ea3624f2932789f2eaccdbd39a4016d00a65fe0
+SIZE (cabal/clientsession-0.7.5.tar.gz) = 6858
diff --git a/security/hs-clientsession/pkg-descr b/security/hs-clientsession/pkg-descr
index 29c98b7049ab..5a0cc3f39994 100644
--- a/security/hs-clientsession/pkg-descr
+++ b/security/hs-clientsession/pkg-descr
@@ -2,4 +2,4 @@ Achieves security through AES-CTR encryption and Skein-MAC-512-256
authentication. Uses Base64 encoding to avoid any issues with
characters.
-WWW: http://github.com/snoyberg/clientsession/tree/master
+WWW: http://github.com/yesodweb/clientsession/tree/master
diff --git a/security/hs-cryptohash/Makefile b/security/hs-cryptohash/Makefile
index 9ac4413d1605..ac381ff99887 100644
--- a/security/hs-cryptohash/Makefile
+++ b/security/hs-cryptohash/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cryptohash
-PORTVERSION= 0.7.4
+PORTVERSION= 0.7.5
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
@@ -16,5 +16,7 @@ LICENSE= BSD
CABAL_SETUP= Setup.hs
+USE_CABAL= cereal>=0.2 crypto-api>=0.5 tagged>=0.1
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/security/hs-cryptohash/distinfo b/security/hs-cryptohash/distinfo
index b9cbead84b42..16ae388f8e42 100644
--- a/security/hs-cryptohash/distinfo
+++ b/security/hs-cryptohash/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/cryptohash-0.7.4.tar.gz) = 4be94351f2960bc3a4c28bd6273a476a8c0896f3918f4c9ead12100c23aff4da
-SIZE (cabal/cryptohash-0.7.4.tar.gz) = 38773
+SHA256 (cabal/cryptohash-0.7.5.tar.gz) = 0fe7c6a46d9b8c38e0a4756350eeb47a87f7804586d57047978057518598a1a3
+SIZE (cabal/cryptohash-0.7.5.tar.gz) = 39149