gnu: dnsmasq: Update to 2.76 [fixes CVE-2015-3294].

* gnu/packages/dns.scm (dnsmasq): Update to 2.76.
This commit is contained in:
Leo Famulari 2016-05-25 02:23:14 -04:00
parent 803bcc81e2
commit c99bf9b2ea
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -33,7 +33,7 @@ (define-module (gnu packages dns)
(define-public dnsmasq (define-public dnsmasq
(package (package
(name "dnsmasq") (name "dnsmasq")
(version "2.72") (version "2.76")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -41,7 +41,7 @@ (define-public dnsmasq
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1c80hq09hfm8cp5pirfb8wdlc7dqkp7zzmbmdaradcvlblzx42vx")))) "15lzih6671gh9knzpl8mxchiml7z5lfqzr7jm2r0rjhrxs6nk4jb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases