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

* gnu/packages/dns.scm (dnsmasq): Update to 2.76.
master
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
1 changed files with 2 additions and 2 deletions

View File

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