all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45354] [PATCH 1/1] gnu: unbound: Update to 1.13.0.
@ 2020-12-21 18:20 Vincent Legoll
  2020-12-22  0:32 ` bug#45354: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-21 18:20 UTC (permalink / raw)
  To: 45354

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

Hello,

here is an update for unbound

-- 
Vincent Legoll

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

From f72e8eab45670d621c5ed894c436508e0f71b9f3 Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Mon, 21 Dec 2020 19:17:07 +0100
Subject: [PATCH] gnu: unbound: Update to 1.13.0.

* gnu/packages/dns.scm (unbound): Update to 1.13.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 5ffa499dfe..f4ea5fe534 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -603,14 +603,14 @@ to result in system-wide compromise.")
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.10.1")
+    (version "1.13.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-"
                            version ".tar.gz"))
        (sha256
-        (base32 "0dnmh9jjh2v274f0hl31bgv40pl77mmfgky8bkqr5kvi3b17fdmp"))))
+        (base32 "18dj7migq6379hps59793457l81s3z7dll3y0fj6qcmhjlx08m59"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs
-- 
2.29.2


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

* bug#45354: [PATCH 1/1] gnu: unbound: Update to 1.13.0.
  2020-12-21 18:20 [bug#45354] [PATCH 1/1] gnu: unbound: Update to 1.13.0 Vincent Legoll
@ 2020-12-22  0:32 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-22  0:32 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45354-done

On Mon, Dec 21, 2020 at 07:20:52PM +0100, Vincent Legoll wrote:
> Hello,
> 
> here is an update for unbound
> 
> -- 
> Vincent Legoll

> From f72e8eab45670d621c5ed894c436508e0f71b9f3 Mon Sep 17 00:00:00 2001
> From: Vincent Legoll <vincent.legoll@gmail.com>
> Date: Mon, 21 Dec 2020 19:17:07 +0100
> Subject: [PATCH] gnu: unbound: Update to 1.13.0.
> 
> * gnu/packages/dns.scm (unbound): Update to 1.13.0.

Thanks! Pushed as 8bcbad795e1201f4b0d580c1d098c67712cc6f14




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

end of thread, other threads:[~2020-12-22  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21 18:20 [bug#45354] [PATCH 1/1] gnu: unbound: Update to 1.13.0 Vincent Legoll
2020-12-22  0:32 ` bug#45354: " Leo Famulari

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.