aboutsummaryrefslogtreecommitdiff
path: root/security/cryptlib
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-01-10 11:52:40 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-01-10 11:52:40 +0000
commitd4b7f9833199b4718b43dc313953c6f1a61e19dc (patch)
tree0fae6f25bd7bf23d444c8f3d9c29d0faf55a4857 /security/cryptlib
parent1b91e235c32daa52cee3d70048627b4e136f5e91 (diff)
downloadports-d4b7f9833199b4718b43dc313953c6f1a61e19dc.tar.gz
ports-d4b7f9833199b4718b43dc313953c6f1a61e19dc.zip
Notes
Diffstat (limited to 'security/cryptlib')
-rw-r--r--security/cryptlib/Makefile2
-rw-r--r--security/cryptlib/distinfo4
-rw-r--r--security/cryptlib/files/patch-misc_config.h8
3 files changed, 7 insertions, 7 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile
index fa53c7b7389b..2de409c70b49 100644
--- a/security/cryptlib/Makefile
+++ b/security/cryptlib/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cryptlib
-PORTVERSION= 3.4.0
+PORTVERSION= 3.4.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/
DISTNAME= cl${PORTVERSION:S/.//g}
diff --git a/security/cryptlib/distinfo b/security/cryptlib/distinfo
index 1217a3e07347..1575e92b128d 100644
--- a/security/cryptlib/distinfo
+++ b/security/cryptlib/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cl340.zip) = fff4cca9e70e579763882cd58bc8a5b36c52c20a7ace6c8b21c5e4e9e05fd9d5
-SIZE (cl340.zip) = 5514751
+SHA256 (cl341.zip) = d3057acbf4bc7d45694d8ec2621ee4027f9303d36cebdfe2af770567ec912c94
+SIZE (cl341.zip) = 5704337
diff --git a/security/cryptlib/files/patch-misc_config.h b/security/cryptlib/files/patch-misc_config.h
index da378cfe73f0..c933a4244052 100644
--- a/security/cryptlib/files/patch-misc_config.h
+++ b/security/cryptlib/files/patch-misc_config.h
@@ -1,10 +1,10 @@
---- misc/config.h.orig 2010-12-21 02:29:54.000000000 +0100
-+++ misc/config.h 2011-03-04 15:31:57.000000000 +0100
-@@ -287,6 +287,7 @@
+--- misc/config.h.orig 2011-08-14 01:40:52.000000000 +0200
++++ misc/config.h 2012-01-10 12:45:17.000000000 +0100
+@@ -280,6 +280,7 @@
/* General device usage */
+#define USE_PKCS11
- #if defined( USE_PKCS11 ) || defined( USE_FORTEZZA ) || defined( USE_CRYPTOAPI )
+ #if defined( USE_PKCS11 ) || defined( USE_CRYPTOAPI )
#define USE_DEVICES
#endif /* Device types */