wireshark: Update to 1.8.5
CVE-2013-1582, CVE-2013-1586, CVE-2013-1588, CVE-2013-1590
This commit is contained in:
parent
bf8f39ff9b
commit
5509f3beec
@ -3,20 +3,20 @@
|
|||||||
, heimdal, python, lynx, lua5
|
, heimdal, python, lynx, lua5
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let version = "1.8.5"; in
|
||||||
version = "1.8.3";
|
|
||||||
in
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "wireshark-${version}";
|
name = "wireshark-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/wireshark/wireshark-${version}.tar.bz2";
|
url = "mirror://sourceforge/wireshark/wireshark-${version}.tar.bz2";
|
||||||
sha256 = "1crg59kkxb7lw1wpfg52hd4l00hq56pyg7f40c7sgqmm0vsmza43";
|
sha256 = "0wp33qa5yvi60b08iiz55wflhr1vwd7680sbwx2kqjlp2s17kr6l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [perl pkgconfig gtk libpcap flex bison gnutls libgcrypt
|
buildInputs =
|
||||||
glib zlib libxml2 libxslt adns geoip heimdal python lynx lua5
|
[ perl pkgconfig gtk libpcap flex bison gnutls libgcrypt
|
||||||
];
|
glib zlib libxml2 libxslt adns geoip heimdal python lynx lua5
|
||||||
|
];
|
||||||
|
|
||||||
configureFlags = "--disable-usr-local --with-ssl --enable-threads --enable-packet-editor";
|
configureFlags = "--disable-usr-local --with-ssl --enable-threads --enable-packet-editor";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user