[oe] [meta-oe][PATCH] mariadb: use ${PN} for SYSTEMD_ATUO_ENABLE

2014-10-29 Thread Qi.Chen
From: Chen Qi Use ${PN} instead of hardcoding 'mariadb' so that everything works fine in case of multilib. Signed-off-by: Chen Qi --- meta-oe/recipes-support/mysql/mariadb_5.5.39.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/mysql/mariadb_5.5.3

[oe] [PATCH 2/3][meta-webserver][v2] phpmyadmin: fix for Security Advisory CVE-2014-5274

2014-10-29 Thread rongqing.li
From: Roy Li Cross-site scripting (XSS) vulnerability in the view operations page in phpMyAdmin 4.1.x before 4.1.14.3 and 4.2.x before 4.2.7.1 allows remote authenticated users to inject arbitrary web script or HTML via a crafted view name, related to js/functions.js. http://web.nvd.nist.gov/vie

[oe] [PATCH 1/3][meta-webserver][v2] phpmyadmin: fix for Security Advisory CVE-2014-5273

2014-10-29 Thread rongqing.li
From: Roy Li Multiple cross-site scripting (XSS) vulnerabilities in phpMyAdmin 4.0.x before 4.0.10.2, 4.1.x before 4.1.14.3, and 4.2.x before 4.2.7.1 allow remote authenticated users to inject arbitrary web script or HTML via the (1) browse table page, related to js/sql.js; (2) ENUM editor page,

[oe] [PATCH 3/3][meta-webserver][v2] phpmyadmin: fix for Security Advisory CVE-2014-7217

2014-10-29 Thread rongqing.li
From: Roy Li Multiple cross-site scripting (XSS) vulnerabilities in phpMyAdmin 4.0.x before 4.0.10.4, 4.1.x before 4.1.14.5, and 4.2.x before 4.2.9.1 allow remote authenticated users to inject arbitrary web script or HTML via a crafted ENUM value that is improperly handled during rendering of the

Re: [oe] [PATCH 1/3][meta-webserver] phpmyadmin: fix for Security Advisory CVE-2014-5273

2014-10-29 Thread Rongqing Li
Sorry, please drop it, the third patch and the second patch have the same commit header -Roy On 10/30/2014 10:50 AM, rongqing...@windriver.com wrote: From: Roy Li Multiple cross-site scripting (XSS) vulnerabilities in phpMyAdmin 4.0.x before 4.0.10.2, 4.1.x before 4.1.14.3, and 4.2.x before

[oe] [PATCH 3/3][meta-webserver] phpmyadmin: fix for Security Advisory CVE-2014-5274

2014-10-29 Thread rongqing.li
From: Roy Li Cross-site scripting (XSS) vulnerability in the view operations page in phpMyAdmin 4.1.x before 4.1.14.3 and 4.2.x before 4.2.7.1 allows remote authenticated users to inject arbitrary web script or HTML via a crafted view name, related to js/functions.js. http://web.nvd.nist.gov/vie

[oe] [PATCH 1/3][meta-webserver] phpmyadmin: fix for Security Advisory CVE-2014-5273

2014-10-29 Thread rongqing.li
From: Roy Li Multiple cross-site scripting (XSS) vulnerabilities in phpMyAdmin 4.0.x before 4.0.10.2, 4.1.x before 4.1.14.3, and 4.2.x before 4.2.7.1 allow remote authenticated users to inject arbitrary web script or HTML via the (1) browse table page, related to js/sql.js; (2) ENUM editor page,

[oe] [PATCH 2/3][meta-webserver] phpmyadmin: fix for Security Advisory CVE-2014-5274

2014-10-29 Thread rongqing.li
From: Roy Li Cross-site scripting (XSS) vulnerability in the view operations page in phpMyAdmin 4.1.x before 4.1.14.3 and 4.2.x before 4.2.7.1 allows remote authenticated users to inject arbitrary web script or HTML via a crafted view name, related to js/functions.js. http://web.nvd.nist.gov/vie

[oe] [meta-networking][PATCH] squid: change ksh reference in krb ldap helper to sh

2014-10-29 Thread Chong Lu
This solves the following warning: squid-3.4.7: squid requires /bin/bash, /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Chong Lu --- ...-ksh-reference-in-krb-ldap-helper-to-bash.patch | 29 ...ge-ksh-reference-in-krb-ldap-helper-to-sh.patch | 39 ++

Re: [oe] [meta-oe][meta-ruby][daisy] pull request: ruby fixes

2014-10-29 Thread akuster808
Acked-by: Armin Kuster On 10/29/2014 11:08 AM, Cliff Brake wrote: The following changes since commit 518cd119a8724dbd485a5d5c5047de59e8fbd652: imagemagick: fix SRC_URI (2014-10-14 10:49:48 -0400) are available in the git repository at: https://github.com/cbrake/meta-openembedded.git d

[oe] [meta-oe][meta-ruby][daisy] pull request: ruby fixes

2014-10-29 Thread Cliff Brake
The following changes since commit 518cd119a8724dbd485a5d5c5047de59e8fbd652: imagemagick: fix SRC_URI (2014-10-14 10:49:48 -0400) are available in the git repository at: https://github.com/cbrake/meta-openembedded.git daisy for you to fetch changes up to 8065dd8456913457a0114ddb2b4bd4842847

Re: [oe] [meta-oe][PATCH] ddrescue: update to 1.19

2014-10-29 Thread Martin Jansa
On Sun, Oct 26, 2014 at 04:15:52PM +0100, Koen Kooi wrote: > * License changed to GPLv2+ > * Although 'configure is present, it isn't autotools. > > Nota bene: this requires bitbake and oe-core support for tar.lz Not sure if it's caused by incomplete bitbake and oe-core support for tar.lz when I

[oe] [meta-oe][PATCH] openvpn: bypass check for /sbin/ip on the host

2014-10-29 Thread Ben Shelton
In the commit 'openvpn: use default iproute2 path', the configure flag to explicitly set the iproute2 path was removed, since busybox now provides the 'ip' applet at the default path. However, setting this flag is necessary to bypass the configure-time check for /sbin/ip on the host, which will ot

[oe] [meta-oe][PATCH v2] add CUnit test suite

2014-10-29 Thread Mike Holmes
Signed-off-by: Mike Holmes --- meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb diff --git a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb b/meta-oe/recipes-devtools/cunit/c

[oe] [meta-oe][PATCH 1/1] breakpad: correct the file suffix of the symbol file

2014-10-29 Thread Anders Darander
minidump_stackwalk looks for a .sym file extension. Correct the extension used for the generated file. Signed-off-by: Anders Darander --- meta-oe/classes/breakpad.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/classes/breakpad.bbclass b/meta-oe/classes/break

[oe] [meta-oe][PATCH 0/1] Correct file extension of breakpad generated symbol file

2014-10-29 Thread Anders Darander
It was reported that the generated symbol file had a wrong file extension. The following changes since commit 374029acf30a3d81540482d348941e96cbd7999c: efl, elementary, e-wm: upgrade to 1.11.4 and 0.19.1 (2014-10-27 12:50:01 +0100) are available in the git repository at: git://github.com/d

[oe] [meta-oe][PATCH] fftw: s/PN/BPN/

2014-10-29 Thread jackie.huang
From: Yue Tao Replace the PN with BPN to fix the multilib build. The error is: /ala-lpggp21/bpiolin/intel-x86-64-gplv2-4/bitbake_build/tmp/pkgdata/*/runtime-reverse/lib32-libfftw: No such file or directory Because the PN causes the package is named as lib32-liblib32-fftw. Signed-off-by: Yue Ta