pkgsrc/www/ap-auth-kerb/Makefile
markd 70a516fe8b Update to mod_auth_kerb-5.3. Suggested by Michael Santos in PR pkg/35459.
Changes:
Fixes a potential buffer overflow vulnerability in the SPNEGO processing.
2007-01-25 19:54:08 +00:00

25 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.5 2007/01/25 19:54:08 markd Exp $
DISTNAME= mod_auth_kerb-5.3
PKGNAME= ${APACHE_PKG_PREFIX}-auth-kerb-5.3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modauthkerb/}
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://modauthkerb.sourceforge.net/
COMMENT= Module to allow Apache authentication using Kerberos
CONFLICTS= ap-auth-kerb-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-krb4
CONFIGURE_ARGS+= --with-apache=${BUILDLINK_PREFIX.apache}
CONFIGURE_ARGS+= APXS=${APXS}
USE_LIBTOOL= yes
USE_TOOLS+= gmake
APACHE_MODULE= yes
.include "../../mk/apache.mk"
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"