mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
Merge pull request #121477 from dotlambda/tcpreplay-4.3.4
tcpreplay: 4.3.3 -> 4.3.4
This commit is contained in:
commit
1083927067
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tcpreplay";
|
||||
version = "4.3.3";
|
||||
version = "4.3.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/appneta/tcpreplay/releases/download/v${version}/tcpreplay-${version}.tar.gz";
|
||||
sha256 = "1plgjm3dr9rr5q71s7paqk2wgrvkihbk2yrf9g3zaks3m750497d";
|
||||
sha256 = "sha256-7gZTEIBsIuL9NvAU4euzMbmKfsTblY6Rw9nL2gZA2Sw=";
|
||||
};
|
||||
|
||||
buildInputs = [ libpcap ]
|
||||
|
@ -27,13 +27,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A suite of utilities for editing and replaying network traffic";
|
||||
homepage = "http://tcpreplay.appneta.com/";
|
||||
license = with licenses; [ bsd3 gpl3 ];
|
||||
homepage = "https://tcpreplay.appneta.com/";
|
||||
license = with licenses; [ bsdOriginalUC gpl3Only ];
|
||||
maintainers = with maintainers; [ eleanor ];
|
||||
platforms = platforms.unix;
|
||||
knownVulnerabilities = [
|
||||
"CVE-2020-24265" # https://github.com/appneta/tcpreplay/issues/616
|
||||
"CVE-2020-24266" # https://github.com/appneta/tcpreplay/issues/617
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue