forked from mirrors/nixpkgs
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:
parent
2f5fa4a6f7
commit
3d9103c362
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue