[arch-commits] Commit in knot-resolver/repos/community-x86_64 (PKGBUILD PKGBUILD)

Daurnimator daurnimator at gemini.archlinux.org
Wed Sep 8 13:12:10 UTC 2021


    Date: Wednesday, September 8, 2021 @ 13:12:09
  Author: daurnimator
Revision: 1012907

archrelease: copy trunk to community-x86_64

Added:
  knot-resolver/repos/community-x86_64/PKGBUILD
    (from rev 1012906, knot-resolver/trunk/PKGBUILD)
Deleted:
  knot-resolver/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  120 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 13:11:30 UTC (rev 1012906)
+++ PKGBUILD	2021-09-08 13:12:09 UTC (rev 1012907)
@@ -1,60 +0,0 @@
-# Maintainer: Daurnimator <daurnimator at archlinux.org>
-# Contributor: Tomas Krizek <tomas.krizek at nic.cz>
-# Contributor: Ondřej Surý <ondrej at sury.org>
-
-pkgname=knot-resolver
-pkgver=5.3.2
-pkgrel=1
-pkgdesc='Caching DNSSEC-validating DNS resolver'
-arch=('x86_64')
-url='https://www.knot-resolver.cz/'
-license=('GPL3')
-depends=(
-    'dnssec-anchors'
-    'gnutls'
-    'knot'
-    'libedit'
-    'libuv'
-    'lmdb'
-    'luajit'
-    'libcap-ng'
-    'libnghttp2'
-    'systemd-libs'
-)
-makedepends=(
-    'cmocka'
-    'meson'
-)
-optdepends=(
-    'lua51-basexx: experimental_dot_auth module'
-    'lua51-cqueues: http and dns64 module, policy.rpz() function'
-    # TODO: 'lua51-etcd: etcd module'
-    'lua51-http: http and prefill modules, trust_anchors bootstrap'
-    'lua51-psl: policy.slice_randomize_psl() function'
-)
-backup=('etc/knot-resolver/kresd.conf')
-source=("https://secure.nic.cz/files/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('8b6f447d5fe93422d4c129a2d4004a977369c3aa6e55258ead1cbd488bc01436')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    arch-meson build \
-        -D keyfile_default=/etc/trusted-key.key \
-        -D systemd_files=enabled \
-        -D client=enabled \
-        -D install_kresd_conf=enabled \
-        -D unit_tests=enabled
-    ninja -C build
-}
-
-check() {
-    meson test -C "${pkgname}-${pkgver}/build"
-}
-
-package() {
-    DESTDIR="${pkgdir}" ninja -C "${pkgname}-${pkgver}/build" install
-
-    # add kresd.target to multi-user.target.wants to support enabling kresd services
-    mkdir -p "${pkgdir}/usr/lib/systemd/system/multi-user.target.wants/"
-    ln -s ../kresd.target "${pkgdir}/usr/lib/systemd/system/multi-user.target.wants/kresd.target"
-}

Copied: knot-resolver/repos/community-x86_64/PKGBUILD (from rev 1012906, knot-resolver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-08 13:12:09 UTC (rev 1012907)
@@ -0,0 +1,60 @@
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+# Contributor: Tomas Krizek <tomas.krizek at nic.cz>
+# Contributor: Ondřej Surý <ondrej at sury.org>
+
+pkgname=knot-resolver
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Caching DNSSEC-validating DNS resolver'
+arch=('x86_64')
+url='https://www.knot-resolver.cz/'
+license=('GPL3')
+depends=(
+    'dnssec-anchors'
+    'gnutls'
+    'knot'
+    'libedit'
+    'libuv'
+    'lmdb'
+    'luajit'
+    'libcap-ng'
+    'libnghttp2'
+    'systemd-libs'
+)
+makedepends=(
+    'cmocka'
+    'meson'
+)
+optdepends=(
+    'lua51-basexx: experimental_dot_auth module'
+    'lua51-cqueues: http and dns64 module, policy.rpz() function'
+    # TODO: 'lua51-etcd: etcd module'
+    'lua51-http: http and prefill modules, trust_anchors bootstrap'
+    'lua51-psl: policy.slice_randomize_psl() function'
+)
+backup=('etc/knot-resolver/kresd.conf')
+source=("https://secure.nic.cz/files/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('fb8b962dd9ef744e2551c4f052454bc2a30e39c1f662f4f3522e8f221d8e3d66')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    arch-meson build \
+        -D keyfile_default=/etc/trusted-key.key \
+        -D systemd_files=enabled \
+        -D client=enabled \
+        -D install_kresd_conf=enabled \
+        -D unit_tests=enabled
+    ninja -C build
+}
+
+check() {
+    meson test -C "${pkgname}-${pkgver}/build"
+}
+
+package() {
+    DESTDIR="${pkgdir}" ninja -C "${pkgname}-${pkgver}/build" install
+
+    # add kresd.target to multi-user.target.wants to support enabling kresd services
+    mkdir -p "${pkgdir}/usr/lib/systemd/system/multi-user.target.wants/"
+    ln -s ../kresd.target "${pkgdir}/usr/lib/systemd/system/multi-user.target.wants/kresd.target"
+}



More information about the arch-commits mailing list