[OE-core] [PATCH][Daisy] eglibc: CVE-2014-5119 fix

2014-09-13 Thread Armin Kuster
__gconv_translit_find: Disable function [BZ #17187] This functionality has never worked correctly, and the implementation contained a security vulnerability (CVE-2014-5119). Signed-off-by: Armin Kuster --- .../eglibc/eglibc-2.19/CVE-2014-5119.patch | 240 + meta/reci

[OE-core] [PATCH] u-boot: update to version 2014.07

2014-09-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko * Update U-boot and corresponding tools to version 2014.07 * Small cleanups with indentation and consolidation of u-boot.inc Signed-off-by: Denys Dmytriyenko --- ...h-Add-use-DEFAULT_LINUX_BOOT_ENV-environm.patch | 74 -- ...2013.07.bb => u-boot-fw-u

[OE-core] [PATCH 0/1] systemd: fix to use ${libdir}

2014-09-13 Thread Chen Qi
The following changes since commit 10df0718d6a626d99beb68cde8d914ee0820d7eb: classes/populate_sdk_base: enable adding custom commands to SDK install script (2014-09-11 17:44:40 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/systemd

[OE-core] [PATCH 1/1] systemd: fix to use ${libdir}

2014-09-13 Thread Chen Qi
We need to user ${libdir} instead of ${exec_prefix}/lib. Otherwise, we would neet do_install errors if multilib is enabled. Signed-off-by: Chen Qi --- meta/recipes-core/systemd/systemd_216.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/system

[OE-core] [PATCH 0/2] portmap: fixes for sysvinit and systemd

2014-09-13 Thread Chen Qi
The following changes since commit 10df0718d6a626d99beb68cde8d914ee0820d7eb: classes/populate_sdk_base: enable adding custom commands to SDK install script (2014-09-11 17:44:40 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/portmap

[OE-core] [PATCH 1/2] portmap: fix INITSCRIPT_PARAMS

2014-09-13 Thread Chen Qi
Fix portmap init to make it run at runlevel 2,3,4,5. Signed-off-by: Chen Qi --- meta/recipes-connectivity/portmap/portmap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/portmap/portmap.inc b/meta/recipes-connectivity/portmap/portmap.inc index 7

[OE-core] [PATCH 2/2] portmap: add systemd service file

2014-09-13 Thread Chen Qi
Add systemd service file for systemd support. Signed-off-by: Chen Qi --- meta/recipes-connectivity/portmap/portmap.inc | 5 - meta/recipes-connectivity/portmap/portmap/portmap.service | 10 ++ meta/recipes-connectivity/portmap/portmap_6.0.bb | 7 ++- 3 file