summary refs log tree commit diff
path: root/pkgs/development/libraries/libebml
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-03-07 02:49:38 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-03-07 02:54:07 +0100
commit68702d24bfc1a6e0a299df43aecf1cacca141372 (patch)
tree8b373317dba154a628e564ebe153e32bbc4dfa58 /pkgs/development/libraries/libebml
parente82dcd70e44238dd6a9b30cc3359e5a5f0139e8a (diff)
downloadnixpkgs-68702d24bfc1a6e0a299df43aecf1cacca141372.tar
nixpkgs-68702d24bfc1a6e0a299df43aecf1cacca141372.tar.gz
nixpkgs-68702d24bfc1a6e0a299df43aecf1cacca141372.tar.bz2
nixpkgs-68702d24bfc1a6e0a299df43aecf1cacca141372.tar.lz
nixpkgs-68702d24bfc1a6e0a299df43aecf1cacca141372.tar.xz
nixpkgs-68702d24bfc1a6e0a299df43aecf1cacca141372.tar.zst
nixpkgs-68702d24bfc1a6e0a299df43aecf1cacca141372.zip
libebml: 1.3.1 -> 1.3.3 (security)
This release fixes CVE-2015-8790 & CVE-2015-8791.
Diffstat (limited to 'pkgs/development/libraries/libebml')
-rw-r--r--pkgs/development/libraries/libebml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libebml/default.nix b/pkgs/development/libraries/libebml/default.nix
index 818177ff49d..3bdcfeda6a5 100644
--- a/pkgs/development/libraries/libebml/default.nix
+++ b/pkgs/development/libraries/libebml/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "libebml-1.3.1";
+  name = "libebml-1.3.3";
 
   src = fetchurl {
     url = "http://dl.matroska.org/downloads/libebml/${name}.tar.bz2";
-    sha256 = "15a2d15rq0x9lp7rfsv0jxaw5c139xs7s5dwr5bmd9dc3arr8n0r";
+    sha256 = "16alhwd1yz5bv3765xfn5azwk37805lg1f61195gjq8rlkd49yrm";
   };
 
   meta = with stdenv.lib; {