From b91dca65217b7c35be84df053692c9fd1b012560 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Feb 2013 00:07:38 -0800 Subject: Tue Feb 5 00:07:38 PST 2013 --- community/nsd/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'community/nsd') diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD index 566d28dc8..7a7d8dc62 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 79243 2012-11-01 17:25:44Z bisson $ +# $Id: PKGBUILD 83750 2013-02-04 22:23:27Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Kaiting Chen # Contributor: Roberto Alsina pkgname=nsd -pkgver=3.2.14 +pkgver=3.2.15 pkgrel=1 pkgdesc='Authoritative only, high performance and simple DNS server' url='http://www.nlnetlabs.nl/nsd/' @@ -14,7 +14,7 @@ makedepends=('flex') arch=('i686' 'x86_64') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'service') -sha1sums=('78390145ec392b520d88c19fc99c544dd1426959' +sha1sums=('e31a81ab7877422b34e1f163f9509cd93f395664' '1cfa2d7254139be50f11753d4e07281ed2af36eb') install=install @@ -27,6 +27,7 @@ build() { --exec-prefix=/usr \ --datarootdir=/usr/share \ --with-pidfile=/run/nsd.pid \ + --enable-ratelimit \ make } -- cgit v1.2.3-54-g00ecf