diff mbox series

[bug#39933] gnu: unbound: Update to 1.10.0.

Message ID CAEwRq=qZtv8=zTnzZhXwJGN8aPMyuKDYo+WyOTj4gxk_+-Rn5g@mail.gmail.com
State Accepted
Headers show
Series [bug#39933] gnu: unbound: Update to 1.10.0. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Vincent Legoll March 5, 2020, 7:15 p.m. UTC
this one is untested

Comments

Maja Kądziołka March 7, 2020, 2:48 p.m. UTC | #1
On Thu, Mar 05, 2020 at 08:15:24PM +0100, Vincent Legoll wrote:
> this one is untested

Thanks, I tested your patch by copying a simple config from
https://calomel.org/unbound_dns.html, then running

sudo unison -c unison.conf
dig @127.0.0.1 github.com

with and without the patch. The new version passed the smoke test.

Pushed to master as e7ba60ddce5a7f067fcf9b872340eac7ed2070fa
Vincent Legoll March 7, 2020, 3:34 p.m. UTC | #2
> Thanks, I tested your patch by copying a simple config from
> https://calomel.org/unbound_dns.html, then running
>
> sudo unison -c unison.conf
> dig @127.0.0.1 github.com
>
> with and without the patch.
> The new version passed the smoke test.
>
> Pushed to master as
> e7ba60ddce5a7f067fcf9b872340eac7ed2070fa

Thanks
diff mbox series

Patch

From 9d983d3dca7fb89bfc0f9bf05c0e4935158aae8b Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Thu, 5 Mar 2020 16:43:06 +0100
Subject: [PATCH] gnu: unbound: Update to 1.10.0.

* gnu/packages/dns.scm (unbound): Update to 1.10.0.
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 987275edf2..331e7b4da7 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -386,14 +386,14 @@  to result in system-wide compromise.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.9.6")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1w5aylh2gfvfvqkgrq46aw427x9c0a3hwm0f985s55wim5pgr60x"))))
+        (base32 "0mg9divpysr42sp0m693a70693dp8025v6c9dv1yabr4g1jlhbqm"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs
-- 
2.25.1