gnu: dnsmasq: Update to 2.80 [security fixes].

* gnu/packages/dns.scm (dnsmasq): Update to 2.80.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-26 01:53:59 +02:00
parent e81ddedaef
commit 0e8e29088f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -65,7 +65,7 @@ (define-module (gnu packages dns)
(define-public dnsmasq
(package
(name "dnsmasq")
(version "2.79")
(version "2.80")
(source (origin
(method url-fetch)
(uri (string-append
@ -73,7 +73,7 @@ (define-public dnsmasq
version ".tar.xz"))
(sha256
(base32
"07w6cw706yyahwvbvslhkrbjf2ynv567cgy9pal8bz8lrbsp9bbq"))))
"1fv3g8vikj3sn37x1j6qsywn09w1jipvlv34j3q5qrljbrwa5ayd"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))