Re: [OE-core] [PATCH] sqlite3: update to version 3.8.0.1

2013-09-03 Thread Maxin B. John
Hi, On Tue, Sep 03, 2013 at 08:42:17AM -0700, Saul Wold wrote: On 09/02/2013 04:36 AM, maxin.j...@enea.com wrote: From: Maxin B. John maxin.j...@enea.com Upgrade to latest version 3.8.0.1 Is there something special about this update? Apart from the regular bug fixes and some new features

Re: [OE-core] [PATCH] harfbuzz: update the license information

2013-03-19 Thread Maxin B. John
On Mon, Mar 18, 2013 at 10:25:05AM -0700, Flanagan, Elizabeth wrote: On Mon, Mar 18, 2013 at 3:24 AM, maxin.j...@enea.com wrote: From: Maxin B. John maxin.j...@enea.com harfbuzz is using the 'Modern Variants' of MIT License: https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing

Re: [OE-core] [PATCH] local.conf.sample: Add info about -ptest package group

2013-04-09 Thread Maxin B. John
ptest enabled packages will inherit ptest. So, we can use grep to find the list of ptest enabled packages. eg: # cd poky # grep -ir --include=*.{bb,inc} inherit |grep ptest meta/recipes-extended/bash/bash.inc:inherit autotools gettext update-alternatives ptest

Re: [OE-core] [PATCH] dropbear: update to 2013.60 version

2013-10-28 Thread Maxin B. John
Hi Paul, On Mon, Oct 28, 2013 at 11:27:01AM +, Paul Eggleton wrote: Hi Maxin, On Monday 21 October 2013 17:36:42 maxin.j...@enea.com wrote: From: Maxin B. John maxin.j...@enea.com update to latest version 2013.60 Update 0006-dropbear-configuration-file.patch for 2013.60

[OE-core] [PATCH] latencytop: add sudo as runtime dependency

2013-01-04 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com Latencytop needs superuser privileges. The latencytop plugin in eclipse invokes it as 'sudo latencytop'. So, it will be good to include sudo as a runtime dependency. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/latencytop

Re: [OE-core] [PATCH] latencytop: add sudo as runtime dependency

2013-01-04 Thread Maxin B. John
Hi Richard, On Fri, Jan 04, 2013 at 02:27:42PM +, Richard Purdie wrote: On Fri, 2013-01-04 at 12:30 +0100, Maxin B. John wrote: From: Maxin B. John maxin.j...@enea.com Latencytop needs superuser privileges. The latencytop plugin in eclipse invokes it as 'sudo latencytop'. So

[OE-core] [PATCH] python: Backport CVE-2013-1752 fix from upstream

2014-02-28 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com This back ported patch fixes CVE-2013-1752 for smtplib Signed-off-by: Maxin B. John maxin.j...@enea.com Reviewed-by: Sona Sarmadi sona.sarm...@enea.com --- .../python-2.7.3-CVE-2013-1752-smtplib-fix.patch | 101 meta/recipes

[OE-core] [PATCH] python: Fix CVE-2014-1912

2014-04-07 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com A remote user can send specially crafted data to trigger a buffer overflow in socket.recvfrom_into() and execute arbitrary code on the target system. The code will run with the privileges of the target service. This back-ported patch fixes CVE-2014-1912

[OE-core] [PATCH] libpng: bump to 1.6.10

2014-04-23 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com 1. Fixes CVE-2014-0333 2. There are changes in License checksums. This is due to new contributor names being added to LICENSE and png.h file contains version of the new release.So, license remains the same. Signed-off-by: Maxin B. John maxin.j

[OE-core] [PATCH] openssh: enable ptest support

2014-04-24 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com Install openssh test-suite and run it as ptest. Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../openssh/add-test-support-for-busybox.patch | 61 .../recipes-connectivity/openssh/openssh/run-ptest |7 +++ meta

[OE-core] [PATCH] openssl: enable ptest support

2014-04-24 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com Install openssl test suite and run it as ptest. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-connectivity/openssl/openssl.inc | 19 - .../openssl/openssl/Makefiles-ptest.patch | 75

[OE-core] [PATCH] ltp: update version to 20140422

2014-04-26 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com Update ltp version to 20140422 Removed two patches that already exist in the current version: 1. regen-makefile.patch 2. ffsb-remove-hardcoded-configure.patch Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../ltp/ltp/ffsb-remove-hardcoded

Re: [OE-core] [PATCH] openssl: enable ptest support

