[PATCH] gnu: knot-resolver: Update to 5.4.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • Simon South
Owner
unassigned
Submitted by
Simon South
Severity
normal

Debbugs page

Simon South wrote 3 years ago
(address . guix-patches@gnu.org)
20211029153437.5392-1-simon@simonsouth.net
* gnu/packages/dns.scm (knot-resolver): Update to 5.4.2.
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index c770b880c8..89ebe588fd 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1062,14 +1062,14 @@ synthesis, and on-the-fly re-configuration.")
(define-public knot-resolver
(package
(name "knot-resolver")
- (version "5.4.1")
+ (version "5.4.2")
(source (origin
(method url-fetch)
(uri (string-append "https://secure.nic.cz/files/knot-resolver/"
"knot-resolver-" version ".tar.xz"))
(sha256
(base32
- "0rixiqfj53rfabrz8qpnq4whx8y29d2m5w64a4jlwx7gv4nrd2zv"))))
+ "12x5cd09rv530pak5f2smxcfq2zdqg0g5qxsd5k0alm7f6aj2spa"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments

base-commit: 21fcb08d09414a0cd6e2ce3c32ad5a33b22dad38
--
2.25.2
Tobias Geerinckx-Rice wrote 3 years ago
(name . Simon South)(address . simon@simonsouth.net)(address . 51485-done@debbugs.gnu.org)
87pmrnixk7.fsf@nckx
Simon,

Simon South 写道:
Toggle quote (2 lines)
> * gnu/packages/dns.scm (knot-resolver): Update to 5.4.2.

Pushed as 29f97a2e3f54cc76cf629eed83e1ebbbe35ae5c1.

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYXwmmA0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15Hy0A/j6ZvTxfp+FQeTW0BA/Ol8AzPj/pov7F+FNNu1U2
KvYSAQCMKewrP/AC4bchbgp0ev/bPxTRrYpZEbrhgK/xjWcMCw==
=Wab2
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 51485@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51485
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help