pkgsrc/security/mcrypt/Makefile
wiz acb389814b Update to 2.6.4.
21Feb2003: Version 2.6.4
	- Updated Spanish-Argentina translation by Ariel
	Fermani.
	- Some fixes for compiling under win32.
        - Some fixes to allow compiling gaaout.c with external
          CFLAGS and CPPFLAGS.

04Oct2002: Version 2.6.3
	- Added support for 64 bit file offsets. Based on patch by
          Keven Belanger.

23Jun2002: Version 2.6.2
	- Corrections in localization
	- Added Spanish-Argentina translation. Translated by Ariel
	Fermani.

15Jun2002: Version 2.6.1
	- Better error checking
	- Added rndunix random gatherer from gnupg. It is
	  a gatherer for random bytes, written by Peter Gutmann.
	- Added some kind of random byte generator for Win32
	  systems.
	- Corrected bug in configuration file parsing.
	- Corrected bug in bare mode which put an IV in the
	  encrypted file even if the mode did not support IV.

29May2002: Version 2.6.0
	- Added OpenPGP support (added by Timo Schulz)
	- Removed all of file locking code.
	- Several improvements and corrections on the old
          codebase (still a mess).

11Mar2002: Version 2.5.13
	- Corrected stream modes in block algorithms

29Jan2002: Version 2.5.12
	- Added some missing files

26Jan2002: Version 2.5.11
	- SHA1 is the default digest used

01Dec2001:
	- Added --time option
2003-03-05 08:44:56 +00:00

22 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/03/05 08:44:56 wiz Exp $
DISTNAME= mcrypt-2.6.4
CATEGORIES= security devel
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/ \
ftp://mcrypt.hellug.gr/pub/mcrypt/old/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://mcrypt.hellug.gr/
COMMENT= replacement to crypt(1), supports many crypto algorithms
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../security/libmcrypt/buildlink2.mk"
.include "../../security/mhash/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"