2014-04-26 Thread Maxin B. John
ping .. On Thu, Apr 24, 2014 at 07:28:25PM +0200, Maxin B. John wrote: From: Maxin B. John maxin.j...@enea.com Install openssl test suite and run it as ptest. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-connectivity/openssl/openssl.inc | 19

[OE-core] [PATCH] gdbm: enable ptest support

2014-05-04 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com Install gdbm test-suite and run it as ptest Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/gdbm/files/ptest.patch | 36 +++ meta/recipes-support/gdbm/files/run-ptest |7 ++ meta/recipes

[OE-core] [PATCH] bzip2: fix ptest execution failure

2014-05-05 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com This patch fixes the bzip2 ptest execution failure: root@qemux86:/usr/lib/bzip2/ptest# ./run-ptest make: *** No rule to make target 'runtest'. (This is also applicable for daisy branch) Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes

[OE-core] [PATCH] openssl: fix CVE-2014-0198

2014-05-05 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com A null pointer dereference bug was discovered in do_ssl3_write(). An attacker could possibly use this to cause OpenSSL to crash, resulting in a denial of service. https://access.redhat.com/security/cve/CVE-2014-0198 Signed-off-by: Maxin B. John maxin.j

[OE-core] [PATCH] perl: update ptest package dependency list

2014-05-07 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com Add sed in the ptest runtime package dependency list [YOCTO #6260] Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-devtools/perl/perl-ptest.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools

[OE-core] [PATCH] libxml2: fix CVE-2014-0191

2014-05-07 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com It was discovered that libxml2, a library providing support to read, modify and write XML files, incorrectly performs entity substituton in the doctype prolog, even if the application using libxml2 disabled any entity substitution. A remote attacker could

Re: [OE-core] [PATCH] bzip2: fix ptest execution failure

2014-05-08 Thread Maxin B. John
ping. On Mon, May 05, 2014 at 10:42:22PM +0200, Maxin B. John wrote: From: Maxin B. John maxin.j...@enea.com This patch fixes the bzip2 ptest execution failure: root@qemux86:/usr/lib/bzip2/ptest# ./run-ptest make: *** No rule to make target 'runtest'. (This is also applicable for daisy

[OE-core] [PATCH] u-boot-fw-utils: install config file

2014-06-25 Thread Maxin B. John
From: Maxin B. John maxin.j...@enea.com The on-target fw_printenv and fw_setenv needs configuration file (fw_env.config) to be present in the target. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb |2 ++ 1 file changed, 2 insertions

Re: [OE-core] [PATCH] u-boot-fw-utils: install config file

2014-06-26 Thread Maxin B. John
Hi Tom, On Thu, Jun 26, 2014 at 08:27:00AM -0400, Tom Rini wrote: On Wed, Jun 25, 2014 at 11:13:59AM +0200, Maxin B. John wrote: From: Maxin B. John maxin.j...@enea.com snip + install -m 0644 ${S}/tools/env/fw_env.config ${D}${sysconfdir}/fw_env.config } PACKAGE_ARCH

[OE-core] [PATCH 2/2] libtasn1: update to 4.0

