[arch-commits] Commit in nsd/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Wed Sep 9 17:39:02 UTC 2015


    Date: Wednesday, September 9, 2015 @ 19:39:01
  Author: bisson
Revision: 139694

upstream update

Modified:
  nsd/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-09 17:00:23 UTC (rev 139693)
+++ PKGBUILD	2015-09-09 17:39:01 UTC (rev 139694)
@@ -4,7 +4,7 @@
 # Contributor: Roberto Alsina <ralsina at kde.org>
 
 pkgname=nsd
-pkgver=4.1.3
+pkgver=4.1.4
 pkgrel=1
 pkgdesc='Authoritative only, high performance and simple DNS server'
 url='http://www.nlnetlabs.nl/nsd/'
@@ -15,9 +15,9 @@
 source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         'tmpfiles.d'
         'service')
-sha1sums=('3f807a0034c4b65efef59438d8f60f0929410b5a'
-          '7ad2b8da961a893095eede8963cf8026b13186a1'
-          'f09a10e90b375410e742fff1fb10631541357c67')
+sha256sums=('d6e0e9cd1f637a3b4bfa48dba47b1564408eb531c57f6a3dda1a2d529df800f0'
+            '8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
+            '5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
 
 install=install
 
@@ -28,7 +28,10 @@
 		--sbindir=/usr/bin \
 		--datarootdir=/usr/share \
 		--with-pidfile=/run/nsd/nsd.pid \
-		--enable-ratelimit
+		--enable-ratelimit \
+		--enable-relro-now \
+		--enable-pie \
+
 	make
 }
 



More information about the arch-commits mailing list