Archived
1
0
Fork 0

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