2014-07-02 Thread Maxin B. John
Bump version to 4.0 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/gnutls/{libtasn1_3.5.bb = libtasn1_4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnutls/{libtasn1_3.5.bb = libtasn1_4.0.bb} (82%) diff --git a/meta

[OE-core] [PATCH 1/2] gnutls: update to 3.3.5

2014-07-02 Thread Maxin B. John
Bump version to 3.3.5 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/gnutls/gnutls_3.2.15.bb | 7 --- meta/recipes-support/gnutls/gnutls_3.3.5.bb | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta/recipes-support/gnutls

Re: [OE-core] [PATCH] sanity.bbclass: Update minimum git version to 1.7.8

2014-07-07 Thread Maxin B. John
Hi, On Fri, Jul 04, 2014 at 11:49:50AM +0100, Richard Purdie wrote: To quote Maxin B. John maxin.j...@enea.com: git version 1.7.8 added the --list option to git-branch. Since we depend on this option in git.py, the minimum requiremnt for git should be updated to Git 1.7.8+ Signed-off

[OE-core] [PATCH] i2c-tools: Uprev to 3.1.1

2014-07-29 Thread Maxin B. John
by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../i2c-tools/{i2c-tools-3.1.0 = i2c-tools-3.1.1}/Module.mk | 0 .../i2c-tools/{i2c-tools_3.1.0.bb = i2c-tools_3.1.1.bb} | 8

Re: [OE-core] [PATCH] i2c-tools: Uprev to 3.1.1

2014-07-30 Thread Maxin B. John
Hi Khem, On Tue, Jul 29, 2014 at 10:55:06PM -0700, Khem Raj wrote: On Tue, Jul 29, 2014 at 4:27 AM, Maxin B. John maxin.j...@enea.com wrote: +SRC_URI = http://dl.lm-sensors.org/i2c-tools/releases/${PN}-${PV}.tar.bz2 \ use BP instead of PN-PV Thanks for the review. I will update

[OE-core] [PATCH v2] i2c-tools: Uprev to 3.1.1

2014-07-30 Thread Maxin B. John
by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../i2c-tools/{i2c-tools-3.1.0 = i2c-tools-3.1.1}/Module.mk | 0 .../i2c-tools/{i2c-tools_3.1.0.bb = i2c-tools_3.1.1.bb} | 8

[OE-core] [PATCH] remake: fix build error

2014-08-06 Thread Maxin B. John
Fix build error: ... unknown command `colophon' unknown command `cygnus' Signed-off-by: Maxin B. John maxin.j...@enea.com --- ...ve-errors-about-colophon-and-cygnus-comma.patch | 39 ++ meta/recipes-devtools/remake/remake_git.bb | 4 ++- 2 files changed, 42

[OE-core] [PATCH] ltp: upgrade to 20140828

2014-09-04 Thread Maxin B. John
Bump to *August 2014* release Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/ltp/{ltp_20140422.bb = ltp_20140828.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-extended/ltp/{ltp_20140422.bb = ltp_20140828.bb} (100%) diff --git a/meta

Re: [OE-core] [PATCH] ltp: upgrade to 20140828

2014-09-04 Thread Maxin B. John
Hi, Wrong one. Please ignore this patch. On Thu, Sep 04, 2014 at 06:33:55PM +0200, Maxin B. John wrote: Bump to *August 2014* release Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/ltp/{ltp_20140422.bb = ltp_20140828.bb} | 0 1 file changed, 0 insertions(+), 0

[OE-core] [PATCH] ltp: upgrade to 20140828

2014-09-05 Thread Maxin B. John
Upgrade to *August 2014* release Removed automake-foreign.patch as it has been merged Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/ltp/ltp/automake-foreign.patch | 20 .../ltp/{ltp_20140422.bb = ltp_20140828.bb} | 3 +-- 2 files changed

[OE-core] [PATCH] curl: upgrade to 7.38.0

2014-09-10 Thread Maxin B. John
Fixes two HTTP cookie related security bugs: 1. CVE-2014-3613 2. CVE-2014-3620 Changelog: http://curl.haxx.se/changes.html#7_38_0 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/{curl_7.37.1.bb = curl_7.38.0.bb} | 4 ++-- 1 file changed, 2 insertions

Re: [OE-core] [PATCH] curl: upgrade to 7.38.0

2014-09-25 Thread Maxin B. John
Hi Ross, On Wed, Sep 24, 2014 at 11:27:57PM +0100, Burton, Ross wrote: On 10 September 2014 15:43, Maxin B. John maxin.j...@enea.com wrote: Fixes two HTTP cookie related security bugs: 1. CVE-2014-3613 2. CVE-2014-3620 Can these be backported instead to 7.37.1? Upgrading to a new

[OE-core] [PATCH] curl: Security Advisory - CVE-2014-3613 CVE-2014-3620

2014-09-25 Thread Maxin B. John
Details of vulnerabilities are available below: CVE-2014-3613: http://curl.haxx.se/docs/adv_20140910A.html CVE-2014-3620: http://curl.haxx.se/docs/adv_20140910B.html Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/curl/CVE-2014-3613.patch | 269

Re: [OE-core] [PATCH] curl: Security Advisory - CVE-2014-3613 CVE-2014-3620

2014-09-25 Thread Maxin B. John
Hi Ross, On Thu, Sep 25, 2014 at 04:08:23PM +0100, Burton, Ross wrote: On 25 September 2014 12:36, Maxin B. John maxin.j...@enea.com wrote: Details of vulnerabilities are available below: CVE-2014-3613: http://curl.haxx.se/docs/adv_20140910A.html CVE-2014-3620: http://curl.haxx.se/docs

[OE-core] [PATCH v2] curl: Security Advisory - CVE-2014-3613 CVE-2014-3620

2014-10-01 Thread Maxin B. John
Details of vulnerabilities are available below: CVE-2014-3613: http://curl.haxx.se/docs/adv_20140910A.html CVE-2014-3620: http://curl.haxx.se/docs/adv_20140910B.html Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/curl/CVE-2014-3613.patch | 214

Re: [OE-core] [PATCH] curl: Security Advisory - CVE-2014-3613 CVE-2014-3620

2014-10-01 Thread Maxin B. John
Hi Ross, On Thu, Sep 25, 2014 at 10:07:37PM +0100, Burton, Ross wrote: On 25 September 2014 18:17, Maxin B. John maxin.j...@enea.com wrote: I have tried it with the latest master and it worked for me. Could you please confirm if it was applied on the master branch ? (Couldn't recreate

Re: [OE-core] [PATCH v2] curl: Security Advisory - CVE-2014-3613 CVE-2014-3620

2014-10-02 Thread Maxin B. John
Hi Ross, On Thu, Oct 02, 2014 at 02:54:05PM +0100, Burton, Ross wrote: On 1 October 2014 14:29, Maxin B. John maxin.j...@enea.com wrote: Details of vulnerabilities are available below: CVE-2014-3613: http://curl.haxx.se/docs/adv_20140910A.html CVE-2014-3620: http://curl.haxx.se/docs

[OE-core] [PATCH 2/2] stress: Add new package

2014-11-26 Thread Maxin B. John
Deliberately simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/stress/files/texinfo.patch | 79 meta/recipes

[OE-core] [PATCH 0/2] Enable ptest support for rt-tests package

2014-11-26 Thread Maxin B. John
] Maxin B. John (2): rt-tests: enable ptest support stress: Add new package meta/recipes-extended/stress/files/texinfo.patch | 79 + meta/recipes-extended/stress/stress_1.0.4.bb | 14 + meta/recipes-rt/rt-tests/files/rt_bmark.py | 411 +++ meta/recipes-rt/rt

[OE-core] [PATCH 1/2] rt-tests: enable ptest support

2014-11-26 Thread Maxin B. John
Add ptest support for rt-tests package [YOCTO #1569] Signed-off-by: Thomas Lundström thomas.lundst...@enea.com Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-rt/rt-tests/files/rt_bmark.py | 411 + meta/recipes-rt/rt-tests/files/run-ptest | 3

[OE-core] [PATCH] python: fix ssl import error

2014-12-05 Thread Maxin B. John
import base64# for DER-to-PEM translation ImportError: No module named base64 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +- scripts/contrib/python/generate-manifest-2.7.py | 2 +- 2 files changed, 2 insertions(+), 2

Re: [OE-core] [PATCH 0/2] Enable ptest support for rt-tests package

2014-12-09 Thread Maxin B. John
ping .. On Wed, Nov 26, 2014 at 10:54:25AM +0100, Maxin B. John wrote: The tests are implemented using rt_bmark.py which uses the stress application to check the real-time performance under various conditions. We need to add the stress package as a dependency for this ptest. At present

[OE-core] [PATCH] ltp: update to 20150119 release

2015-01-26 Thread Maxin B. John
Update LTP to 20150119 release 1. Remove 2 upstreamed patches 2. Add 'expect' to run time dependency and install the tests which depend on it. 3. ffsb related configuration problem was fixed in this release. Signed-off-by: Maxin B. John maxin.j...@enea.com --- ...sts-Fix-bad-priority

[OE-core] [meta-oe][PATCH] fuse-exfat: upgrade to 1.1.0

2015-01-15 Thread Maxin B. John
Bump to 1.1.0 1. Updated LICENSE from GPLv3 to GPLv2 or later 2. Misc. spelling fix Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../fuse-exfat/{fuse-exfat_1.0.1.bb = fuse-exfat_1.1.0.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta-filesystems/recipes

Re: [OE-core] [PATCH] curl: upgrade to 7.40

2015-01-16 Thread Maxin B. John
...@lists.openembedded.org] On Behalf Of Maxin B. John Sent: den 9 januari 2015 13:07 To: openembedded-core@lists.openembedded.org Cc: Maxin John Subject: [OE-core] [PATCH] curl: upgrade to 7.40 Bump to version 7.40 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl

[OE-core] [PATCH v2] curl: upgrade to 7.40

2015-01-16 Thread Maxin B. John
Upgraded version include fixes for these CVE bugs: 1. CVE-2014-8150 2. CVE-2014-8151 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/{curl_7.38.0.bb = curl_7.40.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl

Re: [OE-core] [dizzy][PATCH] coreutils: Fix CVE-2014-9471

2015-01-20 Thread Maxin B. John
Hi Ross, On Tue, Jan 20, 2015 at 04:00:02PM +, Burton, Ross wrote: On 19 January 2015 at 13:57, Maxin B. John maxin.j...@enea.com wrote: On Wed, Jan 07, 2015 at 01:11:43PM +0100, Maxin B. John wrote: Fiedler Roman discovered that coreutils' parse_datetime() function has

Re: [OE-core] [PATCH v2] curl: upgrade to 7.40

2015-01-19 Thread Maxin B. John
Hi, On Fri, Jan 16, 2015 at 12:00:16PM -0800, Andre McCurdy wrote: On Fri, Jan 16, 2015 at 7:06 AM, Maxin B. John maxin.j...@enea.com wrote: Upgraded version include fixes for these CVE bugs: 1. CVE-2014-8150 2. CVE-2014-8151 Signed-off-by: Maxin B. John maxin.j...@enea.com

[OE-core] [PATCH] curl: Add PACKAGECONFIG for samba

2015-01-19 Thread Maxin B. John
curl 7.40.0 added support for the SMB/CIFS protocol. So provide a PACKAGECONFIG option for smb. Reported-by: Andre McCurdy armccu...@gmail.com Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/curl_7.40.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta

[OE-core] [PATCH] curl: upgrade to 7.40

2015-01-09 Thread Maxin B. John
Bump to version 7.40 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/{curl_7.38.0.bb = curl_7.40.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.38.0.bb = curl_7.40.0.bb} (93%) diff --git a/meta/recipes

[OE-core] [PATCH] openssl: upgrade to 1.0.1k

2015-01-09 Thread Maxin B. John
Upgrade includes 8 CVE bug fixes Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../openssl/{openssl_1.0.1j.bb = openssl_1.0.1k.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/openssl/{openssl_1.0.1j.bb = openssl_1.0.1k.bb

[OE-core] [PATCH] ltp: do not remove scripts which use expect

2015-01-14 Thread Maxin B. John
Since we have expect available in oe-core, install the test scripts which uses it. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/ltp/ltp_20140828.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-extended/ltp/ltp_20140828.bb b

[OE-core] [dizzy][PATCH] coreutils: Fix CVE-2014-9471

2015-01-07 Thread Maxin B. John
4 in libc-2.20.so[7f6dd5af7000+199000] Segmentation fault Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../coreutils/coreutils-8.22/date-tz-crash.patch | 43 ++ meta/recipes-core/coreutils/coreutils_8.22.bb | 1 + 2 files changed, 44 insertions(+) create mode

[OE-core] [PATCH 3/3] stress: add new package

2015-03-20 Thread Maxin B. John
Deliberately simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system. Moving the package from meta-linaro as a dependency for rt-tests ptest Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/stress

[OE-core] [PATCH 0/3] rt-tests version upgrade and ptest support

2015-03-20 Thread Maxin B. John
1. Add ptest support to rt-tests package [YOCTO #1569] 2. Add stress package as a dependency for rt-tests ptest 3. Upgrade the rt-tests and hwlatdetect package to version 0.91 Maxin B. John (3): rt-tests: bump version and enable ptest support hwlatdetect: upgrade to version 0.91 stress: add

[OE-core] [PATCH 2/3] hwlatdetect: upgrade to version 0.91

2015-03-20 Thread Maxin B. John
Upgrade hwlatdetect to version 0.91 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-rt/rt-tests/{hwlatdetect_0.89.bb = hwlatdetect_0.91.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-rt/rt-tests/{hwlatdetect_0.89.bb = hwlatdetect_0.91.bb} (100

[OE-core] [PATCH 1/3] rt-tests: bump version and enable ptest support

2015-03-20 Thread Maxin B. John
1. Upgrade version to 0.91 2. Add ptest support [YOCTO #1569] Signed-off-by: Thomas Lundström thomas.lundst...@enea.com Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-rt/rt-tests/files/rt_bmark.py | 412 + meta/recipes-rt/rt-tests/files/run-ptest

[OE-core] [PATCH 5/5] trace-cmd: remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/trace-cmd/trace-cmd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd.inc b/meta/recipes-kernel/trace-cmd/trace-cmd.inc index feb56e1..87e4a9c 100644 --- a/meta

[OE-core] [PATCH 4/5] mmc-utils: remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index c54e351..bdb4fed 100644 --- a/meta

[OE-core] [PATCH 0/5] remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Update the following recipes by removing unnecessary 'protocol=git' from SRC_URI Maxin B. John (5): u-boot-fw-utils: remove unnecessary 'protocol=git' from SRC_URI u-boot-mkimage: remove unnecessary 'protocol=git' from SRC_URI systemd: remove unnecessary 'protocol=git' from SRC_URI mmc

[OE-core] [PATCH 1/5] u-boot-fw-utils: remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb index 2b0550c

[OE-core] [PATCH 3/5] systemd: remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-core/systemd/systemd_219.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index d5eed08..e9b3c84 100644 --- a/meta/recipes

[OE-core] [PATCH 2/5] u-boot-mkimage: remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb index 57989c7..076dff8

[OE-core] [PATCH] curl: upgrade to 7.42.0

2015-04-23 Thread Maxin B. John
Upgrade include these security fixes: 1. CVE-2015-3143 2. CVE-2015-3144 3. CVE-2015-3145 4. CVE-2015-3148 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/{curl_7.41.0.bb = curl_7.42.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta

[OE-core] [fido][PATCH] curl: several security fixes

2015-04-23 Thread Maxin B. John
Fixes below listed bugs: 1. CVE-2015-3143 2. CVE-2015-3144 3. CVE-2015-3145 4. CVE-2015-3148 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/curl/CVE-2015-3143.patch | 38 meta/recipes-support/curl/curl/CVE-2015-3144.patch | 45 ++ meta

[OE-core] [daisy 3/5] coreutils: parse-datetime: CVE-2014-9471

2015-04-29 Thread Maxin B. John
From: Sona Sarmadi sona.sarm...@enea.com Memory corruption flaw in parse_datetime() Reference https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9471 Signed-off-by: Sona Sarmadi sona.sarm...@enea.com Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../parse-datetime-CVE-2014-9471

[OE-core] [daisy 2/5] libpng16: CVE-2015-0973

2015-04-29 Thread Maxin B. John
/dc294204b641373bc6eb603075a8b98f51a75dd8/ External Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0973 http://seclists.org/oss-sec/2014/q4/1133 Signed-off-by: Sona Sarmadi sona.sarm...@enea.com Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../libpng/libpng/libpng16-CVE-2015-0973

[OE-core] [daisy 5/5] e2fsprogs: CVE-2015-0247

2015-04-29 Thread Maxin B. John
From: Sona Sarmadi sona.sarm...@enea.com Fixes input sanitization errors. References http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?id=f66e6ce4 http://www.ocert.org/advisories/ocert-2015-002.html Signed-off-by: Sona Sarmadi sona.sarm...@enea.com Signed-off-by: Maxin B. John maxin.j

[OE-core] [daisy 1/5] Qemu: CVE-2014-2894

2015-04-29 Thread Maxin B. John
From: Sona Sarmadi sona.sarm...@enea.com Fixes an out of bounds memory access flaw in Qemu's IDE device model Reference http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2894 Signed-off-by: Sona Sarmadi sona.sarm...@enea.com Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../qemu

[OE-core] [daisy 4/5] elfutils: CVE-2014-9447

2015-04-29 Thread Maxin B. John
-off-by: Sona Sarmadi sona.sarm...@enea.com Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../elfutils/elfutils/CVE-2014-9447.patch | 50 ++ meta/recipes-devtools/elfutils/elfutils_0.155.bb | 1 + 2 files changed, 51 insertions(+) create mode 100644 meta

[OE-core] [daisy 0/5] Fix security related bugs

2015-04-29 Thread Maxin B. John
Fixes a number of security related bugs for daisy branch. Sona Sarmadi (5): Qemu: CVE-2014-2894 libpng16: CVE-2015-0973 coreutils: parse-datetime: CVE-2014-9471 elfutils: CVE-2014-9447 e2fsprogs: CVE-2015-0247 .../parse-datetime-CVE-2014-9471.patch | 43

[OE-core] [PATCH] serf: update SRC_URI to use debian mirrors instead of googlecode

2015-05-05 Thread Maxin B. John
Update SRC_URI to use debian mirrors as googlecode will be closed in near future. Also added a summary to the recipe. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/serf/serf_1.3.8.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta

[OE-core] [PATCH] rt-tests: bump version to v0.92

2015-06-16 Thread Maxin B. John
Version upgrade to v0.92 Rebased below listed patch to newer source code: added-missing-dependencies.patch Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../files/added-missing-dependencies.patch | 36 +- .../{hwlatdetect_0.91.bb = hwlatdetect_0.92.bb

[OE-core] [PATCH] man-pages: update to 4.02

2015-08-20 Thread Maxin B. John
4.01 - 4.02 Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../man-pages/{man-pages_4.01.bb = man-pages_4.02.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_4.01.bb = man-pages_4.02.bb} (86%) diff --git

[OE-core] [PATCH] quilt: fix the deps for ptest

2015-08-13 Thread Maxin B. John
quilt ptest requires getopt and perl-module-overloading. [YCOTO #8062] Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-devtools/quilt/quilt.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes

[OE-core] [PATCH] curl: upgrade to 7.44

2015-08-13 Thread Maxin B. John
Bump to version 7.44 Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/{curl_7.43.0.bb = curl_7.44.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.43.0.bb = curl_7.44.0.bb} (93%) diff --git a/meta/recipes

[OE-core] [PATCH v2] runqemu-export-rootfs: update location of unfsd binary

2015-10-27 Thread Maxin B. John
oe-core commit: 24b80d211f3808a0ffebee426932f11b8d4d46e0 sets sbindir = "${bindir}" So, update the location of unfsd binary from "/usr/sbin" to "/usr/bin" in runqemu-export-rootfs. Also update unfs3-native to install unfsd under "bin" directory. [YO

Re: [OE-core] [PATCH] wpa-supplicant: upgrade to 2.5

2015-11-12 Thread Maxin B. John
Hi, On Fri, Nov 06, 2015 at 04:27:04PM +0900, Fan Xin wrote: > wpa-supplicant: upgrade to 2.5 > > 1. upgrade to 2.5 > 2. remove eight patches since they have been modified in 2.5 > > Signed-off-by: Fan Xin > --- > ...integer-underflow-in-WMM-Action-frame-par.patch | 45

[OE-core] [PATCH 2/2] harfbuzz: update to 1.0.6

2015-11-12 Thread Maxin B. John
1.0.2 -> 1.0.6 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../harfbuzz/{harfbuzz_1.0.2.bb => harfbuzz_1.0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.0.2.bb => harfbuzz_1.0.6.b

[OE-core] [PATCH 1/2] ethtool: bump version to 4.2

2015-11-12 Thread Maxin B. John
4.0 -> 4.2 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/ethtool/{ethtool_4.0.bb => ethtool_4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_4.0.bb => ethtool_4.2.bb} (88%) diff --git

[OE-core] [PATCH] mc: upgrade to 4.8.15

2015-11-16 Thread Maxin B. John
4.8.14 -> 4.8.15 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/mc/{mc_4.8.14.bb => mc_4.8.15.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.14.bb => mc_4.8.15.bb} (93%) diff --git a/meta/reci

[OE-core] [PATCH] wireless-tools: remove unused files

2015-11-12 Thread Maxin B. John
Remove wireless-tools.if-pre-up and zzz-wireless.if-pre-up. As per the comment, these files were not in use from 20/8/08. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../wireless-tools/wireless-tools.if-pre-up| 122 - .../wireless-tools/zzz-wireless.

[OE-core] [PATCH] acpid: upgrade to version 2.0.25

2015-11-09 Thread Maxin B. John
upgrade from version 2.0.23 -> 2.0.25 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-bsp/acpid/{acpid_2.0.23.bb => acpid_2.0.25.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/acpid/{acpid_2.0.23.bb => acpid_2.0.25.

[OE-core] [PATCH] gnome-desktop-testing: fix ptest output format

2015-11-02 Thread Maxin B. John
Fix ptest output format for glib-2.0 and other packages which depends on gnome-desktop-testing framework. [YOCTO #6601] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../update-output-syntax.patch | 27 ++ .../gnome-desktop-testing_201

[OE-core] [PATCH] glib-2.0: fix ptest output format

2015-10-30 Thread Maxin B. John
use "FAIL" keyword instead of "FAILED" in glib-2.0 test output [YOCTO #6601] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/glib-2.0/glib-2.0/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glib

[OE-core] [PATCH 5/5] libsndfile: fix CVE-2014-9756

2015-11-05 Thread Maxin B. John
Fix divide by zero bug (CVE-2014-9756) Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../files/libsndfile-fix-CVE-2014-9756.patch | 24 ++ .../libsndfile/libsndfile1_1.0.25.bb | 1 + 2 files changed, 25 insertions(+) create mode 100644

Re: [OE-core] [PATCH] glib-2.0: fix ptest output format

2015-11-02 Thread Maxin B. John
Hi Ross, On Mon, Nov 02, 2015 at 12:12:52PM +, Burton, Ross wrote: >>On 30 October 2015 at 09:39, Maxin B. John <maxin.j...@intel.com> wrote: >> +gnome-desktop-testing-runner glib | sed 's/FAILED/FAIL/g' >Don't all upstreams using the GLib test framework emit FAILED

[OE-core] [PATCH 3/5] python-pycurl: update version to 7.19.5.2

2015-11-05 Thread Maxin B. John
No change in License. Updated no-static-link.patch README.rst: license checksum changed to reflect the Copyright update COPYING-MIT: checksum changed to reflect the Copyright update Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../python/python-pycurl/no-static-link

[OE-core] [PATCH 2/5] bbclass: fix spelling mistakes

2015-11-05 Thread Maxin B. John
Fix some spelling mistakes in bbclass files Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/allarch.bbclass | 2 +- meta/classes/archiver.bbclass| 2 +- meta/classes/buildhistory.bbclass| 2 +- meta/classes/chrpath.bbclass

[OE-core] [PATCH 1/5] rt-tests: upgrade to version 0.96

2015-11-05 Thread Maxin B. John
bump version to 0.96 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../rt-tests/{hwlatdetect_0.94.bb => hwlatdetect_0.96.bb} | 2 +- meta/recipes-rt/rt-tests/rt-tests.inc | 6 +++--- meta/recipes-rt/rt-tests/{rt-tests_0.94.bb => rt-t

Re: [OE-core] [PATCH 2/5] bbclass: fix spelling mistakes

2015-11-06 Thread Maxin B. John
Hi Sona, On Fri, Nov 06, 2015 at 09:33:06AM +, Sona Sarmadi wrote: > Hi Maxin, > > I think the warning below " bb.warn" is incorrect, it should be " dirname" > instead of " patch", see below: > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/spdx.bbclass > (master) > >

[OE-core] [PATCH] toolchain-shar-extract.sh: provide proper path for env_setup_script

2015-10-15 Thread Maxin B. John
quot; fix it. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/files/toolchain-shar-extract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/files/toolchain-shar-extract.sh b/meta/files/toolchain-shar-extract.sh index 2ffc2d1..2eeb290 100644 --- a/meta

[OE-core] [PATCH] kbd: provide a workaround for build failures

2015-10-07 Thread Maxin B. John
An easy workaround for kbd build failure is to disable parallel make install for now. [YOCTO #7436] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/kbd/kbd_2.0.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/kbd/kbd_2.0.2.bb b/meta/r

[OE-core] [PATCH] screen: fix CVE-2015-6806

2015-10-07 Thread Maxin B. John
Backport a patch to fix CVE-2015-6806 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...-stack-overflow-due-to-too-deep-recursion.patch | 57 ++ meta/recipes-extended/screen/screen_4.3.1.bb | 1 + 2 files changed, 58 insertions(+) create mode 100644

[OE-core] [PATCH] cronie: clean up bugtracker info

2015-10-07 Thread Maxin B. John
Update bugtracker web address Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/cronie/cronie_1.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/cronie/cronie_1.5.0.bb b/meta/recipes-extended/cronie/cronie_1.

[OE-core] [PATCH] irda-utils: clean up bugtracker info

2015-10-07 Thread Maxin B. John
Update bugtracker web address Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb b/meta/r

[OE-core] [PATCH] openssl: fix ptest failures

2015-09-29 Thread Maxin B. John
Remove dependencies for test targets. Otherwise, during ptest execution, "make" tries to rebuild those executables and fails there. [YOCTO #8059] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../openssl/openssl/ptest_makefile_deps.patch | 248 ++

Re: [OE-core] [PATCH] openssl: fix ptest failures

2015-09-29 Thread Maxin B. John
Hi RP, On Tue, Sep 29, 2015 at 11:54:38AM +0100, Richard Purdie wrote: > On Tue, 2015-09-29 at 05:54 +0300, Maxin B. John wrote: > > Remove dependencies for test targets. Otherwise, during ptest > > execution, "make" tries to rebuild those executables and fails > &g

Re: [OE-core] [PATCH] runqemu-internal: Make sure two serial ports always exist

2015-09-29 Thread Maxin B. John
_EXTRA_OPT="$SCRIPT_QEMU_EXTRA_OPT $FIRST_SERIAL_OPT > $SECOND_SERIAL_OPT" > +elif [ "$NUM_SERIAL_OPTS" = "1" ]; then > +SCRIPT_QEMU_EXTRA_OPT="$SCRIPT_QEMU_EXTRA_OPT $SECOND_SERIAL_OPT" > +fi > + > + > echo "R

  1   2   3   4   5   6   7   8   9   >