gstreamer: 1.10.1 -> 1.10.2 for multiple CVEs

CVE-2016-9807, CVE-2016-9808, CVE-2016-9809, CVE-2016-9810, CVE-2016-9811, CVE-2016-9812, CVE-2016-9813, CVE-2016-9634, CVE-2016-9635, CVE-2016-9636

https://gstreamer.freedesktop.org/releases/1.10/#1.10.2
This commit is contained in:
Graham Christensen
2016-12-07 08:49:24 -05:00
parent 76ef70af7d
commit e42f6a11ac
10 changed files with 20 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
}:
stdenv.mkDerivation rec {
name = "gst-validate-1.10.1";
name = "gst-validate-1.10.2";
meta = {
description = "Integration testing infrastructure for the GStreamer framework";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/src/gst-validate/${name}.tar.xz";
sha256 = "0x9z0kizi44swsrx8mdc6xlmn9dksdfifchp5h6liibp7qd6gbh7";
sha256 = "1mwyk3b19aq78mjhmrpc7qqs9flrykrn1j763g5wx546swc489xy";
};
outputs = [ "out" "dev" ];
@@ -31,4 +31,3 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
}