diff options
author | tron <tron> | 2013-03-30 11:53:00 +0000 |
---|---|---|
committer | tron <tron> | 2013-03-30 11:53:00 +0000 |
commit | 279ee53ef06897f8bea69111ec2a95830c3c774b (patch) | |
tree | f487a462b67c616db3c63947639cea70aede52c4 | |
parent | 2db5c5d6a1c445f933ce648841e30eff644092bc (diff) | |
download | pkgsrc-279ee53ef06897f8bea69111ec2a95830c3c774b.tar.gz |
Pullup ticket #4105 - requested by taca
net/bind97: security patch
Revisions pulled up:
- net/bind97/Makefile 1.25-1.27
---
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Feb 6 23:24:19 UTC 2013
Modified Files:
pkgsrc/net/bind97: Makefile
Log Message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
---
Module Name: pkgsrc
Committed By: wiz
Date: Sat Mar 2 20:33:35 UTC 2013
Modified Files:
pkgsrc/net/bind97: Makefile
Log Message:
Bump PKGREVISION for mysql default change to 55.
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Mar 27 00:34:32 UTC 2013
Modified Files:
pkgsrc/net/bind97: Makefile
Log Message:
Disable use of regex.h for fixing CVE-2013-2266.
Bump PKGREVISION.
-rw-r--r-- | net/bind97/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/bind97/Makefile b/net/bind97/Makefile index c6565e67789..fde692040c1 100644 --- a/net/bind97/Makefile +++ b/net/bind97/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2012/12/16 01:52:27 obache Exp $ +# $NetBSD: Makefile,v 1.24.2.1 2013/03/30 11:53:00 tron Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 2 +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} |