mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
tcpdump: 4.9.2 -> 4.9.3 (security!)
So many CVE's, see: http://www.tcpdump.org/tcpdump-changes.txt
This commit is contained in:
parent
4db088d36a
commit
dd42253a40
@ -1,20 +1,13 @@
|
||||
{ stdenv, fetchurl, libpcap, perl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tcpdump";
|
||||
version = "4.9.2";
|
||||
version = "4.9.3";
|
||||
|
||||
# leaked embargoed security update
|
||||
src = fetchurl {
|
||||
url = "https://src.fedoraproject.org/lookaside/pkgs/tcpdump/tcpdump-4.9.2.tar.gz/sha512/e1bc19a5867d6e3628f3941bdf3ec831bf13784f1233ca1bccc46aac1702f47ee9357d7ff0ca62cddf211b3c8884488c21144cabddd92c861e32398cd8f7c44b/tcpdump-4.9.2.tar.gz";
|
||||
sha256 = "0ygy0layzqaj838r5xd613iraz09wlfgpyh7pc6cwclql8v3b2vr";
|
||||
url = "http://www.tcpdump.org/release/${pname}-${version}.tar.gz";
|
||||
sha256 = "0434vdcnbqaia672rggjzdn4bb8p8dchz559yiszzdk0sjrprm1c";
|
||||
};
|
||||
# src = fetchFromGitHub rec {
|
||||
# owner = "the-tcpdump-group";
|
||||
# repo = "tcpdump";
|
||||
# rev = "${repo}-${version}";
|
||||
# sha256 = "1vzrvn1q7x28h18yskqc390y357pzpg5xd3pzzj4xz3llnvsr64p";
|
||||
# };
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs tests
|
||||
|
Loading…
Reference in New Issue
Block a user