[PATCH] gnu: unbound: Update to 1.10.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jakub Kądziołka
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
CAEwRq=qZtv8=zTnzZhXwJGN8aPMyuKDYo+WyOTj4gxk_+-Rn5g@mail.gmail.com
this one is untested

--
Vincent Legoll
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(-)

Toggle diff (23 lines)
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
Jakub Kądziołka wrote 5 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 39933-done@debbugs.gnu.org)
20200307144818.iphwjgsof465ip4e@gravity
On Thu, Mar 05, 2020 at 08:15:24PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> this one is untested

Thanks, I tested your patch by copying a simple config from

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
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE5Xa/ss9usT31cTO54xWnWEYTFWQFAl5jtDIACgkQ4xWnWEYT
FWTlCg//T8D/b2pFXQceqE7xGG1Vowsdzqhmc1LrhlBRE35RnDsx4r0aR8Xfx1W+
qhWFjRYkL61DV28D0anwzD7t+w6rd77UB8d6QAl/AlyGd2QXCwikoUEZA9PcfBr4
FRJODsycJucm7YjTuDG8V41RgyBO4dzt1xmhPPs3n20fsswMu0sdu6yRj+v/7eec
JCPUOBb+bgo0Ci62tgH4KxiG5Uf6cCKf2FPXCV3YW+KXZoDo6zO0mQyXvlkPWEuf
mDQszuwpody5xR82I96Bg/lYIdA0fnKaoUWve6JsQUP8MMa+AMwKf8WDebiRpJ7q
sjQ7pI8XYbk5P9sXvxA310ZMv4xM/33IjLD3Fb0QsXMQp5AQvftrYRxHctVYtz4M
BKqPw3Gpb1P2t+LiVsFz+myTEfr9V6suuXY+jbBLhcuqRQ0Qsa7vTg+4Pfqs/7Z4
TS5SQbp+n6Ff3AcITuKkpvJakqMXcf4iYBCgiZex8ox5sQfA7PEKcETHpH2JcPkK
zxAhkHEsQGhxArJ7kCAPcCrjAHQ/ZJvnflYmPKsjA4h+K3CPv6tdo8HM/C8aWmL7
pcfCMgvuPY823tRu8mKen4pCm1WsruQEx97I6kpW7Linc1bVg2TrHkALEjU2+K7v
mqFz+kkdQrRQ0//m33DrV3ucQuyzIBNEzEBjHGP4lzDRruCjlKI=
=yqcT
-----END PGP SIGNATURE-----


Closed
Vincent Legoll wrote 5 years ago
Re: bug#39933: closed (Re: [PATCH] gnu: unbound: Update to 1.10.0.)
(address . 39933@debbugs.gnu.org)
CAEwRq=rTVNHBMERmUGJ=sr+qhUOYR46_M5LwVhbTUQTThPx8uQ@mail.gmail.com
Toggle quote (12 lines)
> 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

--
Vincent Legoll
?
Your comment

This issue is archived.

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

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