summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-03-27 00:34:32 +0000
committertaca <taca@pkgsrc.org>2013-03-27 00:34:32 +0000
commit726481a8c915879f8a00bb2e08dcc83de40409c9 (patch)
tree42c09fb6a9ee1d7ace8a94654991d38b563076bc /net
parent1835ed739fdc6aa4f2b807f2287843435d51a60f (diff)
downloadpkgsrc-726481a8c915879f8a00bb2e08dcc83de40409c9.tar.gz
Disable use of regex.h for fixing CVE-2013-2266.
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/bind97/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/bind97/Makefile b/net/bind97/Makefile
index 55cfcbdf2c1..615b6a0f73b 100644
--- a/net/bind97/Makefile
+++ b/net/bind97/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2013/03/02 20:33:30 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2013/03/27 00:34:32 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -28,6 +28,9 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
#CONFIG_SHELL= sh -x
+# workaround for CVE-2013-2266
+CONFIGURE_ENV+= ac_cv_header_regex_h=no
+
CONFIGURE_ARGS+= --with-libtool
CONFIGURE_ARGS+= --sysconfdir=/etc
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}