From 7a1e652130285c72bdfcb24e8e9403219099aa7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Thu, 8 Jan 2015 19:43:50 +0100 Subject: [PATCH] wireshark: update 1.12.2 -> 1.12.3 (security update) The following vulnerabilities have been fixed. - wnpa-sec-2015-01 The WCCP dissector could crash. (Bug 10720, Bug 10806) CVE-2015-0559, CVE-2015-0560 - wnpa-sec-2015-02 The LPP dissector could crash. (Bug 10773) CVE-2015-0561 - wnpa-sec-2015-03 The DEC DNA Routing Protocol dissector could crash. (Bug 10724) CVE-2015-0562 - wnpa-sec-2015-04 The SMTP dissector could crash. (Bug 10823) CVE-2015-0563 - wnpa-sec-2015-05 Wireshark could crash while decypting TLS/SSL sessions. Discovered by Noam Rathaus. CVE-2015-0564 See more at https://www.wireshark.org/docs/relnotes/wireshark-1.12.3.html --- pkgs/applications/networking/sniffers/wireshark/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix index c6ba4878218..8afe5650ca8 100644 --- a/pkgs/applications/networking/sniffers/wireshark/default.nix +++ b/pkgs/applications/networking/sniffers/wireshark/default.nix @@ -10,7 +10,7 @@ assert withQt -> !withGtk && qt4 != null; with stdenv.lib; let - version = "1.12.2"; + version = "1.12.3"; variant = if withGtk then "gtk" else if withQt then "qt" else "cli"; in @@ -19,7 +19,7 @@ stdenv.mkDerivation { src = fetchurl { url = "http://www.wireshark.org/download/src/wireshark-${version}.tar.bz2"; - sha256 = "14pjkl1r0lcnhrs8994dmrnpmpr4gn3xjkd8wcn694m512s1dbih"; + sha256 = "1sikmjslxl68i3psxikghpff0znjfd6mb07nnn10jqqsrffhp5b9"; }; buildInputs = [