tcpdump: 4.99.3 -> 4.99.4

Fixes CVE-2023-1801 (the vulnerable feature is not enabled by default).

https://git.tcpdump.org/tcpdump/blob/tcpdump-4.99.4:/CHANGES
This commit is contained in:
Thomas Gerbet 2023-04-15 11:16:42 +02:00
parent 2f5fa4a6f7
commit 3d9103c362

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "tcpdump";
version = "4.99.3";
version = "4.99.4";
src = fetchurl {
url = "http://www.tcpdump.org/release/tcpdump-${version}.tar.gz";
sha256 = "sha256-rXWm7T3A2XMpRbLlSDy0Hci0tSihaTFeSZxoYZUuc7M=";
hash = "sha256-AjIjG7LynWvyQm5woIp+DGOg1ZqbRIY7f14jV6bkn+o=";
};
postPatch = ''