pkgsrc/mail/libesmtp/Makefile
drochner 82e4f9e5d1 update to 1.0.6
This seems to fix the security problem with '\0' in domain names which
was also present in openssl and nss. (CVE-2010-1192)
(The bundled changelog does only beat around the bush.)
2010-10-22 18:53:41 +00:00

30 lines
748 B
Makefile

# $NetBSD: Makefile,v 1.30 2010/10/22 18:53:41 drochner Exp $
DISTNAME= libesmtp-1.0.6
CATEGORIES= mail devel
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= dolemite@wuli.nu
HOMEPAGE= http://www.stafford.uklinux.net/libesmtp/
COMMENT= Library to manage posting of electronic mail
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_OLD_DES_API= yes
CONFIGURE_ARGS+= --enable-all
CONFIGURE_ARGS+= --disable-isoc
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MIRIX-5*)
CONFIGURE_ARGS+= --enable-emulate-getaddrinfo
.endif
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"