dnsmasq: 2.84 -> 2.85
Fixes CVE-2021-3448. https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q1/014835.html
This commit is contained in:
parent
d239bc3643
commit
380bb617c0
1 changed files with 4 additions and 4 deletions
|
@ -13,11 +13,11 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dnsmasq";
|
pname = "dnsmasq";
|
||||||
version = "2.84";
|
version = "2.85";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz";
|
url = "https://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz";
|
||||||
sha256 = "sha256-YDGVxktzE3YJsH4QJK4LN/ZSsvX+Rn3OZphbPRhQBQw=";
|
sha256 = "sha256-rZjTgD32h+W5OAgPPSXGKP5ByHh1LQP7xhmXh/7jEvo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
|
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
|
||||||
|
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An integrated DNS, DHCP and TFTP server for small networks";
|
description = "An integrated DNS, DHCP and TFTP server for small networks";
|
||||||
homepage = "http://www.thekelleys.org.uk/dnsmasq/doc.html";
|
homepage = "https://www.thekelleys.org.uk/dnsmasq/doc.html";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = with maintainers; [ eelco fpletz globin ];
|
maintainers = with maintainers; [ eelco fpletz globin ];
|
||||||
|
|
Loading…
Reference in a new issue