[PATCH 0/1] gnu: nsd: Update to 4.3.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
6464fe57-fe88-a6c3-30d9-b89520828d3d@gmail.com
Untested
Vincent Legoll wrote 5 years ago
[PATCH] gnu: nsd: Update to 4.3.1.
(address . 41141@debbugs.gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20200508221218.7617-1-vincent.legoll@gmail.com
* gnu/packages/dns.scm (nsd): Update to 4.3.1.
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 15c6c23d70..73d053608d 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -320,14 +320,14 @@ asynchronous fashion.")
(define-public nsd
(package
(name "nsd")
- (version "4.2.4")
+ (version "4.3.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.nlnetlabs.nl/downloads/nsd/nsd-"
version ".tar.gz"))
(sha256
- (base32 "0z7j3vwqqj0hh8n5irb2yqwzl45k4sn2wczbq1b1lqv5cxv6vgcy"))))
+ (base32 "11w9kl99fs888f3zwx2j92i8lcp78vq91jac8s317a2icv74mczl"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.26.0
Marius Bakke wrote 5 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
87tuy0fvp4.fsf@gnu.org
Vincent Legoll <vincent.legoll@gmail.com> writes:

Toggle quote (2 lines)
> * gnu/packages/dns.scm (nsd): Update to 4.3.1.

Applied, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8XUscACgkQoqBt8qM6
VPr9mggAiZ8OxszULmFkvf48KzJaznBJqOaYSK7qgAY4E+0j4BExlu2180UbTGCc
BKcVcRMCBx342hk6rztuVoiDoJYu+MXLp466EuGWr2MrbrrqAmtFxX2D/yyehnOa
r8x1Mw64ZYAg5blw8iXMbbCGuBw6i8+zWs4Jrea4JoEJS5ztEb0tDq1ZJ0yH7ew2
y/mLNkjBBTjimtOOatn+VEGR4qFhuwD9NGvnQaxbzea5B6ryxRtisSKt5kCzvWgI
jrk/zQ1DeScRTQw1l2C2q24LKVlZf+enLgqY3cOIGIp0YhiOcVFfMa7ZJ5bLq7VU
yx2vV65qQHLr01CbsSWnNUfsYWMVFA==
=Qt3K
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 41141
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