Update to 3.4.1 release.

This commit is contained in:
Alex Dupre 2012-01-10 11:52:40 +00:00
parent 1b91e235c3
commit d4b7f98331
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288889
3 changed files with 7 additions and 7 deletions

View file

@ -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}

View file

@ -1,2 +1,2 @@
SHA256 (cl340.zip) = fff4cca9e70e579763882cd58bc8a5b36c52c20a7ace6c8b21c5e4e9e05fd9d5
SIZE (cl340.zip) = 5514751
SHA256 (cl341.zip) = d3057acbf4bc7d45694d8ec2621ee4027f9303d36cebdfe2af770567ec912c94
SIZE (cl341.zip) = 5704337

View file

@ -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 */