[OE-core] [PATCH 1/1] binutils: several security fixes

2014-12-26 Thread Armin Kuster
CVE-2014-8484 CVE-2014-8485 CVE-2014-8501 CVE-2014-8502 CVE-2014-8503 CVE-2014-8504 CVE-2014-8737 and one supporting patch. [Yocto # 7084] Signed-off-by: Armin Kuster --- meta/recipes-devtools/binutils/binutils-2.24.inc | 8 + .../binutils/binutils/binutils_CVE-2014-8484.patch | 67 +++ .

[OE-core] [PATCH 0/1] Binutils security fixes

2014-12-26 Thread Armin Kuster
Please consider these security fixes for binutils. patch CVE-2014-8502_1 brought it dependancy patch for CVE-2014-8502. The following changes since commit c73a6ca2a82ee1961ede453f6c86937ce3695a0a: boost : Add the atomic and chrono libraries to the build. (2014-12-25 22:05:43 +) are avail

[OE-core] [PATCH] sed: Skip 'build-deps' QA check for sed-ptest package

2014-12-26 Thread Otavio Salvador
The sed-ptest package has runtime dependencies which are used only when running the tests. So the 'build-dep' QA check can be skipped for this specific package. Fixes the following QA error: , | WARNING: QA Issue: sed-ptest rdepends on locale-base-ru-ru, but it | isn't a build dependency?

Re: [OE-core] [PATCH] glib-2.0: filter out -fvisibility=default option

2014-12-26 Thread Otavio Salvador
On Thu, Dec 25, 2014 at 1:41 AM, wrote: > From: Jackie Huang > > Once -fvisibility=default option is added, matchbox-desktop > will run into segfault, so filter it out as a workaround for now. > > [YOCTO #7099] > > Signed-off-by: Jackie Huang Sorry but I think this needs fixing in matchbox-des

Re: [OE-core] [PATCH 4/4] busybox.inc: fix QA package-missing warnings

2014-12-26 Thread Otavio Salvador
On Wed, Dec 24, 2014 at 11:48 PM, Hongxu Jia wrote: > While building busybox with QA package-missing checking enabled, > there was warning: > ... > WARNING: QA Issue: package busybox-mdev not generated, but listed in PACKAGES > WARNING: QA Issue: package busybox-httpd not generated, but listed in

Re: [OE-core] [PATCH 3/4] linux-libc-headers.inc: fix QA package-missing warnings

2014-12-26 Thread Otavio Salvador
On Wed, Dec 24, 2014 at 11:48 PM, Hongxu Jia wrote: > While building linux-libc-headers with QA package-missing checking enabled, > there was warning: > ... > QA Issue: package linux-libc-headers not generated, but listed in PACKAGES > ... > > Only linux-libc-headers-dev was generated, the others

[OE-core] [PATCH 1/2] diffutils: Disable searching for libsigsegv

2014-12-26 Thread Holger Hans Peter Freyther
After building GNU Smalltalk libsigsegv is in the sysroot and will be picked-up by diffutils. This lead to the below warning: WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps] --- meta/recipes-devtools/diffstat/diffstat_1.59.bb | 2 ++ 1 file changed, 2

[OE-core] [PATCH 2/2] m4: Disable searching for libsigsegv

2014-12-26 Thread Holger Hans Peter Freyther
When building GNU Smalltalk libsigsegv will be available and m4 will start to use it. This leads to the below warning: WARNING: QA Issue: m4 rdepends on libsigsegv, but it isn't a build dependency? [build-deps] --- meta/recipes-devtools/m4/m4.inc | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 5/7] pciutils: add PACKAGECONFIG for 'hwdb'

2014-12-26 Thread Chen Qi
Add PACKAGECONFIG for 'hwdb' to fix the following QA warning. WARNING: QA Issue: libpci rdepends on libudev, but it isn't a build dependency? [build-deps] WARNING: QA Issue: pciutils rdepends on libudev, but it isn't a build dependency? [build-deps] Signed-off-by: Chen Qi --- meta/recipes-bsp/

[OE-core] [PATCH 1/7] kmod: upgrade to 19

2014-12-26 Thread Chen Qi
0001-Add-missing-O_CLOEXEC-in-kmod_module_get_size.patch is dropped as it's in the new version. Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch is modified to match the new version. License chesum is changed but it is confirmed that the license information is not chagned. Signed-off-b

[OE-core] [PATCH 4/7] pciutils: upgrade to 3.3.0

2014-12-26 Thread Chen Qi
lib-build-fix.patch is removed as it doesn't seem useful. do_compile_prepend is removed because it's not useful for the new version. The following line is removed as I don't see any problem without it. PARALLEL_MAKE = "" Signed-off-by: Chen Qi --- .../pciutils/pciutils/lib-build-fix.patch

[OE-core] [PATCH 3/7] sudo: upgrade to latest state version 1.8.11p2

2014-12-26 Thread Chen Qi
Files containing license information have changed position. FILES_${PN}-dev needs to be modified to contain correct files. Signed-off-by: Chen Qi --- meta/recipes-extended/sudo/sudo.inc| 14 +++--- .../sudo/{sudo_1.8.10p3.bb => sudo_1.8.11p2.bb}| 6 ++

[OE-core] [PATCH 7/7] grep: upgrade to 2.21

2014-12-26 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-extended/grep/{grep_2.19.bb => grep_2.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/grep/{grep_2.19.bb => grep_2.21.bb} (87%) diff --git a/meta/recipes-extended/grep/grep_2.19.bb b/meta/recipes-extended/gre

[OE-core] [PATCH 6/7] xz: upgrade to latest stable release 5.2.0

2014-12-26 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-extended/xz/{xz_5.1.3alpha.bb => xz_5.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/xz/{xz_5.1.3alpha.bb => xz_5.2.0.bb} (92%) diff --git a/meta/recipes-extended/xz/xz_5.1.3alpha.bb b/meta/recipes-extended

[OE-core] [PATCH 0/7] Package Upgrades

2014-12-26 Thread Chen Qi
The following changes since commit d5b0e6062a4e9f66a5b1813ed082a56cce5bee5d: boost : Add the atomic and chrono libraries to the build. (2014-12-25 22:05:29 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/package-upgrades http://c

[OE-core] [PATCH 2/7] tar: upgrade to 2.18

2014-12-26 Thread Chen Qi
Signed-off-by: Chen Qi --- ...r-replacement-native_1.27.1.bb => tar-replacement-native_1.28.bb} | 0 meta/recipes-extended/tar/{tar_1.27.1.bb => tar_1.28.bb} | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-extended/tar/{tar-replacement-native_1.27.1.bb