guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: dnsmasq: Update to 2.79.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: dnsmasq: Update to 2.79.
Date: Mon, 19 Mar 2018 21:05:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4e6c51d4eb203578524d2910f17934aa643fc779
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 19 22:58:48 2018 +0100

    gnu: dnsmasq: Update to 2.79.
    
    * gnu/packages/dns.scm (dnsmasq): Update to 2.79.
---
 gnu/packages/dns.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index d093b0d..e76dd5c 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -59,7 +59,7 @@
 (define-public dnsmasq
   (package
     (name "dnsmasq")
-    (version "2.78")
+    (version "2.79")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -67,7 +67,7 @@
                     version ".tar.xz"))
               (sha256
                (base32
-                "0ar5h5v3kas2qx2wgy5iqin15gc4jhqrqs067xacgc3lii1rz549"))))
+                "07w6cw706yyahwvbvslhkrbjf2ynv567cgy9pal8bz8lrbsp9bbq"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -79,8 +79,7 @@
        #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
                           "CC=gcc"
                           "COPTS=\"-DHAVE_DBUS\"")
-       ;; No 'check' target.
-       #:tests? #f))
+       #:tests? #f))                    ; no ‘check’ target
     (home-page "http://www.thekelleys.org.uk/dnsmasq/doc.html";)
     (synopsis "Small caching DNS proxy and DHCP/TFTP server")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]