diff options
author | pettai <pettai@pkgsrc.org> | 2012-11-10 23:44:30 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-11-10 23:44:30 +0000 |
commit | 1ad61c33fde5f13722a47194f74da2d3e50b6441 (patch) | |
tree | 2957ef4b44e10b901c8bcd816a16331934c32bfd /net/bind98/Makefile | |
parent | 4e393318913790d16b4eb923e31b42199ad18f3c (diff) | |
download | pkgsrc-1ad61c33fde5f13722a47194f74da2d3e50b6441.tar.gz |
Added RRL (Response Rate Limiting) build option
Diffstat (limited to 'net/bind98/Makefile')
-rw-r--r-- | net/bind98/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index d2f2332393f..5a1239056bb 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,12 +1,15 @@ -# $NetBSD: Makefile,v 1.20 2012/10/23 17:18:11 asau Exp $ +# $NetBSD: Makefile,v 1.21 2012/11/10 23:44:30 pettai Exp $ DISTNAME= bind-${BIND_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${DISTNAME:S/-P/pl/} 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}/ +PATCHFILES= rl-9.8.4.patch +PATCH_SITES= http://ss.vix.com/~vixie/ + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/software/bind/ COMMENT= Version 9.8 of the Berkeley Internet Name Daemon, implementation of DNS |