Re: [OE-core] [PATCH 2/2] qt4-4.8.6: fix CVE-2014-0190

2014-06-18 Thread Huang, Jie (Jackie)
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Wednesday, June 18, 2014 6:06 PM > To: Huang, Jie (Jackie) > Cc: Zhu, Yanjun; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 2/2] qt4-4.8.6: fix CVE-2014-0190 > > Hi Jackie

[OE-core] [dora][PATCH 0/2] populate-extfs.sh: two fixes

2014-06-18 Thread Chen Qi
The following changes since commit b7371b49b4b83c2e864126480b65363fe9f2cfd2: x264: Update SRCREV to match commit in upstream git repo (2014-06-17 17:59:55 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/dora-populate-extfs http:

[OE-core] [dora][PATCH 2/2] populate-extfs.sh: error out if debugfs encounters some error

2014-06-18 Thread Chen Qi
Previously, even if we encounter some error when populating the ext filesystem, we don't error out and the rootfs process still succeeds. However, what's really expected is that the populate-extfs.sh script should error out if something wrong happens when using `debugfs' to generate the ext filesy

[OE-core] [dora][PATCH 1/2] populate-extfs.sh: fix to handle /var/lib/opkg/alternatives/[[ correctly

2014-06-18 Thread Chen Qi
There was a patch trying to fix this problem by using 'dirname', but it caused some build failures, thus got reverted. The problem is that $DIR might be empty and we should first do the check before trying to use $(dirname $DIR). [YOCTO #5712] Signed-off-by: Chen Qi --- .../e2fsprogs/e2fsprogs

[OE-core] [PATCH] local.conf.sample: Add sdl to nativesdk qemu PACKAGECONFIG

2014-06-18 Thread Saul Wold
Enable SDL by default for nativesdk as we do with natve, this will allow qemu with ADT to use graphics no vnc by default. [YOCTO #6446] Signed-off-by: Saul Wold --- meta/conf/local.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf

[OE-core] [PATCH] perl: strip RPATH from libxml-parser-perl Expat.so

2014-06-18 Thread Paul Gortmaker
To fix: ERROR: QA Issue: package libxml-parser-perl contains bad RPATH /home/paul/poky/build/tmp/sysroots/intel-corei7-64/usr/lib64 in file /home/paul/poky/build/tmp/work/corei7-64-poky-linux/libxml-parser-perl/2.41-r3/packages-split/libxml-parser-perl/usr/lib64/perl/vendor_perl/5.14.3/auto/XML/

[OE-core] [PATCH] sstatesig: Add try/except around the stat calls

2014-06-18 Thread Richard Purdie
Its possible sstate symlinks to other sstate mirrors which then my get removed/cleaned. If we find invalid symlinks, skip over them rather than error with a backtrace. Signed-off-by: Richard Purdie diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index acff2a0..d58147f 100644 ---

[OE-core] [PATCH] sstate: Fix shared work preconfigure task handling

2014-06-18 Thread Richard Purdie
When the preconfigure task was added to gcc, it wasn't added to sstate's list of possible shared work tasks. This meant that diffsigs wasn't able to find the preconfigure sigdata/info file since it has inconsistent naming. This adds the task name to the list. Ideally this list would be autogenerat

[OE-core] Fwd: [Discuss-gnuradio] CMake 3.0.0 is out ...

2014-06-18 Thread Philip Balister
FYI. Philip Original Message Subject: [Discuss-gnuradio] CMake 3.0.0 is out ... Date: Wed, 18 Jun 2014 08:05:33 -0400 From: Michael Dickens To: discuss-gnura...@gnu.org List CMake 3.0.0 has lots of bug fixes from the last release (2.8.12), and it also contains a number of po

Re: [OE-core] [oe-core][PATCH] nfs-utils: fix the --with-statdpath= flag

2014-06-18 Thread Saul Wold
On 06/18/2014 01:54 AM, Yao Xinpan wrote: if --with-statdpath= is not the default value, will happen the following questions: 'Failed to open directory sm: No such file or directory'. Nfs community has fixed this bug. URL: 'http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commitdiff;h=3b1457

Re: [OE-core] [PATCH 1/3] systemd: check IFLA_VLAN_PROTOCOL

2014-06-18 Thread Enrico Scholz
Robert Yang writes: > ++#ifdef IFLA_VLAN_PROTOCOL > + [IFLA_VLAN_PROTOCOL]= { .type = NLA_U16 }, > ++#endif This will trigger everytime because IFLA_VLAN_PROTOCOL is an enum, not a #define Enrico -- ___ Openembedded-core mailing list Ope

Re: [OE-core] [PATCH] powertop: upgrade from 2.5 to 2.6.1

2014-06-18 Thread Tobias Klauser
Hi Saul On 2014-06-12 at 18:33:53 +0200, Saul Wold wrote: > On 06/06/2014 05:33 AM, Tobias Klauser wrote: > >Upgrade powertop from 2.5 to 2.6.1. Also adjust to the new upstream > >download URL. > > > >Signed-off-by: Tobias Klauser > >--- > > .../{powertop_2.5.bb => powertop_2.6.1.bb} |

Re: [OE-core] [PATCH] populate_sdk_base: add auto-completion in setup

2014-06-18 Thread Otavio Salvador
On Wed, Jun 18, 2014 at 7:15 AM, Richard Purdie wrote: > On Tue, 2014-06-17 at 11:39 -0300, Otavio Salvador wrote: >> On Tue, Jun 17, 2014 at 10:16 AM, Dennis Meier >> wrote: >> > Signed-off-by: Dennis Meier >> >> I do like the idea but how portable is it? >> >> For example in my envinronment i

Re: [OE-core] [PATCH] populate_sdk_base: add auto-completion in setup

2014-06-18 Thread Richard Purdie
On Tue, 2014-06-17 at 11:39 -0300, Otavio Salvador wrote: > On Tue, Jun 17, 2014 at 10:16 AM, Dennis Meier > wrote: > > Signed-off-by: Dennis Meier > > I do like the idea but how portable is it? > > For example in my envinronment it does not work as I use zsh. The script in question has "/bin

Re: [OE-core] [PATCH 2/2] qt4-4.8.6: fix CVE-2014-0190

2014-06-18 Thread Paul Eggleton
Hi Jackie, On Wednesday 18 June 2014 05:41:31 jackie.hu...@windriver.com wrote: > From: yzhu1 > > The GIF decoder in QtGui in Qt before 5.3 allows remote attackers > to cause a denial of service (NULL pointer dereference) via > invalid width and height values in a GIF image. > Per: http://cwe.mi

Re: [OE-core] [PATCH 1/1] kernel-module-split.bbclass: fix a typo in var name

2014-06-18 Thread Richard Purdie
On Tue, 2014-06-17 at 23:04 -0700, nitin.a.kam...@intel.com wrote: > Exception: AttributeError: 'NoneType' object has no attribute 'split' > > ERROR: Function failed: split_kernel_module_packages > > Fixes bug: > [Yocto #6461] I've merged a slightly different version of this fix. Cheers, Richa

[OE-core] [PATCH 2/2] qt4-4.8.6: fix CVE-2014-0190

2014-06-18 Thread jackie.huang
From: yzhu1 The GIF decoder in QtGui in Qt before 5.3 allows remote attackers to cause a denial of service (NULL pointer dereference) via invalid width and height values in a GIF image. Per: http://cwe.mitre.org/data/definitions/476.html CWE-476: NULL Pointer Dereference http://web.nvd.nist.gov

[OE-core] [PATCH 1/2] nss-3.15.1: fix CVE-2013-1739

2014-06-18 Thread jackie.huang
From: yzhu1 Mozilla Network Security Services (NSS) before 3.15.2 does not ensure that data structures are initialized before read operations, which allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors that trigger a decryption failure. http:

Re: [OE-core] [PATCH 0/5] linux-yocto: 3.4, 3.10 and 3.14 updates

2014-06-18 Thread Richard Purdie
On Tue, 2014-06-17 at 21:08 -0400, Bruce Ashfield wrote: > On Tue, Jun 17, 2014 at 8:20 PM, Bruce Ashfield > wrote: > > On 2014-06-17, 6:18 PM, Richard Purdie wrote: > >> > >> On Tue, 2014-06-17 at 11:26 -0400, Bruce Ashfield wrote: > >>> > >>> Richard/Saul, > >>> > >>> Here are my collect stable

[OE-core] [oe-core][PATCH] nfs-utils: fix the --with-statdpath= flag

2014-06-18 Thread Yao Xinpan
if --with-statdpath= is not the default value, will happen the following questions: 'Failed to open directory sm: No such file or directory'. Nfs community has fixed this bug. URL: 'http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commitdiff;h=3b1457d219ceb1058d44bacc657581f13437ae40#patch1'

[OE-core] [PATCH 1/1] dbus: don't override EXTRA_OECONF

2014-06-18 Thread Robert Yang
We need use EXTRA_OECONF_append_class-native rather than EXTRA_OECONF_class-native. Signed-off-by: Robert Yang --- meta/recipes-core/dbus/dbus.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 01108c

Re: [OE-core] [oe-commits] Robert Yang : dbus-native: dbus-native: do_compile failed on selinux.c on CentOS 5.10

2014-06-18 Thread Robert Yang
Sorry, I sent another patch to fix it. // Robert On 06/18/2014 04:03 PM, Martin Jansa wrote: On Tue, Jun 17, 2014 at 07:59:59AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 7a2d2d81d8694806060f7bccfbdba42dc356d477 URL: http://git.openembedde

[OE-core] [PATCH 0/1] dbus: don't override EXTRA_OECONF

2014-06-18 Thread Robert Yang
The following changes since commit f506d0660c9949485268a92724ac770b5457b0ca: linux-yocto/3.10: update to v3.10.43 (2014-06-17 17:56:42 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/dbus-native http://cgit.openembedded.org/cgit.cgi/

Re: [OE-core] [oe-commits] Robert Yang : dbus-native: dbus-native: do_compile failed on selinux.c on CentOS 5.10

2014-06-18 Thread Martin Jansa
On Tue, Jun 17, 2014 at 07:59:59AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 7a2d2d81d8694806060f7bccfbdba42dc356d477 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7a2d2d81d8694806060f7bccfbdba42dc356d477 > > A