dnsmasq: 2.89 -> 2.90

Fixes CVE-2023-50387 and CVE-2023-50868.

Announcement:
https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2024q1/017430.html
This commit is contained in:
Thomas Gerbet 2024-02-13 22:02:27 +01:00
parent d25396c189
commit ca5d04d64e

View File

@ -18,11 +18,11 @@ let
in
stdenv.mkDerivation rec {
pname = "dnsmasq";
version = "2.89";
version = "2.90";
src = fetchurl {
url = "https://www.thekelleys.org.uk/dnsmasq/${pname}-${version}.tar.xz";
sha256 = "sha256-Ar0jA0bPC51ZCfXhUd8WiycHEDeF62FrVmhYVa3rtgk=";
hash = "sha256-jlAwm9g3v+yWSagS4GbAm2mItz10m30pPAbFfUahCeQ=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''