[oe] [meta-oe][PATCH v2] vlock: add new recipe

2017-08-15 Thread jackie.huang
From: Jackie Huang vlock is a program to lock one or more sessions on the Linux console. Signed-off-by: Jackie Huang --- .../vlock/vlock-2.2.3/disable_vlockrc.patch| 37 +++ .../vlock/vlock-2.2.3/vlock-no_tally.patch

[oe] [meta-oe][PATCH v2] logcheck: update to 1.3.18

2017-08-15 Thread jackie.huang
From: Jackie Huang Changes: - logcheck should not be run as root, so inherit useradd and add proper user and group. - Add missing runtime dependencies according to the file debian/control and simple test by running "logcheck -ot". - For syslog, debian directly

[oe] [meta-networking][PATCH] tcpdump: update to 4.9.1 to fix CVE-2017-11108

2017-08-15 Thread wenzong.fan
From: Wenzong Fan Summary for 4.9.1 tcpdump release CVE-2017-11108/Fix bounds checking for STP. Make assorted documentation updates and fix a few typos in tcpdump output. Fixup -C for file size >2GB (GH #488). Show AddressSanitizer presence in version output.

[oe] [meta-networking][PATCH] freeradius: Upgrade to 3.0.15

2017-08-15 Thread jackie.huang
From: Jackie Huang * Upgrade to 3.0.15 to fix many CVE issues. * There is a defect for disabling dhcp feature: https://github.com/FreeRADIUS/freeradius-server/issues/2039 We don't need the dhcp feature but it's harmless to enable it, so enable it as the default.

Re: [oe] [meta-oe][PATCH 1/1] php: disable this version by default

2017-08-15 Thread Andreas Müller
On Wed, Aug 16, 2017 at 12:58 AM, Joe Slater wrote: > There are many unaddressed CVEs which are fixed in 7.1.7 > and later versions. Allow the user to define php_5.6.26 > to enable building the recipe. > I am not using php so I surely missed something: why do we keep

[oe] [meta-oe][PATCH 1/1] php: disable this version by default

2017-08-15 Thread Joe Slater
There are many unaddressed CVEs which are fixed in 7.1.7 and later versions. Allow the user to define php_5.6.26 to enable building the recipe. Signed-off-by: Joe Slater --- meta-oe/recipes-devtools/php/php_5.6.26.bb | 9 + 1 file changed, 9 insertions(+) diff

Re: [oe] chromium detected as stripped

2017-08-15 Thread Andreas Müller
On Tue, Aug 15, 2017 at 6:23 PM, Raphael Kubo da Costa wrote: > Khem Raj writes: > >> what are main architectures targetted with crosswalk ? I think scope is >> important, since meta-browser supports, almost all oe-core supported >>

[oe] State of bitbake world, Failed tasks 2017-08-15

2017-08-15 Thread Martin Jansa
Most of these issues are probably caused by openssl upgrade in oe-core. http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA

[oe] [meta-oe][PATCH] mailx: Force mailx to build with openssl10

2017-08-15 Thread Jason Wessel
The latest changes in oe-core switch to using openssl 1.1. The SSLv3_client_method and RAND_egd functions are removed in the openssl 1.1. This causes mailx to fail to compile. For now we can use openssl10 in the same manner that openssh is doing. At the point in time that openssl10 goes away the

Re: [oe] chromium detected as stripped

2017-08-15 Thread Raphael Kubo da Costa
Khem Raj writes: > what are main architectures targetted with crosswalk ? I think scope is > important, since meta-browser supports, almost all oe-core supported > architectures. including x86/arm/mips/ppc, any cross build patches are > required in anycase, but architecture

Re: [oe] chromium detected as stripped

2017-08-15 Thread Khem Raj
On 8/15/17 6:05 AM, Raphael Kubo da Costa wrote: > Otavio Salvador writes: > On Mon, Aug 14, 2017 at 12:22 PM, Jussi Kukkonen wrote: > On a related note, this good work is currently a bit hidden in > meta-crosswalk

Re: [oe] chromium detected as stripped

2017-08-15 Thread Khem Raj
On 8/15/17 7:47 AM, Otavio Salvador wrote: > On Tue, Aug 15, 2017 at 11:43 AM, Trevor Woerner wrote: >>> My recipe is a lot less customizable, but OTOH that makes it >>> quite easy to move to new Chromium milestones. If we're able to find a >>> balance there, I definitely

Re: [oe] chromium detected as stripped

2017-08-15 Thread Khem Raj
On 8/15/17 7:43 AM, Trevor Woerner wrote: > On Tue, Aug 15, 2017 at 9:05 AM, Raphael Kubo da Costa > wrote: >> The main reason why I opted to start my recipe from scratch at the time >> was simplicity: the meta-browser repository used the same recipe for >>

Re: [oe] [meta-python][PATCH 3/3] python-m2crypto: Upgrade to 0.26.0

2017-08-15 Thread Leonardo Sandoval
On Mon, 2017-08-14 at 22:02 -0700, Khem Raj wrote: > Use proper LICENCE file for LIC_FILES_CHKSUM > > Signed-off-by: Khem Raj > --- > ...{python-m2crypto_0.25.1.bb => python-m2crypto_0.26.0.bb} | 13 > + > 1 file changed, 5 insertions(+), 8 deletions(-) >

Re: [oe] chromium detected as stripped

2017-08-15 Thread Otavio Salvador
On Tue, Aug 15, 2017 at 11:43 AM, Trevor Woerner wrote: >> My recipe is a lot less customizable, but OTOH that makes it >> quite easy to move to new Chromium milestones. If we're able to find a >> balance there, I definitely think we'd be able to get a lot more done >>

Re: [oe] chromium detected as stripped

2017-08-15 Thread Trevor Woerner
On Tue, Aug 15, 2017 at 9:05 AM, Raphael Kubo da Costa wrote: > The main reason why I opted to start my recipe from scratch at the time > was simplicity: the meta-browser repository used the same recipe for > Chromium, CEF and Chromium with Ozone-Wayland, offered

Re: [oe] chromium detected as stripped

2017-08-15 Thread Otavio Salvador
Hello Raphael, On Tue, Aug 15, 2017 at 10:05 AM, Raphael Kubo da Costa wrote: > Otavio Salvador writes: > On Mon, Aug 14, 2017 at 12:22 PM, Jussi Kukkonen wrote: > On a related note, this

Re: [oe] [meta-oe][master][pyro] 1/2] libmtp: fix build issue

