diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-26 01:53:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-26 02:30:52 +0200 |
commit | 0e8e29088f60569fe823e11ba5653f4b4f4d4b4c (patch) | |
tree | bf4ccaf90a539bed404e4ff41ce81573cab50267 /gnu/packages/dns.scm | |
parent | e81ddedaef5b298e52e46783c8e53b6351596a7b (diff) | |
download | patches-0e8e29088f60569fe823e11ba5653f4b4f4d4b4c.tar patches-0e8e29088f60569fe823e11ba5653f4b4f4d4b4c.tar.gz |
gnu: dnsmasq: Update to 2.80 [security fixes].
* gnu/packages/dns.scm (dnsmasq): Update to 2.80.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index e738d3fe2f..55147f829e 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -65,7 +65,7 @@ (define-public dnsmasq (package (name "dnsmasq") - (version "2.79") + (version "2.80") (source (origin (method url-fetch) (uri (string-append @@ -73,7 +73,7 @@ version ".tar.xz")) (sha256 (base32 - "07w6cw706yyahwvbvslhkrbjf2ynv567cgy9pal8bz8lrbsp9bbq")))) + "1fv3g8vikj3sn37x1j6qsywn09w1jipvlv34j3q5qrljbrwa5ayd")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |