dnsmasq: 2.77 -> 2.78 for multiple CVEs

Fixes CVE-2017-14491, CVE-2017-14492, CVE-2017-14493, CVE-2017-14494,
CVE-2017-14495, CVE-2017-14496.
This commit is contained in:
Franz Pletz 2017-10-02 17:04:09 +02:00
parent b2a5c40043
commit 2f188ff37f
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -11,11 +11,11 @@ let
]);
in
stdenv.mkDerivation rec {
name = "dnsmasq-2.77";
name = "dnsmasq-2.78";
src = fetchurl {
url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.xz";
sha256 = "12lbbwpy1wxi6n5dngv30x8g8v13apdnvjgq7w71f9dfa0f3pb3f";
sha256 = "0ar5h5v3kas2qx2wgy5iqin15gc4jhqrqs067xacgc3lii1rz549";
};
preBuild = ''