[arch-commits] Commit in knot/repos/community-x86_64 (8 files)

Bruno Pagani archange at archlinux.org
Wed Apr 11 11:00:28 UTC 2018


    Date: Wednesday, April 11, 2018 @ 11:00:28
  Author: archange
Revision: 315720

archrelease: copy trunk to community-x86_64

Added:
  knot/repos/community-x86_64/PKGBUILD
    (from rev 315719, knot/trunk/PKGBUILD)
  knot/repos/community-x86_64/knot.service
    (from rev 315719, knot/trunk/knot.service)
  knot/repos/community-x86_64/knot.sysusers
    (from rev 315719, knot/trunk/knot.sysusers)
  knot/repos/community-x86_64/knot.tmpfiles
    (from rev 315719, knot/trunk/knot.tmpfiles)
Deleted:
  knot/repos/community-x86_64/PKGBUILD
  knot/repos/community-x86_64/knot.service
  knot/repos/community-x86_64/knot.sysusers
  knot/repos/community-x86_64/knot.tmpfiles

---------------+
 PKGBUILD      |  138 ++++++++++++++++++++++++++++----------------------------
 knot.service  |   22 ++++----
 knot.sysusers |    2 
 knot.tmpfiles |    4 -
 4 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-11 11:00:12 UTC (rev 315719)
+++ PKGBUILD	2018-04-11 11:00:28 UTC (rev 315720)
@@ -1,69 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Ondřej Surý <ondrej at sury.org>
-# Contributor: Julian Brost <julian at 0x4a42.net>
-# Contributor: Oleander Reis <oleander at oleander.cc>
-# Contributor: Otto Sabart <seberm[at]gmail[dot]com>
-
-pkgname=knot
-pkgver=2.6.5
-pkgrel=2
-pkgdesc="High-performance authoritative-only DNS server"
-arch=('x86_64')
-url="https://www.knot-dns.cz/"
-license=('GPL3')
-depends=('lmdb' 'liburcu' 'protobuf-c' 'fstrm' 'libedit' 'systemd' 'libcap-ng' 'gnutls' 'libidn2')
-optdepends=('python: for pykeymgr')
-backup=('etc/knot/knot.conf')
-
-source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc}
-        "${pkgname}.service"
-        "${pkgname}.sysusers"
-        "${pkgname}.tmpfiles")
-sha256sums=('33cd676706e2baeb37cf3879ccbc91a1e1cd1ee5d7a082adff4d1e753ce49d46'
-            'SKIP'
-            '353e109d07483d029a85106021c108767aab74427abec6a66c8e3c6b39a0b41f'
-            '76c47120f91dbe467454a2f5330067d3dfd6ac5dacda5f3a095138b9a8877855'
-            '793fee121d03acce87e3b04cfa869d4eb65e6ac0ee3e1257804fa526fa60d7f5')
-validpgpkeys=('742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB') # Daniel Salzman <daniel.salzman at nic.cz>
-
-build() {
-    cd ${pkgname}-${pkgver}
-
-    ./configure \
-        --prefix=/usr \
-        --sbindir=/usr/bin \
-        --sysconfdir=/etc \
-        --localstatedir=/var/lib \
-        --libexecdir=/usr/lib/knot \
-        --with-rundir=/run/knot \
-        --with-storage=/var/lib/knot \
-        --enable-recvmmsg \
-        --enable-dnstap \
-        --enable-systemd \
-        --enable-reuseport \
-        --disable-silent-rules
-
-    make
-}
-
-check() {
-    cd ${pkgname}-${pkgver}
-    make check
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-
-    make DESTDIR="${pkgdir}" install
-
-    # Don’t keep those empty dir, manage them with systemd-tmpfiles instead
-    rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
-
-    rm "${pkgdir}"/etc/knot/example.com.zone
-    mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
-
-    cd ..
-    install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-    install -Dm644 ${pkgname}.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-    install -Dm644 ${pkgname}.sysusers "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-}

Copied: knot/repos/community-x86_64/PKGBUILD (from rev 315719, knot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-11 11:00:28 UTC (rev 315720)
@@ -0,0 +1,69 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Ondřej Surý <ondrej at sury.org>
+# Contributor: Julian Brost <julian at 0x4a42.net>
+# Contributor: Oleander Reis <oleander at oleander.cc>
+# Contributor: Otto Sabart <seberm[at]gmail[dot]com>
+
+pkgname=knot
+pkgver=2.6.6
+pkgrel=1
+pkgdesc="High-performance authoritative-only DNS server"
+arch=('x86_64')
+url="https://www.knot-dns.cz/"
+license=('GPL3')
+depends=('lmdb' 'liburcu' 'protobuf-c' 'fstrm' 'libedit' 'systemd' 'libcap-ng' 'gnutls' 'libidn2')
+optdepends=('python: for pykeymgr')
+backup=('etc/knot/knot.conf')
+
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc}
+        "${pkgname}.service"
+        "${pkgname}.sysusers"
+        "${pkgname}.tmpfiles")
+sha256sums=('9119d8a56828a596d246431492be8c015f918de65ba793d76071122567c3080a'
+            'SKIP'
+            '353e109d07483d029a85106021c108767aab74427abec6a66c8e3c6b39a0b41f'
+            '76c47120f91dbe467454a2f5330067d3dfd6ac5dacda5f3a095138b9a8877855'
+            '793fee121d03acce87e3b04cfa869d4eb65e6ac0ee3e1257804fa526fa60d7f5')
+validpgpkeys=('742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB') # Daniel Salzman <daniel.salzman at nic.cz>
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    ./configure \
+        --prefix=/usr \
+        --sbindir=/usr/bin \
+        --sysconfdir=/etc \
+        --localstatedir=/var/lib \
+        --libexecdir=/usr/lib/knot \
+        --with-rundir=/run/knot \
+        --with-storage=/var/lib/knot \
+        --enable-recvmmsg \
+        --enable-dnstap \
+        --enable-systemd \
+        --enable-reuseport \
+        --disable-silent-rules
+
+    make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+    make check
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+
+    make DESTDIR="${pkgdir}" install
+
+    # Don’t keep those empty dir, manage them with systemd-tmpfiles instead
+    rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
+
+    rm "${pkgdir}"/etc/knot/example.com.zone
+    mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
+
+    cd ..
+    install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+    install -Dm644 ${pkgname}.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+    install -Dm644 ${pkgname}.sysusers "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}

