all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Langlois <pierre.langlois@gmx.com>
To: 40598@debbugs.gnu.org
Subject: [bug#40598] [PATCH] gnu: dnsmasq: Update to 2.81.
Date: Mon, 13 Apr 2020 15:50:36 +0200	[thread overview]
Message-ID: <874ktnbikz.fsf@gmx.com> (raw)

[-- 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

             reply	other threads:[~2020-04-13 13:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-13 13:50 Pierre Langlois [this message]
2020-04-13 16:50 ` bug#40598: [PATCH] gnu: dnsmasq: Update to 2.81 Tobias Geerinckx-Rice via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874ktnbikz.fsf@gmx.com \
    --to=pierre.langlois@gmx.com \
    --cc=40598@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.