[OE-core] [poky][PATCH v2 7/7] gstreamer1.0-plugins-bad: Fix memory leak of navigation thread

2016-01-20 Thread Yuqing Zhu
When exit navigation thread, call g_thread_join() to release the resource hold by it. Signed-off-by: Yuqing Zhu --- ...window-fix-memory-leak-of-navigation-thre.patch | 35 ++ .../gstreamer/gstreamer1.0-plugins-bad_1.6.2.bb| 1 + 2 files changed,

Re: [OE-core] [PATCH 00/16][Fido] Consolidated pull

2016-01-20 Thread Joshua G Lock
On Mon, 2016-01-18 at 09:18 +, Joshua Lock wrote: > The following changes since commit > 3f2701c102e4e5b95fc79a8d967f9c48f8232fc6: > >   grub2: Fix CVE-2015-8370 (2016-01-11 11:10:11 +) > > are available in the git repository at: > >  

[OE-core] [poky][PATCH v2 2/7] gstreamer1.0-plugins-base: Fix taglist not being sent to down stream if all the frame corrupted

2016-01-20 Thread Yuqing Zhu
Signed-off-by: Yuqing Zhu --- ...-send-to-down-stream-if-all-the-frame-cor.patch | 57 ++ .../gstreamer/gstreamer1.0-plugins-base_1.6.2.bb | 1 + 2 files changed, 58 insertions(+) create mode 100755

[OE-core] [poky][PATCH v2 5/7] gstreamer1.0-plugins-bad: Add detecting picture coding type when drain

2016-01-20 Thread Yuqing Zhu
Our use case is demuxer only output key frame when backward playback. Every frame is DISCONT and KEY frame. mpeg4videoparse will detect coding type when detect start code after VOP. Our use case will drain after VOP and can't detect start code after VOP. Add check coding type code when drain.

Re: [OE-core] [PATCH][fido] openssh: CVE-2016-077x

2016-01-20 Thread Joshua G Lock
On Sun, 2016-01-17 at 21:26 -0800, Armin Kuster wrote: > From: Armin Kuster > > this address two CVE's. > CVE-2016-0777 and CVE-2016-0778 Thank you, this is pushed to my joshuagl/fido-next branch. Regards, Joshua > > Signed-off-by: Armin Kuster > ---

[OE-core] [PATCH] oeqa/selftest/signing: use temporary rpmdb

2016-01-20 Thread Markus Lehtonen
Use temporary rpmdb when importing gpg public key and checking rpm signature. This patch should fix a problem where test_signing_packages() sometimes fails with "pmdb: BDB1540 configured environment flags incompatible with existing environment" Signed-off-by: Markus Lehtonen

Re: [OE-core] [PATCH] kernel-devsrc: Fix backward compaibilty

2016-01-20 Thread Bruce Ashfield
On Wed, Jan 20, 2016 at 2:52 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2016-01-20 at 13:27 +0800, Jian Liu wrote: > > kernel-dev is replaced by kernel-devsrc > > No, its not. > > > , which breaks > > backward compaibilty. > > -- add alias for kernel-devsrc > > --

<    1   2