[oe] [PATCH][meta-networking] aoetools: uprev to version 36

2014-09-01 Thread rongqing.li
From: Roy Li rongqing...@windriver.com Signed-off-by: Roy Li rongqing...@windriver.com --- .../recipes-support/aoetools/{aoetools_34.bb = aoetools_36.bb}|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/aoetools/{aoetools_34.bb =

[oe] State of bitbake world, Failed tasks 2014-09-01

2014-09-01 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-09-01 == === common () === === common-x86 (1) === * meta-browser/recipes-browser/chromium/chromium_37.0.2062.0.bb, do_compile === qemuarm (1) === *

[oe] [meta-qt5][PATCH] qtmultimedia: Fixing the build against gstreamer 0.10 version

2014-09-01 Thread Sujith H
From: Sujith H sujith_harida...@mentor.com This patch fixes the qtmultimedia built against gstreamer version 0.10, its been taken from: https://qt.gitorious.org/qt/qtmultimedia/commit/4a6a71e5218446caf1084bc1d76ba8fc5ff38a88.patch Signed-off-by: Sujith H sujith_harida...@mentor.com

[oe] [PATCH 01/13] aoetools: no bashism in aoe-stat

2014-09-01 Thread Robert Yang
So use /bin/sh. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../aoetools/aoe-stat-no-checkbashism.patch| 27 .../recipes-support/aoetools/aoetools_34.bb|6 - 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644

[oe] [PATCH 03/13] arptables: add bash to RDEPENDS_arptables

2014-09-01 Thread Robert Yang
Bashism: possible bashism in arptables/etc/init.d/arptables line 14 (should be '.', not 'source'): source /etc/init.d/functions possible bashism in arptables/etc/init.d/arptables line 96 ($foo should be eval_gettext foo): echo $Usage $0 {start|stop|restart|condrestart|save|status}

[oe] [PATCH 02/13] autofs: add bash to RDEPENDS_autofs

2014-09-01 Thread Robert Yang
Bashism: [snip] possible bashism in autofs/etc/init.d/autofs line 116 ($foo should be eval_gettext foo): echo $$prog not running possible bashism in autofs/etc/init.d/autofs line 120 ($foo should be eval_gettext foo): echo $Reloading maps possible bashism in

[oe] [PATCH 00/13] fix RDEPENDS issues

2014-09-01 Thread Robert Yang
Hello, Feel free to let me know if you think that we need split the package into a pkg-script (or other) sub pkg, then we can fix the RDEPENDS for the sub pkg. // Robert The following changes since commit 6b881ba6fd3e828021c266d3bd9c7a606d120858: libmodule-pluggable-perl: add 5.1 (2014-09-01

[oe] [PATCH 04/13] ndisc6: add perl to RDEPENDS_ndisc6-misc

2014-09-01 Thread Robert Yang
Perl: ndisc6-misc/usr/bin/dnssort:#! /usr/bin/perl Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../recipes-support/ndisc6/ndisc6_1.0.2.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.2.bb

[oe] [PATCH 07/13] memcached: add bash to RDEPENDS_memcached

2014-09-01 Thread Robert Yang
Bashism: possible bashism in memcached/etc/init.d/memcached line 40 (bash arrays, ${name[0|*|@]}): if [ -r ${FILES[0]} ]; then possible bashism in memcached/etc/init.d/memcached line 42 (bash arrays, ${name[0|*|@]}): for FILE in ${FILES[@]}; possible bashism in memcached/etc/init.d/memcached

[oe] [PATCH 06/13] proftpd: add perl to RDEPENDS_proftpd

2014-09-01 Thread Robert Yang
Perl: proftpd/usr/bin/ftpasswd:#!/usr/bin/perl proftpd/usr/bin/ftpquota:#!/usr/bin/perl Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../recipes-daemons/proftpd/proftpd_1.3.4b.bb |2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [PATCH 09/13] apache2: add perl to RDEPENDS_apache2

2014-09-01 Thread Robert Yang
Perl: apache2/usr/bin/dbmmanage:#!/usr/bin/perl apache2/usr/bin/apxs:#!/usr/bin/perl -w Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../recipes-httpd/apache2/apache2_2.4.10.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH 08/13] phpmyadmin: add bash to RDEPENDS_phpmyadmin

2014-09-01 Thread Robert Yang
Bashism: possible bashism in plugins/transformations/generator_plugin.sh line 16 (echo -e): echo -e Usage: ./generator_plugin.sh MIMEType MIMESubtype TransformationName [Description]\n possible bashism in plugins/transformations/generator_plugin.sh line 28 (${parm,[,][pat]} or

[oe] [PATCH 10/13] sg3-utils: add bash to RDEPENDS_sg3-utils

2014-09-01 Thread Robert Yang
Bash scripts: sg3-utils/usr/bin/scsi_stop:#!/bin/bash sg3-utils/usr/bin/scsi_mandat:#!/bin/bash sg3-utils/usr/bin/scsi_logging_level:#! /bin/bash sg3-utils/usr/bin/scsi_temperature:#!/bin/bash sg3-utils/usr/bin/scsi_start:#!/bin/bash sg3-utils/usr/bin/scsi_satl:#!/bin/bash

[oe] [PATCH 11/13] sdparm: add bash to RDEPENDS_sdparm

2014-09-01 Thread Robert Yang
Bash scripts: packages-split/sdparm/usr/bin/sas_disk_blink:#!/bin/bash packages-split/sdparm/usr/bin/scsi_ch_swp:#!/bin/bash Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta-oe/recipes-support/sdparm/sdparm_1.08.bb |2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [PATCH 12/13] bonnie: add perl to RDEPENDS_bonnie-scripts

2014-09-01 Thread Robert Yang
Perl: bonnie-scripts/usr/bin/bon_csv2html:#!/usr/bin/perl bonnie-scripts/usr/bin/bon_csv2txt:#!/usr/bin/perl Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb |2 ++ 1 file changed, 2 insertions(+) diff --git

[oe] [PATCH 13/13] rrdtool: use rrdtool rather than PN

2014-09-01 Thread Robert Yang
The ${datadir}/${PN} will be changed to ${datadir}/lib32-rrdtool when multilib which isn't what need, use rrdtool to fix the problem. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.8.bb |2 +- 1 file changed, 1 insertion(+), 1

[oe] [meta-initramfs][PATCH] klibc: klcc: consider --sysroot option and override gcc-cross encoded sysroot

2014-09-01 Thread Andrea Adami
For the recipes built with klcc-cross it is necessary to pass --sysroot otherwise we default to the one encoded in gcc-cross which actually is the 'first one' built. The issue was revealed when building for armv4 after having built for armv5te: the produced binaries did contain Illegal Instruction

Re: [oe] [PATCH v2][meta-networking] tcpslice: add recipe under tcpdump

2014-09-01 Thread Rongqing Li
On 07/30/2014 03:25 PM, Martin Jansa wrote: On Wed, Jul 30, 2014 at 10:22:41AM +0800,rongqing...@windriver.com wrote: From: Roy Lirongqing...@windriver.com tcpslice is a tool for extracting parts of a tcpdump packet trace, so put it under tcpdump dir Signed-off-by: Roy

[oe] [PATCH 0/1] proftpd: fix integer overflow CVE-2013-4359

2014-09-01 Thread Hongxu Jia
The following changes since commit b45472a29b60d46cca313bd629561e674befe386: at: rename bbappend to match any version from oe-core (2014-09-01 12:49:00 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-proftpd

[oe] [PATCH 1/1] proftpd: fix integer overflow CVE-2013-4359

2014-09-01 Thread Hongxu Jia
Integrate a patch from proftpd upstream to fix an integer overflow bug described in the CVE-2013-4359, which allows remote attachers to cause a denial of service (memory consumption) attack. Refer: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4359 Signed-off-by: Shan Hai

[oe] [PATCH V2] proftpd: fix integer overflow CVE-2013-4359

2014-09-01 Thread Hongxu Jia
Integrate a patch from proftpd upstream to fix an integer overflow bug described in the CVE-2013-4359, which allows remote attachers to cause a denial of service (memory consumption) attack. Refer: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4359 Signed-off-by: Shan Hai

Re: [oe] [PATCH V2] proftpd: fix integer overflow CVE-2013-4359

2014-09-01 Thread Hongxu Jia
Changed in V2: Add the missing 'Upstream-Status' tag //Hongxu On 09/02/2014 11:24 AM, Hongxu Jia wrote: Integrate a patch from proftpd upstream to fix an integer overflow bug described in the CVE-2013-4359, which allows remote attachers to cause a denial of service (memory consumption)