mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 21:29:18 +00:00
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:
parent
d25396c189
commit
ca5d04d64e
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user