6f53be67e0
Upstream for mcrypt is effectively dead so incorporate patches from other OSS packaging systems. These patches address the following: * CVE-2012-4409 (fix) * CVE-2012-4527 (fix) * Spelling and grammar fixes for man page * Fix potential format-string attacks (no vulnerability Id) * Fix potential buffer overflows (no vulnerability Id) * Make native format default as in Debian, Red Hat, and SUSE since openpgp format handling is seriously broken. * Fix ARM build [unclear if this is necessary for non-Linux systems] * Correct include file for OSX
22 lines
684 B
Makefile
22 lines
684 B
Makefile
# $NetBSD: Makefile,v 1.27 2018/05/30 14:58:03 ginsbach Exp $
|
|
|
|
DISTNAME= mcrypt-2.6.8
|
|
PKGREVISION= 4
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mcrypt.sourceforge.net/
|
|
COMMENT= Replacement to crypt(1), supports many crypto algorithms
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= ac_cv_path_GZIP="gzip"
|
|
CONFIGURE_ENV+= ac_cv_path_BZIP2="bzip2"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/libmcrypt/buildlink3.mk"
|
|
.include "../../security/mhash/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|