Skip to content

Commit

Permalink
tcpreplay: 4.3.2 -> 4.3.3 (security)
Browse files Browse the repository at this point in the history
(cherry picked from commit 22ae463)
Fixes CVE-2020-12740 and maybe some others are important:
https://github.com/appneta/tcpreplay/blob/4.3.3/docs/CHANGELOG
/cc roundup #90981.
  • Loading branch information
r-ryantm authored and vcunat committed Jul 25, 2020
1 parent 0a40a39 commit 076c67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/tcpreplay/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "tcpreplay";
version = "4.3.2";
version = "4.3.3";

src = fetchurl {
url = "https://github.com/appneta/tcpreplay/releases/download/v${version}/tcpreplay-${version}.tar.gz";
sha256 = "0ld9v88g5xs2rykimksmhlkwbv2r97575c4aqmqdxbvc37crnisg";
sha256 = "1plgjm3dr9rr5q71s7paqk2wgrvkihbk2yrf9g3zaks3m750497d";
};

buildInputs = [ libpcap ];
Expand Down

0 comments on commit 076c67f

Please sign in to comment.