summaryrefslogtreecommitdiff
path: root/security/libmcrypt/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-05 08:42:55 +0000
committerwiz <wiz@pkgsrc.org>2003-03-05 08:42:55 +0000
commit4ae327b00885fd6811c0ab31578133ec5fef4cbd (patch)
tree1ef47bcc665cc6ca6c537ce26b7a5f7737af4d65 /security/libmcrypt/Makefile
parentc3dfe0455fbdcdd9ab6a2edbe46a6106f8995ca7 (diff)
downloadpkgsrc-4ae327b00885fd6811c0ab31578133ec5fef4cbd.tar.gz
Update to 2.5.6.
January 19 2003: (version 2.5.6) - Fixes in win32 detection and DLL building. - Fixes for solaris (a symbol was not exported) - Corrected bug which made algorithm symbols to be inserted twice in symbol table. December 22 2002: (version 2.5.5) - Better win32 detection and DLL building. - Changed some variables names in gost.c to allow compiling with gcc and K6 optimizations. - Some buffer overrun checks on input. Patches and suggestions by Ilia A. - Made the default behaviour to include all algorithms into the main library, instead of using dynamic modules. Dynamic loading is disabled by default. The --enable-dynamic-loading flag can be used in the configure script, to get the old behaviour. - Some fixes in ECB mode. August 16 2002: (version 2.5.3) - The const keyword is now used in the exported functions - Corrected problem in libltdl's configure script June 22 2002: (version 2.5.2) - Fixed bug in the returned IV size of ARCFOUR - Fixed bug in mcrypt_readdir() which prevented the test programs to work. May 30 2002: (version 2.5.1) - Corrected the license. COPYING.LIB (LGPL) is now included instead of COPYING (GPL) Mar 09th 2002: (version 2.5.0) - Several corrections in stream and block cipher modes. - Added --disable-dynamic-loading configure option - The IV modifications in Arcfour and Wake have been disabled by default. - Added CTR mode for block ciphers. - Fixes in nCFB and nOFB modes. - Added mcrypt_enc_get_state() function. - Added test for nCFB, CFB, nOFB and CTR with AES Feb 14th 2002: - nOFB and nCFB modes can now encrypt and decrypt plaintext of size less than block size.
Diffstat (limited to 'security/libmcrypt/Makefile')
-rw-r--r--security/libmcrypt/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index e46d7eb478b..bfa2834d160 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2002/08/25 18:39:53 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2003/03/05 08:42:55 wiz Exp $
-DISTNAME= libmcrypt-2.4.22
+DISTNAME= libmcrypt-2.5.6
CATEGORIES= security devel
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \
ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/old/ \
@@ -12,11 +12,10 @@ COMMENT= crypto algorithms library
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= yes
-post-extract:
- ${RM} -rf ${WRKSRC}/libltdl
+post-install:
+ ${RMDIR} ${PREFIX}/lib/libmcrypt
-.include "../../devel/libtool/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"