all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40598] [PATCH] gnu: dnsmasq: Update to 2.81.
@ 2020-04-13 13:50 Pierre Langlois
  2020-04-13 16:50 ` bug#40598: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Langlois @ 2020-04-13 13:50 UTC (permalink / raw)
  To: 40598

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

Hello Guix,

Just noticed a new version of dnsmasq was released, here's a patch :-).


[-- Attachment #2: 0001-gnu-dnsmasq-Update-to-2.81.patch --]
[-- Type: text/x-patch, Size: 1419 bytes --]

From 85452386076962113cf9a337f3ce452e013ffe90 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@arm.com>
Date: Mon, 13 Apr 2020 15:47:03 +0200
Subject: [PATCH] gnu: dnsmasq: Update to 2.81.

* gnu/packages/dns.scm (dnsmasq): Update to 2.81.
---
 gnu/packages/dns.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index af45ec2a82..77f27fddfb 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2019 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com>
+;;; Copyright © 2020 Pierre Langlois <pierre.langlois@gmx.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -75,7 +76,7 @@
 (define-public dnsmasq
   (package
     (name "dnsmasq")
-    (version "2.80")
+    (version "2.81")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -83,7 +84,7 @@
                     version ".tar.xz"))
               (sha256
                (base32
-                "1fv3g8vikj3sn37x1j6qsywn09w1jipvlv34j3q5qrljbrwa5ayd"))))
+                "1yzq6anwgr5rlnwydpszb51cyhp2vjq29b24ck19flbwac1sk73l"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-- 
2.26.0


[-- Attachment #3: Type: text/plain, Size: 16 bytes --]


Thanks!
Pierre

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

* bug#40598: [PATCH] gnu: dnsmasq: Update to 2.81.
  2020-04-13 13:50 [bug#40598] [PATCH] gnu: dnsmasq: Update to 2.81 Pierre Langlois
@ 2020-04-13 16:50 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-04-13 16:50 UTC (permalink / raw)
  To: 40598-done

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

Pierre Langlois 写道:
> Just noticed a new version of dnsmasq was released, here's a 
> patch :-).

Pushed as 37eaefe84fdf00bd8b6046986bc00d5a956b1b9b.

Thanks!

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2020-04-13 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 13:50 [bug#40598] [PATCH] gnu: dnsmasq: Update to 2.81 Pierre Langlois
2020-04-13 16:50 ` bug#40598: " Tobias Geerinckx-Rice via Guix-patches via

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.