summaryrefslogtreecommitdiff
path: root/community/nsd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nsd/PKGBUILD')
-rw-r--r--community/nsd/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD
index e6924173f..e6e18a19c 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 <bisson@archlinux.org>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Roberto Alsina <ralsina@kde.org>
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' 'mips64el')
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
}