summary refs log tree commit diff
path: root/pkgs/applications/networking/sniffers/wireshark
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2015-01-08 19:43:50 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-01-08 19:43:50 +0100
commit7a1e652130285c72bdfcb24e8e9403219099aa7c (patch)
tree0c2fe0383c92bd29209d06e779fc9d4b674cfbcf /pkgs/applications/networking/sniffers/wireshark
parent388848fa9f188f25286b62e013609df337174c5c (diff)
downloadnixlib-7a1e652130285c72bdfcb24e8e9403219099aa7c.tar
nixlib-7a1e652130285c72bdfcb24e8e9403219099aa7c.tar.gz
nixlib-7a1e652130285c72bdfcb24e8e9403219099aa7c.tar.bz2
nixlib-7a1e652130285c72bdfcb24e8e9403219099aa7c.tar.lz
nixlib-7a1e652130285c72bdfcb24e8e9403219099aa7c.tar.xz
nixlib-7a1e652130285c72bdfcb24e8e9403219099aa7c.tar.zst
nixlib-7a1e652130285c72bdfcb24e8e9403219099aa7c.zip
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
Diffstat (limited to 'pkgs/applications/networking/sniffers/wireshark')
-rw-r--r--pkgs/applications/networking/sniffers/wireshark/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix
index c6ba48782184..8afe5650ca8c 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 = [