all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39933] [PATCH] gnu: unbound: Update to 1.10.0.
@ 2020-03-05 19:15 Vincent Legoll
  2020-03-07 14:48 ` bug#39933: " Jakub Kądziołka
       [not found] ` <handler.39933.D39933.158359249317761.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Vincent Legoll @ 2020-03-05 19:15 UTC (permalink / raw)
  To: 39933

[-- Attachment #1: Type: text/plain, Size: 41 bytes --]

this one is untested

-- 
Vincent Legoll

[-- Attachment #2: 0001-gnu-unbound-Update-to-1.10.0.patch --]
[-- Type: text/x-patch, Size: 1101 bytes --]

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-07 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05 19:15 [bug#39933] [PATCH] gnu: unbound: Update to 1.10.0 Vincent Legoll
2020-03-07 14:48 ` bug#39933: " Jakub Kądziołka
     [not found] ` <handler.39933.D39933.158359249317761.notifdone@debbugs.gnu.org>
2020-03-07 15:34   ` [bug#39933] closed (Re: [PATCH] gnu: unbound: Update to 1.10.0.) Vincent Legoll

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.