guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: dnsmasq: Update to 2.80 [security fixes].


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: dnsmasq: Update to 2.80 [security fixes].
Date: Thu, 25 Oct 2018 20:33:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0e8e29088f60569fe823e11ba5653f4b4f4d4b4c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Oct 26 01:53:59 2018 +0200

    gnu: dnsmasq: Update to 2.80 [security fixes].
    
    * gnu/packages/dns.scm (dnsmasq): Update to 2.80.
---
 gnu/packages/dns.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index e738d3f..55147f8 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -65,7 +65,7 @@
 (define-public dnsmasq
   (package
     (name "dnsmasq")
-    (version "2.79")
+    (version "2.80")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -73,7 +73,7 @@
                     version ".tar.xz"))
               (sha256
                (base32
-                "07w6cw706yyahwvbvslhkrbjf2ynv567cgy9pal8bz8lrbsp9bbq"))))
+                "1fv3g8vikj3sn37x1j6qsywn09w1jipvlv34j3q5qrljbrwa5ayd"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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