diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-02-24 18:07:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:10 +0000 |
commit | 2cdaa0c493b61b73cbc3e53dc0b6ea6b510f2dad (patch) | |
tree | caa7dd35b3496579928c21619e06f662448f8cc5 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.4.bb | |
parent | cfe0def06d981f076ea3bead4a07bfcaee15580e (diff) | |
download | poky-2cdaa0c493b61b73cbc3e53dc0b6ea6b510f2dad.tar.gz |
gstreamer: update to 1.10.4
bug-fix release:
*) Various fixes for crashes, assertions, deadlocks and memory leaks on
fuzzed input files and in other situations (CVE-2017-5847, CVE-2017-5848)
*) gst-libav was updated to ffmpeg 3.2.4, fixing a couple of CVEs
(From OE-Core rev: 6718e2cbb40fb8cb90f98f297fdfb6cbf01d52c8)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.4.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.4.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.4.bb new file mode 100644 index 0000000000..92a2caa2c2 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.10.4.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require gstreamer1.0-plugins-ugly.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
4 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068" | ||
5 | |||
6 | SRC_URI = " \ | ||
7 | http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ | ||
8 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "c68d0509c9980b0b70a4b836ff73fff1" | ||
11 | SRC_URI[sha256sum] = "6386c77ca8459cba431ed0b63da780c7062c7cc48055d222024d8eaf198ffa59" | ||
12 | |||
13 | S = "${WORKDIR}/gst-plugins-ugly-${PV}" | ||