2017-08-15 Thread Martin Jansa
The subject doesn't contain PATCH, that's probably the reason why both these patches, didn't make it to patchwork, please resend. On Sun, Aug 13, 2017 at 6:24 PM, Armin Kuster wrote: > DEBUG: Executing shell function BUILDSPEC > | error: line 109: %package -n mtp-tools:

Re: [oe] chromium detected as stripped

2017-08-15 Thread Raphael Kubo da Costa
Otavio Salvador writes: >>> On Mon, Aug 14, 2017 at 12:22 PM, Jussi Kukkonen >>> wrote: On a related note, this good work is currently a bit hidden in meta-crosswalk -- is there a chance we could get this combined with

Re: [oe] [meta-qt5] Minimum required Yocto version for 5.9 branch?

2017-08-15 Thread Matt Hoosier
This is addressed with pull request #62: From: Matt Hoosier > > Date: Mon, 14 Aug 2017 08:04:03 -0500 > > Subject: [PATCH 1/2] qtbase: fix Krogoth build regression from efa8aaf > > >> With > > >> commit efa8aaf82e580a7d32eaaab48eb92d436f2e222a > > Author: Andreas

Re: [oe] [meta-qt5] [PATCH v2] qtbase: add ptest

2017-08-15 Thread Martin Jansa
pong, it's failing to build as reported by me and Khem, so it won't get merged in this form. http://lists.openembedded.org/pipermail/openembedded-devel/2017-August/114108.html On Tue, Aug 15, 2017 at 3:21 AM, Huang, Qiyu wrote: > ping > > > -Original

[oe] [meta-networking] [PATCH] mailcap: upgrade to 2.1.48

2017-08-15 Thread Huang Qiyu
Upgrade mailcap from 2.1.46 to 2.1.48. Signed-off-by: Huang Qiyu --- .../recipes-support/mailcap/{mailcap_2.1.46.bb => mailcap_2.1.48.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/mailcap/{mailcap_2.1.46.bb =>