diff options
author | jlam <jlam> | 2001-10-09 19:16:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-09 19:16:20 +0000 |
commit | e1c74d70c99da80c69e2a33959497a464580ec81 (patch) | |
tree | 83a704e9112dce7b113608b91b27bfb50c8d55ad /security/libmcrypt/patches | |
parent | e39a4e0334b6702aa3e02dabbc3c273e2b42df7b (diff) | |
download | pkgsrc-e1c74d70c99da80c69e2a33959497a464580ec81.tar.gz |
Update libmcrypt to 2.4.17. Changes from version 2.4.7 include:
- Bug fixes and memory leaks
- Added new modes: nCFG
- Due to an endianness handling problem Blowfish algorithm was not compatible
with other implementations. Now it has been corrected. If you want
to access the old algorithm used use the "blowfish-compat" module.
- Corrected bug in rijndael-256. This makes the algorithm incompatible with
previous versions.
Diffstat (limited to 'security/libmcrypt/patches')
-rw-r--r-- | security/libmcrypt/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/libmcrypt/patches/patch-aa b/security/libmcrypt/patches/patch-aa new file mode 100644 index 00000000000..acdc8ac672b --- /dev/null +++ b/security/libmcrypt/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2001/10/09 19:16:21 jlam Exp $ + +--- configure.orig Thu Sep 27 03:41:28 2001 ++++ configure +@@ -4382,8 +4382,6 @@ + INCLTDL= + fi + +-LIBLTDL_DIR=libltdl +- + cat >>confdefs.h <<\EOF + #define USE_LTDL 1 + EOF |