libebml: 1.3.1 -> 1.3.3 (security)
This release fixes CVE-2015-8790 & CVE-2015-8791.
This commit is contained in:
parent
e82dcd70e4
commit
68702d24bf
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libebml-1.3.1";
|
name = "libebml-1.3.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dl.matroska.org/downloads/libebml/${name}.tar.bz2";
|
url = "http://dl.matroska.org/downloads/libebml/${name}.tar.bz2";
|
||||||
sha256 = "15a2d15rq0x9lp7rfsv0jxaw5c139xs7s5dwr5bmd9dc3arr8n0r";
|
sha256 = "16alhwd1yz5bv3765xfn5azwk37805lg1f61195gjq8rlkd49yrm";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in New Issue