[arch-commits] Commit in nsd/repos (16 files)
Gaetan Bisson
bisson at archlinux.org
Wed Apr 15 01:12:10 UTC 2015
Date: Wednesday, April 15, 2015 @ 03:12:10
Author: bisson
Revision: 131378
archrelease: copy trunk to community-i686, community-x86_64
Added:
nsd/repos/community-i686/PKGBUILD
(from rev 131377, nsd/trunk/PKGBUILD)
nsd/repos/community-i686/install
(from rev 131377, nsd/trunk/install)
nsd/repos/community-i686/service
(from rev 131377, nsd/trunk/service)
nsd/repos/community-i686/tmpfiles.d
(from rev 131377, nsd/trunk/tmpfiles.d)
nsd/repos/community-x86_64/PKGBUILD
(from rev 131377, nsd/trunk/PKGBUILD)
nsd/repos/community-x86_64/install
(from rev 131377, nsd/trunk/install)
nsd/repos/community-x86_64/service
(from rev 131377, nsd/trunk/service)
nsd/repos/community-x86_64/tmpfiles.d
(from rev 131377, nsd/trunk/tmpfiles.d)
Deleted:
nsd/repos/community-i686/PKGBUILD
nsd/repos/community-i686/install
nsd/repos/community-i686/service
nsd/repos/community-i686/tmpfiles.d
nsd/repos/community-x86_64/PKGBUILD
nsd/repos/community-x86_64/install
nsd/repos/community-x86_64/service
nsd/repos/community-x86_64/tmpfiles.d
-----------------------------+
/PKGBUILD | 92 ++++++++++++++++++++++++++++++++++++++++++
/install | 34 +++++++++++++++
/service | 26 +++++++++++
/tmpfiles.d | 2
community-i686/PKGBUILD | 46 ---------------------
community-i686/install | 17 -------
community-i686/service | 13 -----
community-i686/tmpfiles.d | 1
community-x86_64/PKGBUILD | 46 ---------------------
community-x86_64/install | 17 -------
community-x86_64/service | 13 -----
community-x86_64/tmpfiles.d | 1
12 files changed, 154 insertions(+), 154 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-15 01:11:26 UTC (rev 131377)
+++ community-i686/PKGBUILD 2015-04-15 01:12:10 UTC (rev 131378)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-
-pkgname=nsd
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libevent')
-makedepends=('flex')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'tmpfiles.d'
- 'service')
-sha1sums=('11ca8a7bef74500f486db5deac994fdf3dec7358'
- '7ad2b8da961a893095eede8963cf8026b13186a1'
- 'f09a10e90b375410e742fff1fb10631541357c67')
-
-install=install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure \
- --prefix=/ \
- --sbindir=/usr/bin \
- --datarootdir=/usr/share \
- --with-pidfile=/run/nsd/nsd.pid \
- --enable-ratelimit
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd.conf
- install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
- rmdir "${pkgdir}"/{tmp,run/{nsd,}}
-
- rm doc/differences.pdf
- install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
- install -m644 doc/* "${pkgdir}"/usr/share/doc/"${pkgname}"
- ln -s ../../doc/"${pkgname}"/LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
-}
Copied: nsd/repos/community-i686/PKGBUILD (from rev 131377, nsd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 01:12:10 UTC (rev 131378)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=nsd
+pkgver=4.1.2
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libevent')
+makedepends=('flex')
+source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+ 'tmpfiles.d'
+ 'service')
+sha1sums=('10a889f53d436a44d33d2f76d3364c13aa52fc31'
+ '7ad2b8da961a893095eede8963cf8026b13186a1'
+ 'f09a10e90b375410e742fff1fb10631541357c67')
+
+install=install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/ \
+ --sbindir=/usr/bin \
+ --datarootdir=/usr/share \
+ --with-pidfile=/run/nsd/nsd.pid \
+ --enable-ratelimit
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd.conf
+ install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
+ rmdir "${pkgdir}"/{tmp,run/{nsd,}}
+
+ rm doc/differences.pdf
+ install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
+ install -m644 doc/* "${pkgdir}"/usr/share/doc/"${pkgname}"
+ ln -s ../../doc/"${pkgname}"/LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+}
Deleted: community-i686/install
===================================================================
--- community-i686/install 2015-04-15 01:11:26 UTC (rev 131377)
+++ community-i686/install 2015-04-15 01:12:10 UTC (rev 131378)
@@ -1,17 +0,0 @@
-post_upgrade() {
- usr/bin/systemd-tmpfiles --create nsd.conf || true
-}
-
-post_install() {
- getent group nsd &>/dev/null || groupadd -r nsd >/dev/null
- getent passwd nsd &>/dev/null || useradd -r -g nsd -d /dev/null -s /bin/false -c nsd nsd >/dev/null
- chown nsd:nsd /var/db/nsd
- chmod 700 /var/db/nsd
- post_upgrade
-}
-
-post_remove() {
- getent passwd nsd &>/dev/null && userdel nsd >/dev/null
- getent group nsd &>/dev/null && groupdel nsd >/dev/null
- true
-}
Copied: nsd/repos/community-i686/install (from rev 131377, nsd/trunk/install)
===================================================================
--- community-i686/install (rev 0)
+++ community-i686/install 2015-04-15 01:12:10 UTC (rev 131378)
@@ -0,0 +1,17 @@
+post_upgrade() {
+ usr/bin/systemd-tmpfiles --create nsd.conf || true
+}
+
+post_install() {
+ getent group nsd &>/dev/null || groupadd -r nsd >/dev/null
+ getent passwd nsd &>/dev/null || useradd -r -g nsd -d /dev/null -s /bin/false -c nsd nsd >/dev/null
+ chown nsd:nsd /var/db/nsd
+ chmod 700 /var/db/nsd
+ post_upgrade
+}
+
+post_remove() {
+ getent passwd nsd &>/dev/null && userdel nsd >/dev/null
+ getent group nsd &>/dev/null && groupdel nsd >/dev/null
+ true
+}
Deleted: community-i686/service
===================================================================
--- community-i686/service 2015-04-15 01:11:26 UTC (rev 131377)
+++ community-i686/service 2015-04-15 01:12:10 UTC (rev 131378)
@@ -1,13 +0,0 @@
-[Unit]
-Description=NSD Name Server Daemon
-After=network.target
-
-[Service]
-PIDFile=/run/nsd/nsd.pid
-ExecStart=/usr/bin/nsd -d -c /etc/nsd/nsd.conf
-ExecReload=/bin/kill -HUP $MAINPID
-ExecStop=/bin/kill -TERM $MAINPID
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
Copied: nsd/repos/community-i686/service (from rev 131377, nsd/trunk/service)
===================================================================
--- community-i686/service (rev 0)
+++ community-i686/service 2015-04-15 01:12:10 UTC (rev 131378)
@@ -0,0 +1,13 @@
+[Unit]
+Description=NSD Name Server Daemon
+After=network.target
+
+[Service]
+PIDFile=/run/nsd/nsd.pid
+ExecStart=/usr/bin/nsd -d -c /etc/nsd/nsd.conf
+ExecReload=/bin/kill -HUP $MAINPID
+ExecStop=/bin/kill -TERM $MAINPID
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-i686/tmpfiles.d
===================================================================
--- community-i686/tmpfiles.d 2015-04-15 01:11:26 UTC (rev 131377)
+++ community-i686/tmpfiles.d 2015-04-15 01:12:10 UTC (rev 131378)
@@ -1 +0,0 @@
-d /run/nsd 0755 nsd nsd
Copied: nsd/repos/community-i686/tmpfiles.d (from rev 131377, nsd/trunk/tmpfiles.d)
===================================================================
--- community-i686/tmpfiles.d (rev 0)
+++ community-i686/tmpfiles.d 2015-04-15 01:12:10 UTC (rev 131378)
@@ -0,0 +1 @@
+d /run/nsd 0755 nsd nsd
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-04-15 01:11:26 UTC (rev 131377)
+++ community-x86_64/PKGBUILD 2015-04-15 01:12:10 UTC (rev 131378)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-
-pkgname=nsd
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libevent')
-makedepends=('flex')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'tmpfiles.d'
- 'service')
-sha1sums=('11ca8a7bef74500f486db5deac994fdf3dec7358'
- '7ad2b8da961a893095eede8963cf8026b13186a1'
- 'f09a10e90b375410e742fff1fb10631541357c67')
-
-install=install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure \
- --prefix=/ \
- --sbindir=/usr/bin \
- --datarootdir=/usr/share \
- --with-pidfile=/run/nsd/nsd.pid \
- --enable-ratelimit
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd.conf
- install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
- rmdir "${pkgdir}"/{tmp,run/{nsd,}}
-
- rm doc/differences.pdf
- install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
- install -m644 doc/* "${pkgdir}"/usr/share/doc/"${pkgname}"
- ln -s ../../doc/"${pkgname}"/LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
-}
Copied: nsd/repos/community-x86_64/PKGBUILD (from rev 131377, nsd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-15 01:12:10 UTC (rev 131378)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=nsd
+pkgver=4.1.2
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libevent')
+makedepends=('flex')
+source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+ 'tmpfiles.d'
+ 'service')
+sha1sums=('10a889f53d436a44d33d2f76d3364c13aa52fc31'
+ '7ad2b8da961a893095eede8963cf8026b13186a1'
+ 'f09a10e90b375410e742fff1fb10631541357c67')
+
+install=install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/ \
+ --sbindir=/usr/bin \
+ --datarootdir=/usr/share \
+ --with-pidfile=/run/nsd/nsd.pid \
+ --enable-ratelimit
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd.conf
+ install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
+ rmdir "${pkgdir}"/{tmp,run/{nsd,}}
+
+ rm doc/differences.pdf
+ install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
+ install -m644 doc/* "${pkgdir}"/usr/share/doc/"${pkgname}"
+ ln -s ../../doc/"${pkgname}"/LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+}
Deleted: community-x86_64/install
===================================================================
--- community-x86_64/install 2015-04-15 01:11:26 UTC (rev 131377)
+++ community-x86_64/install 2015-04-15 01:12:10 UTC (rev 131378)
@@ -1,17 +0,0 @@
-post_upgrade() {
- usr/bin/systemd-tmpfiles --create nsd.conf || true
-}
-
-post_install() {
- getent group nsd &>/dev/null || groupadd -r nsd >/dev/null
- getent passwd nsd &>/dev/null || useradd -r -g nsd -d /dev/null -s /bin/false -c nsd nsd >/dev/null
- chown nsd:nsd /var/db/nsd
- chmod 700 /var/db/nsd
- post_upgrade
-}
-
-post_remove() {
- getent passwd nsd &>/dev/null && userdel nsd >/dev/null
- getent group nsd &>/dev/null && groupdel nsd >/dev/null
- true
-}
Copied: nsd/repos/community-x86_64/install (from rev 131377, nsd/trunk/install)
===================================================================
--- community-x86_64/install (rev 0)
+++ community-x86_64/install 2015-04-15 01:12:10 UTC (rev 131378)
@@ -0,0 +1,17 @@
+post_upgrade() {
+ usr/bin/systemd-tmpfiles --create nsd.conf || true
+}
+
+post_install() {
+ getent group nsd &>/dev/null || groupadd -r nsd >/dev/null
+ getent passwd nsd &>/dev/null || useradd -r -g nsd -d /dev/null -s /bin/false -c nsd nsd >/dev/null
+ chown nsd:nsd /var/db/nsd
+ chmod 700 /var/db/nsd
+ post_upgrade
+}
+
+post_remove() {
+ getent passwd nsd &>/dev/null && userdel nsd >/dev/null
+ getent group nsd &>/dev/null && groupdel nsd >/dev/null
+ true
+}
Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service 2015-04-15 01:11:26 UTC (rev 131377)
+++ community-x86_64/service 2015-04-15 01:12:10 UTC (rev 131378)
@@ -1,13 +0,0 @@
-[Unit]
-Description=NSD Name Server Daemon
-After=network.target
-
-[Service]
-PIDFile=/run/nsd/nsd.pid
-ExecStart=/usr/bin/nsd -d -c /etc/nsd/nsd.conf
-ExecReload=/bin/kill -HUP $MAINPID
-ExecStop=/bin/kill -TERM $MAINPID
-Restart=always
-
-[Install]
-WantedBy=multi-user.target
Copied: nsd/repos/community-x86_64/service (from rev 131377, nsd/trunk/service)
===================================================================
--- community-x86_64/service (rev 0)
+++ community-x86_64/service 2015-04-15 01:12:10 UTC (rev 131378)
@@ -0,0 +1,13 @@
+[Unit]
+Description=NSD Name Server Daemon
+After=network.target
+
+[Service]
+PIDFile=/run/nsd/nsd.pid
+ExecStart=/usr/bin/nsd -d -c /etc/nsd/nsd.conf
+ExecReload=/bin/kill -HUP $MAINPID
+ExecStop=/bin/kill -TERM $MAINPID
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/tmpfiles.d
===================================================================
--- community-x86_64/tmpfiles.d 2015-04-15 01:11:26 UTC (rev 131377)
+++ community-x86_64/tmpfiles.d 2015-04-15 01:12:10 UTC (rev 131378)
@@ -1 +0,0 @@
-d /run/nsd 0755 nsd nsd
Copied: nsd/repos/community-x86_64/tmpfiles.d (from rev 131377, nsd/trunk/tmpfiles.d)
===================================================================
--- community-x86_64/tmpfiles.d (rev 0)
+++ community-x86_64/tmpfiles.d 2015-04-15 01:12:10 UTC (rev 131378)
@@ -0,0 +1 @@
+d /run/nsd 0755 nsd nsd
More information about the arch-commits
mailing list