openbsd-ports/security/libmcrypt/Makefile
avsm bb5e5d3a0b - upgrade to libmcrypt-2.4.9
NEWS:
- 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.
- Fixes in mcrypt_list_algorithms() for some systems. Bugs pointed out by
  Jonathan Woolmington <jwool@ind.tansu.com.au>
- Fixes in stream mode.
- mcrypt_generic_init() no longer fails if smaller key is used. It uses
  the most appropriate key size of the algorithm and pads with zeros.
- Fixes in wake algorithm (and support for IV).
- IV is now used in arcfour (arcfour-iv is now longer used).
  Speedups in Arcfour.
2001-02-05 08:18:26 +00:00

25 lines
575 B
Makefile

# $OpenBSD: Makefile,v 1.4 2001/02/05 08:18:26 avsm Exp $
DISTNAME= libmcrypt-2.4.9
CATEGORIES= security
NEED_VERSION= 1.351
MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \
ftp://argeas.cs-net.gr/pub/unix/mcrypt
HOMEPAGE= http://mcrypt.hellug.gr/lib/
LIB_DEPENDS= mhash.2:security/mhash
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
.include <bsd.port.mk>