dnsmasq: 2.82 -> 2.83, pname + version

CVEs:
CVE-2020-25681
CVE-2020-25682
CVE-2020-25683
CVE-2020-25687
CVE-2020-25684
CVE-2020-25685
CVE-2020-25686
This commit is contained in:
Stig Palmquist 2021-01-19 15:19:58 +01:00
parent 5c216f96cc
commit cecd2c8362

View file

@ -12,11 +12,12 @@ let
]);
in
stdenv.mkDerivation rec {
name = "dnsmasq-2.82";
pname = "dnsmasq";
version = "2.83";
src = fetchurl {
url = "http://www.thekelleys.org.uk/dnsmasq/${name}.tar.xz";
sha256 = "0cn1xd1s6xs78jmrmwjnh9m6w3q38pk6dyqy2phvasqiyd33cll4";
url = "http://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz";
sha256 = "1sjamz1v588qf35m8z6wcqkjk5w12bqhj7d7p48dj8jyn3lgghgz";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''