diff options
author | root <root@rshg054.dnsready.net> | 2012-07-21 00:02:19 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-21 00:02:19 +0000 |
commit | 0c8308a9eb7ef6a30cec078ad1d753bd52979b66 (patch) | |
tree | 4ed4ccb8be3076c0b8f3366e05f0ebcd68c65e39 /community/nsd | |
parent | 226ac092dca4754b7b5a421e226c5971e3b607b2 (diff) |
Sat Jul 21 00:02:19 UTC 2012
Diffstat (limited to 'community/nsd')
-rw-r--r-- | community/nsd/PKGBUILD | 8 | ||||
-rw-r--r-- | community/nsd/service | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD index 2db56161a..ce1701117 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73541 2012-07-09 11:23:02Z bisson $ +# $Id: PKGBUILD 74075 2012-07-19 14:27:58Z bisson $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Roberto Alsina <ralsina@kde.org> pkgname=nsd -pkgver=3.2.11 +pkgver=3.2.12 pkgrel=1 pkgdesc='Authoritative only, high performance and simple DNS server' url='http://www.nlnetlabs.nl/nsd/' @@ -14,8 +14,8 @@ makedepends=('flex') arch=('i686' 'x86_64') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'service') -sha1sums=('4b8b9293fd13b0fba2a2bff9fd11940e0d8d7448' - 'e560876628a30f11f9abbee4abcaa1f51cf449a6') +sha1sums=('dd8606a05525f6a493dfacb7ddfa7e1fa3c6a85b' + '29a74ce922b3991dd65ae5254bafa0a308d915e9') install=install diff --git a/community/nsd/service b/community/nsd/service index 37649f557..2caa9585c 100644 --- a/community/nsd/service +++ b/community/nsd/service @@ -8,7 +8,6 @@ PIDFile=/run/nsd.pid ExecStart=/usr/sbin/nsd start ExecReload=/usr/sbin/nsd reload ExecStop=/usr/sbin/nsd stop -Restart=always [Install] WantedBy=multi-user.target |