me
/
guix
Archived
1
0
Fork 0

gnu: dnsmasq: Update to 2.85 [fixes CVE-2021-3448].

* gnu/packages/dns.scm (dnsmasq): Update to 2.85.
master
Tobias Geerinckx-Rice 2021-04-09 17:17:55 +02:00
parent c3c338e0b5
commit c8d809f9a4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@ prompt the user with the option to go with insecure DNS only.")
(define-public dnsmasq
(package
(name "dnsmasq")
(version "2.84")
(version "2.85")
(source (origin
(method url-fetch)
(uri (string-append
@ -286,7 +286,7 @@ prompt the user with the option to go with insecure DNS only.")
version ".tar.xz"))
(sha256
(base32
"0305a0c3snwqcv77sipyynr55xip1fp2843yn04pc4vk9g39acb0"))))
"1yhjwgz8g5qrqvxh6bbmg3443zi8qqjks3q872wyb1zn7n0d765d"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))