[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: knot-resolver: Update to 5.4.3.
From: |
guix-commits |
Subject: |
07/12: gnu: knot-resolver: Update to 5.4.3. |
Date: |
Fri, 17 Dec 2021 16:51:44 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 8d973a5a9b7f6469c9af4d877479417e9d4d7a8f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 21:10:43 2021 +0100
gnu: knot-resolver: Update to 5.4.3.
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.3.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/dns.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index b52c998..5c5f955 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1045,14 +1045,14 @@ synthesis, and on-the-fly re-configuration.")
(define-public knot-resolver
(package
(name "knot-resolver")
- (version "5.4.2")
+ (version "5.4.3")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-resolver/"
"knot-resolver-" version ".tar.xz"))
(sha256
(base32
- "12x5cd09rv530pak5f2smxcfq2zdqg0g5qxsd5k0alm7f6aj2spa"))))
+ "01m5s2kllr0apkg0bcfagzvijyfbivby03d1pjv3c0qrjgmjk1s8"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
@@ -1064,8 +1064,7 @@ synthesis, and on-the-fly re-configuration.")
;; Disable the default managed root TA, since we don't have
;; write access to the keyfile and its directory in store.
(substitute* "daemon/lua/sandbox.lua.in"
- (("^trust_anchors\\.add_file.*") ""))
- #t))
+ (("^trust_anchors\\.add_file.*") ""))))
(add-after 'build 'build-doc
(lambda _
(invoke "ninja" "doc")))
@@ -1096,8 +1095,7 @@ synthesis, and on-the-fly re-configuration.")
(string-append p "/lib/lua/5.1/?.so"))))
(wrap-program (string-append out "/sbin/kresd")
`("LUA_PATH" ";" prefix ,(map lua-path lua-*))
- `("LUA_CPATH" ";" prefix ,(map lua-cpath lua-*)))
- #t))))))
+ `("LUA_CPATH" ";" prefix ,(map lua-cpath lua-*)))))))))
(native-inputs
(list cmocka ; for unit tests
doxygen
- branch master updated (d627fba -> b4ee524), guix-commits, 2021/12/17
- 03/12: gnu: filezilla: Update to 3.57.0., guix-commits, 2021/12/17
- 01/12: gnu: libfilezilla: Update to 0.35.0., guix-commits, 2021/12/17
- 06/12: gnu: nsd: Update to 4.3.9., guix-commits, 2021/12/17
- 02/12: gnu: libfilezilla: Remove input labels., guix-commits, 2021/12/17
- 05/12: gnu: memkind: Update to 1.12.0., guix-commits, 2021/12/17
- 04/12: gnu: filezilla: Remove input labels., guix-commits, 2021/12/17
- 10/12: gnu: interception-tools: Remove input labels., guix-commits, 2021/12/17
- 09/12: gnu: interception-tools: Update to 0.6.8., guix-commits, 2021/12/17
- 07/12: gnu: knot-resolver: Update to 5.4.3.,
guix-commits <=
- 11/12: gnu: mutt: Update to 2.1.4., guix-commits, 2021/12/17
- 08/12: gnu: cpuid: Update to 20211210., guix-commits, 2021/12/17
- 12/12: gnu: imake: Remove input labels., guix-commits, 2021/12/17