[PATCH] gnu: dnsmasq: Update to 2.84.

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

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210127120643.1725-1-vincent.legoll@gmail.com
* gnu/packages/dns.scm (dnsmasq): Update to 2.84.
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 800d2dca34..9583cd3af9 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -277,7 +277,7 @@ prompt the user with the option to go with insecure DNS only.")
(define-public dnsmasq
(package
(name "dnsmasq")
- (version "2.83")
+ (version "2.84")
(source (origin
(method url-fetch)
(uri (string-append
@@ -285,7 +285,7 @@ prompt the user with the option to go with insecure DNS only.")
version ".tar.xz"))
(sha256
(base32
- "1sjamz1v588qf35m8z6wcqkjk5w12bqhj7d7p48dj8jyn3lgghgz"))))
+ "0305a0c3snwqcv77sipyynr55xip1fp2843yn04pc4vk9g39acb0"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 46127-done@debbugs.gnu.org)
YBMaYV6BBfxR1vsz@3900XT
Looks good. Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmATGmEACgkQQarn3Mo9
g1Hx0hAAp+LqF7peWVuXdF3AhLNFXqkdL7letG4Q8HcefHmezlWqHrL2XOsHcci6
kB5Jk5KxuP21HGWVRlxNyFPjhXFB1aUvRUagqM6MdKhw+8OB0c6vrsvcTHALb6rC
o4kC5o+Hcxc/6k59JCDFm+BLFsc4723lXKNzmAwhp0mA+2XmPBdQgCDA2yVbNuWX
Jea4lI32qOJxRV2MQuFO1a1gaP8ir6IWaIgukHwISh3Xr0e6Jspczdafa+pA903r
5cQeU4pgtF78bkTv++JNs6oNVMi0/KKSFkaqp6mhe/V3OuNrF9MOBqlAi0k8ufJu
1+9FP2Oys9AaFgoA5xGvco98j7GBxKYOOTMuec/iBmBdY2HNDYKOfPrsxEMbe73W
VvpC46wRU/xZFBAzN0SKXCZvajVCW7ajrXiVAbSHpzh5EnJ3c/ovUELh8ROPT16v
dn66azw/BBsKO/vKmkW4iVpDS3wcC0lLspcfTGwwotG7pivLlwRqD+Fzl5fi6oAo
kBRtP25oVrTPj7xO8qIReVmEQ7FhRjAGuH6wL/RfuFTaaQ1qwbJ+1ZT5jVooNU0F
YcYx+W38lyWPqwnNLcXg0vMwJ1WvZ3SyBoUmEoLN6f3JIu8UMrfMt9GA3q3LV63w
2EAdUGLm3k2VpnSkRv6sJRUNDBt5AmJAwFhcGQli5tQ+Q8q1IjY=
=GuLp
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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