Deleted: knot.service
===================================================================
--- knot.service	2018-04-11 11:00:12 UTC (rev 315719)
+++ knot.service	2018-04-11 11:00:28 UTC (rev 315720)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Knot DNS server
-After=syslog.target network.target
-
-[Service]
-Type=notify
-ExecStart=/usr/bin/knotd
-ExecReload=/usr/bin/knotc reload
-
-[Install]
-WantedBy=multi-user.target

Copied: knot/repos/community-x86_64/knot.service (from rev 315719, knot/trunk/knot.service)
===================================================================
--- knot.service	                        (rev 0)
+++ knot.service	2018-04-11 11:00:28 UTC (rev 315720)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Knot DNS server
+After=syslog.target network.target
+
+[Service]
+Type=notify
+ExecStart=/usr/bin/knotd
+ExecReload=/usr/bin/knotc reload
+
+[Install]
+WantedBy=multi-user.target

Deleted: knot.sysusers
===================================================================
--- knot.sysusers	2018-04-11 11:00:12 UTC (rev 315719)
+++ knot.sysusers	2018-04-11 11:00:28 UTC (rev 315720)
@@ -1 +0,0 @@
-u knot - "Knot DNS Daemon User"

Copied: knot/repos/community-x86_64/knot.sysusers (from rev 315719, knot/trunk/knot.sysusers)
===================================================================
--- knot.sysusers	                        (rev 0)
+++ knot.sysusers	2018-04-11 11:00:28 UTC (rev 315720)
@@ -0,0 +1 @@
+u knot - "Knot DNS Daemon User"

Deleted: knot.tmpfiles
===================================================================
--- knot.tmpfiles	2018-04-11 11:00:12 UTC (rev 315719)
+++ knot.tmpfiles	2018-04-11 11:00:28 UTC (rev 315720)
@@ -1,2 +0,0 @@
-d /run/knot       0755 knot knot - -
-d /var/lib/knot   0700 knot knot - -

Copied: knot/repos/community-x86_64/knot.tmpfiles (from rev 315719, knot/trunk/knot.tmpfiles)
===================================================================
--- knot.tmpfiles	                        (rev 0)
+++ knot.tmpfiles	2018-04-11 11:00:28 UTC (rev 315720)
@@ -0,0 +1,2 @@
+d /run/knot       0755 knot knot - -
+d /var/lib/knot   0700 knot knot - -



More information about the arch-commits mailing list