Re: [OE-core] [PATCH] u-boot: Fix build with OpenSSL 1.1.x

2017-05-25 Thread Alexander Kanavin
On 05/24/2017 11:46 PM, Marek Vasut wrote: Pick two patches from the U-Boot ML fixing build with OpenSSL 1.1.x . Thanks :) This was holding up the transition to 1.1 (u-boot cannot stay at 1.0 as it will cause a sysroot clash). Alex. -- ___ Openemb

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-25 Thread Alexander Kanavin
On 05/24/2017 11:54 PM, Jose Lamego wrote: Sorry is miss this message. The command line is missing the squared brackets (the following should do the work since I may have permissions): [Patchwork-Status: Rejected] Guys: Do you believe we should drop the brackets requirement? You can support

Re: [OE-core] [PATCH] nss: Upgrade 3.29.1 to 3.30.2

2017-05-25 Thread Alexander Kanavin
On 05/25/2017 06:14 AM, Fan Xin wrote: Network Security Services (NSS) 3.30.2 is a patch release for NSS 3.30. The bug fixes in NSS 3.30.2 are as follows: Bug 1350859 - March 2017 batch of root CA changes Bug 1349705 - Implemented domain name constraints for CA This is the changelog f

Re: [OE-core] [PATCH] u-boot: Fix build with OpenSSL 1.1.x

2017-05-25 Thread Marek Vasut
On 05/25/2017 10:02 AM, Alexander Kanavin wrote: > On 05/24/2017 11:46 PM, Marek Vasut wrote: >> Pick two patches from the U-Boot ML fixing build with OpenSSL 1.1.x . > > Thanks :) This was holding up the transition to 1.1 (u-boot cannot stay > at 1.0 as it will cause a sysroot clash). Cool. The

Re: [OE-core] [meta-oe][PATCH v3] openssh: Atomically generate host keys

2017-05-25 Thread Ian Arkver
On 25/05/17 03:17, Joshua Watt wrote: Generating the host keys atomically prevents power interruptions during the first boot from leaving the key files incomplete, which often prevents users from being able to ssh into the device. --- meta/recipes-connectivity/openssh/openssh/init | 21 +++-

[OE-core] [PATCH] freetype: Fix some CVE

2017-05-25 Thread Wenlin Kang
Fix the follow CVE. CVE-2017-7864 CVE-2017-7858 CVE-2017-7857 CVE-2017-8105 CVE-2017-8287 Signed-off-by: Wenlin Kang --- ...01-truetype-Fix-MVAR-post-action-handling.patch | 68 +++ ...mprove-handling-for-buggy-variation-fonts.patch | 74 + ...fnt-An

[OE-core] ✗ patchtest: failure for freetype: Fix some CVE

2017-05-25 Thread Patchwork
== Series Details == Series: freetype: Fix some CVE Revision: 1 URL : https://patchwork.openembedded.org/series/6904/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed

Re: [OE-core] [PATCH] gnutls: 3.5.9 -> 3.5.11

2017-05-25 Thread Burton, Ross
On 19 May 2017 at 06:11, Huang Qiyu wrote: > 1) Upgrade gnutls from 3.5.9 to 3.5.11. > 2) Delete one patch "use-pkg-config-to-locate-zlib.patch", since it is > integrated upstream. > Looks like upstream broke something on multilib: http://errors.yoctoproject.org/Errors/Details/143109/ Ross --

Re: [OE-core] [PATCH] freetype: Fix some CVE

2017-05-25 Thread Burton, Ross
On 25 May 2017 at 10:23, Wenlin Kang wrote: > Fix the follow CVE. > CVE-2017-7864 > CVE-2017-7858 > CVE-2017-7857 > CVE-2017-8105 > CVE-2017-8287 > How many of these are fixed in the 2.8 release, which we should be upgrading to instead of backporting patches as oe-core is now open for

Re: [OE-core] ✗ patchtest: failure for qemu: Add nios2 target

2017-05-25 Thread Burton, Ross
On 24 May 2017 at 22:02, Patchwork wrote: > * Issue Series sent to the wrong mailing list or some patches > from the series correspond to different mailing lists > [test_target_mailing_list] > Suggested fixSend the series again to the correct mailing list (ML) > Suggested ML

Re: [OE-core] [PATCH] freetype: Fix some CVE

2017-05-25 Thread Wenlin Kang
On 2017年05月25日 17:43, Burton, Ross wrote: On 25 May 2017 at 10:23, Wenlin Kang > wrote: Fix the follow CVE. CVE-2017-7864 CVE-2017-7858 CVE-2017-7857 CVE-2017-8105 CVE-2017-8287 How many of these are fixed in the 2.8 release

Re: [OE-core] [PATCH] freetype: Fix some CVE

2017-05-25 Thread Burton, Ross
On 25 May 2017 at 11:08, Wenlin Kang wrote: > These all have been fixed in the 2.8 release. > Please submit an upgrade instead then. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mai

[OE-core] [PATCH][morty 1/3] insane: remove broken unsafe-references-in-binaries test

2017-05-25 Thread Ross Burton
This test aims to detect binaries in /bin which link to libraries in /usr/lib, for the case where the user has /usr on a separate filesystem to /. However it doesn't scan both image/ and the sysroot, so if a binary in /bin links to a library in /usr/lib that was built by the same recipe then it wi

[OE-core] [PATCH][morty 2/3] oeqa/selftest: remove test_sanity_unsafe_binary_references

2017-05-25 Thread Ross Burton
This test was attempting to exercise a broken test, for some reason this broke with patches under review but investigation revealed that the test itself is broken. The test has been removed, so there's no need to test it. (From OE-Core rev: 4f5f552cd6601ba244ef4efc782616bc477e1340) Signed-off-by

[OE-core] [PATCH][morty 3/3] selftest: do not perform a full build in test_continue

2017-05-25 Thread Ross Burton
From: Alexander Kanavin This was fetching and building the toolchain and everything else against empty download dir and sstate cache, and so was enormously slow. The test does not need that, it only checks that one fetch task fails and another succeeds when using bitbake's -k option. Signed-off-

Re: [OE-core] [PATCH v2] curl: fix libssl error for ARMv8

2017-05-25 Thread Burton, Ross
On 25 May 2017 at 03:18, Huang Qiyu wrote: > +PACKAGECONFIG_aarch64 ??= "${@bb.utils.contains("DISTRO_FEATURES", > "ipv6", "ipv6", "", d)} ssl proxy zlib" > So this is a gnutls bug? Have you filed it upstream or attempted to root-cause it? As you cant do ??= with overrides, a neater way would

Re: [OE-core] [pyro][PATCH 0/6] Add some gstreamer1.0-plugins-bad patches for pyro

2017-05-25 Thread Burton, Ross
On 23 May 2017 at 15:08, Yuqing Zhu wrote: > -Add some enhancements for qmlglsrc > Some common features for qmlglsrc are added to make app development much > easier. > > -Add some enhancements for gstplayer > Some gstplayer API enhancements are added to make it much easier for > users to use. >

Re: [OE-core] [PATCH 11/15] linux-yocto: Enable drm by default

2017-05-25 Thread Bruce Ashfield
On Wed, May 24, 2017 at 10:46 PM, Khem Raj wrote: > On Wed, May 24, 2017 at 7:40 PM, Bruce Ashfield > wrote: > > > > > > On Tue, May 23, 2017 at 3:36 PM, Bruce Ashfield < > bruce.ashfi...@gmail.com> > > wrote: > >> > >> > >> > >> On Mon, May 22, 2017 at 1:06 PM, Khem Raj wrote: > >>> > >>> >> +

Re: [OE-core] [PATCH 8/9] gstreamer1.0-omx: upgrade to version 1.12.0

2017-05-25 Thread Burton, Ross
I presume you build without api-documentation as with Poky I get this error: | checking for gtkdoc-check... /data/poky-master/tmp/work/corei7-64-poky-linux/gstreamer1.0-omx/1.10.4-r0/recipe-sysroot-native/usr/bin/gtkdoc-check | checking for gtkdoc-rebase... /data/poky-master/tmp/work/corei7-64-pok

Re: [OE-core] [PATCH 8/9] gstreamer1.0-omx: upgrade to version 1.12.0

2017-05-25 Thread Burton, Ross
On 25 May 2017 at 13:15, Burton, Ross wrote: > I presume you build without api-documentation as with Poky I get this > error: > Oh, this happened *before* your patches were merged. Clearly this is a combination the autobuilder doesn't exercise. :( Ross -- _

Re: [OE-core] [PATCH 8/9] gstreamer1.0-omx: upgrade to version 1.12.0

2017-05-25 Thread Burton, Ross
Finally the test must be quite broken - we have 1.25. I'll have a quick dig now. Ross On 25 May 2017 at 13:15, Burton, Ross wrote: > > On 25 May 2017 at 13:15, Burton, Ross wrote: > >> I presume you build without api-documentation as with Poky I get this >> error: >> > > Oh, this happened *be

[OE-core] [PATCH] timage_types_wic: reschedule do_prepare_wic_build

2017-05-25 Thread Ed Bartosh
do_prepare_wic_build depended on do_deploy task of EFI_PROVIDER recipe. This approach didn't work on meta-intel as there is no EFI_PROVIDER recipe in that layer. Scheduled do_prepare_wic_build after do_bootimg to fix the issue. Signed-off-by: Ed Bartosh --- meta/classes/image_types_wic.bbclass

Re: [OE-core] [oe-core][PATCH 1/1] ghostscript: move to version 9.21

2017-05-25 Thread Burton, Ross
On 24 May 2017 at 18:39, Joe Slater wrote: > Eliminate CVE patches that are now in source. Add CVE-2017-7975 > patch. > packages/corei7-64-poky-linux/ghostscript/ghostscript: RDEPENDS: removed all items "cups-libimage (['>= 2.2.2']) cups-lib (['>= 2.2.2'])" Is that intentional? Ross -- _

[OE-core] ✗ patchtest: failure for timage_types_wic: reschedule do_prepare_wic_build

2017-05-25 Thread Patchwork
== Series Details == Series: timage_types_wic: reschedule do_prepare_wic_build Revision: 1 URL : https://patchwork.openembedded.org/series/6906/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have bee

Re: [OE-core] [PATCH] manpages.bbclass: avoid QA warning when "manpages" feature not supported

2017-05-25 Thread Jose Lamego
On 05/25/2017 03:06 AM, Alexander Kanavin wrote: > On 05/24/2017 11:54 PM, Jose Lamego wrote: >> Sorry is miss this message. >> >> The command line is missing the squared brackets (the following should >> do the work since I may have permissions): >> >> [Patchwork-Status: Rejected] >> >> Guys: Do

[OE-core] [PATCH 00/11] This is an implementation of new wic subcommand 'wic cp'.

2017-05-25 Thread Ed Bartosh
Hi, 'wic cp' command copies files and directories to the vfat partition of the wic image. Here are couple of examples: Copy file to the root directory of the vfat partition: $ wic cp test.wks tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.wic:1 $ wic ls tmp/deploy/images/qe

[OE-core] [PATCH 01/11] wic: add wic_init_parser_cp

2017-05-25 Thread Ed Bartosh
Add parser for 'wic cp' subcommand and a custom argument type. Signed-off-by: Ed Bartosh --- scripts/wic | 16 1 file changed, 16 insertions(+) diff --git a/scripts/wic b/scripts/wic index 4161f80..945dda8 100755 --- a/scripts/wic +++ b/scripts/wic @@ -341,6 +341,8 @@ def imgty

[OE-core] [PATCH 02/11] wic: add help and usage content for 'wic cp'

2017-05-25 Thread Ed Bartosh
Added wic_cp_help and wic_cp_usage variables to help.py. These variables contain help content that will be used in 'wic cp help' and 'wic cp --help' output. [YOCTO #11283] Signed-off-by: Ed Bartosh --- scripts/lib/wic/help.py | 62 + 1 file change

[OE-core] [PATCH 03/11] wic: add 'wic cp' command

2017-05-25 Thread Ed Bartosh
Added empty 'wic cp' command that does nothing. The functionality will be added by the next commits. [YOCTO #11283] Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 7 +++ scripts/wic | 13 + 2 files changed, 20 insertions(+) diff --git a/scripts/lib/wic

[OE-core] [meta-perl][PATCH] meta-perl: Make glibc-gconv deps apply for glibc based systems alone

2017-05-25 Thread Khem Raj
musl does not provide separate gconv packages Signed-off-by: Khem Raj --- meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb | 2 +- meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-perl/recipes-perl/libnet

[OE-core] [PATCH 05/11] wic: add mcopy property

2017-05-25 Thread Ed Bartosh
Added property that points to the mcopy executable. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py index e3701c4..f24fb9a 100644 --- a/scripts/lib/wic/engine.py +++ b/scripts/l

[OE-core] [PATCH 06/11] filemap: change signature of sparse_copy function

2017-05-25 Thread Ed Bartosh
Renamed parameter offset->skip to match names of dd parameters. Changed affected sparse_copy calls. Added explanation of the parameters to docstring. Signed-off-by: Ed Bartosh --- scripts/lib/wic/filemap.py | 15 --- scripts/lib/wic/plugins/imager/direct.py | 2 +- 2

[OE-core] [PATCH 08/11] filemap: calculate dst size correctly

2017-05-25 Thread Ed Bartosh
Fixed calculation of the dst file size using skip, seek and length parameters. Current code does it incorrectly which causes sparse_copy API to create unnecessary big output files. Signed-off-by: Ed Bartosh --- scripts/lib/wic/filemap.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

[OE-core] [PATCH 09/11] wic: add Disk._put_part_image method

2017-05-25 Thread Ed Bartosh
This method copies partition image into the wic image. It will be used in 'wic cp' and 'wic rm' subcommands to copy changed partition back into wic image. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/lib/wic/engine.py b/

[OE-core] [PATCH 07/11] filemap: check if dest is written for every block

2017-05-25 Thread Ed Bartosh
If lenght parameter is provided to sparse_copy call it's mandatory to check if the output file is fully written after reading unmapped block from input file. If it's not done then sparse_copy can write more data than specified length. Signed-off-by: Ed Bartosh --- scripts/lib/wic/filemap.py | 7

[OE-core] [PATCH 04/11] wic: add Disk._prop helper

2017-05-25 Thread Ed Bartosh
Added generic helper to use in property methods to access commands in a lazy manner. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py index f8f2844..e

[OE-core] [PATCH 11/11] selftest: add test_wic_cp test case

2017-05-25 Thread Ed Bartosh
Added test case for "wic cp" functionality. - copy file to vfat partition - copy directory to vfat partition Signed-off-by: Ed Bartosh --- meta/lib/oeqa/selftest/wic.py | 46 ++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/meta/

[OE-core] [PATCH 10/11] wic: fully implement 'wic cp'

2017-05-25 Thread Ed Bartosh
Added implementation of Disk.copy method and wic_cp function that copies files/directories to the vfat partition of the partitioned image. [YOCTO #11283] Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scrip

[OE-core] ✗ patchtest: failure for This is an implementation of new wic subcommand 'wic cp'.

2017-05-25 Thread Patchwork
== Series Details == Series: This is an implementation of new wic subcommand 'wic cp'. Revision: 1 URL : https://patchwork.openembedded.org/series/6907/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] ✗ patchtest: failure for meta-perl: Make glibc-gconv deps apply for glibc based systems alone

2017-05-25 Thread Patchwork
== Series Details == Series: meta-perl: Make glibc-gconv deps apply for glibc based systems alone Revision: 1 URL : https://patchwork.openembedded.org/series/6908/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Sev

Re: [OE-core] [PATCH] libgcrypt: Revert to inheriting from binconfig

2017-05-25 Thread Mike Crowe
On Wednesday 24 May 2017 at 23:44:49 +0100, Richard Purdie wrote: > On Wed, 2017-05-24 at 17:25 +0100, Burton, Ross wrote: > > > > On 24 May 2017 at 14:52, Mike Crowe wrote: > > > Oh, I thought that binconfig.bbclass swung through hoops in order > > > to make > > > the scripts work well enough. I

Re: [OE-core] [PATCH v2] curl: fix libssl error for ARMv8

2017-05-25 Thread Andre McCurdy
On Wed, May 24, 2017 at 7:18 PM, Huang Qiyu wrote: > curl + gnutls can not work on ARMv8 32BE, so change it to curl + ssl when the > target is aarch64. > > The error is as follow: > curl: (35) gnutls_handshake() failed: Bad record MAC Googling for that error message brings up the following threa

Re: [OE-core] [oe-core][PATCH 1/1] ghostscript: move to version 9.21

2017-05-25 Thread Slater, Joseph
I don’t know if it’s intentional, but it does seem to be a feature of 9.21 that cups support Is never built even though configure finds cups.h and cups-config. In trying to compare build logs, I see a new variable called BUILD_CUPSCONFIG which is Set to what the old CUPSCONFIG variable was. In

[OE-core] [PATCH] tune-mips32*.inc: use consistent comments across all three .inc files

2017-05-25 Thread Andre McCurdy
No functional changes, just use a consistent set of comments to separate hard and soft float tuning options. Signed-off-by: Andre McCurdy --- meta/conf/machine/include/tune-mips32.inc | 6 +- meta/conf/machine/include/tune-mips32r2.inc | 4 ++-- meta/conf/machine/include/tune-mips32r6.inc

[OE-core] No more "morty" branch in git!

2017-05-25 Thread Denys Dmytriyenko
It appears we lost "morty" branch earlier today from the git repo. Probably by accident. Can we get this fixed quickly? Thanks. -- Denys -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailm

Re: [OE-core] No more "morty" branch in git!

2017-05-25 Thread Denys Dmytriyenko
On Thu, May 25, 2017 at 04:01:28PM -0400, Denys Dmytriyenko wrote: > It appears we lost "morty" branch earlier today from the git repo. Probably > by > accident. Can we get this fixed quickly? Thanks. Also copy Michael directly. -- Denys -- ___ Open

[OE-core] [PATCH 1/2] export: new plugin to export the devtool workspace

2017-05-25 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval By default, exports the whole workspace (all recipes) including the source code. User can also limit what is exported with --included/--excluded flags. As a result of this operation, a tar archive containing only workspace metadata and its corresponding source code is crea

[OE-core] [PATCH 2/2] import: new plugin to import the devtool workspace

2017-05-25 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Takes a tar archive created by 'devtool export' and export it (untar) to workspace. By default, the whole tar archive is imported, thus there is no way to limit what is imported. https://bugzilla.yoctoproject.org/show_bug.cgi?id=10510 [YOCTO #10510] Signed-off-by: Leona

[OE-core] [PATCH 0/2] Two new devtool plugins: export and import

2017-05-25 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval These two plugins can be used to share the devtool workspace between uses. On the import plugin, the are some limitations with the proposed patche: * It cannot not limit what is being imported, thus all exported workspace is imported for the moment. * It is not s

Re: [OE-core] [oe-core][PATCH 1/1] ghostscript: move to version 9.21

2017-05-25 Thread Slater, Joseph
Setting CUPSCONFIG as an argument to configure works. I’ve filed a bug with ghostscript to See if they confirm the issue. I could modify my 9.21 patch to set CUPSCONFIG for target builds and Things should be back to where they were. Joe From: openembedded-core-boun...@lists.openembedded.org

Re: [OE-core] No more "morty" branch in git!

2017-05-25 Thread Denys Dmytriyenko
On Thu, May 25, 2017 at 04:06:54PM -0400, Denys Dmytriyenko wrote: > On Thu, May 25, 2017 at 04:01:28PM -0400, Denys Dmytriyenko wrote: > > It appears we lost "morty" branch earlier today from the git repo. Probably > > by > > accident. Can we get this fixed quickly? Thanks. > > Also copy Michae

[OE-core] [PATCH] ghostscript: Upgrade 9.20 to 9.21

2017-05-25 Thread Fan Xin
1) Upgrade ghostscript from 9.20 to 9.21 2) Delete the unnecessary patch (CVE-2016-10219, CVE-2016-20220, CVE-2016-8602) Which has been modified in 9.21 3) Modify the two patch files rebase 9.21 Signed-off-by: Fan Xin --- .../ghostscript/ghostscript/CVE-2016-10219.patch | 49 --- ..

[OE-core] [PATCH] unfs3: Rename mirror tarball to avoid clash

2017-05-25 Thread Choong YinThong
Rename the mirror tarball to unfs3-0.9.22.r497.tar.gz Choong YinThong (1): unfs3: Rename mirror tarball to avoid clash meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.7.4 -- ___ Openem

[OE-core] [PATCH] unfs3: Rename mirror tarball to avoid clash

2017-05-25 Thread Choong YinThong
Rename the mirror tarball to align with recipe name and avoid clash if user have local svn version. [YOCTO #11501] Signed-off-by: Choong YinThong --- meta/recipes-devtools/unfs3/unfs3_0.9.22.r497.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/unfs

[OE-core] [PATCH v2] nss: Upgrade 3.29.1 to 3.30.2

2017-05-25 Thread Fan Xin
Upgrade nss from 3.29.1 to 3.30.2 Signed-off-by: Fan Xin --- meta/recipes-support/nss/nss_3.29.1.bb | 246 - meta/recipes-support/nss/nss_3.30.2.bb | 246 + 2 files changed, 246 insertions(+), 246 deletions(-) delete mode 100644 me

[OE-core] [meta-oe][PATCH v4] openssh: Atomically generate host keys

2017-05-25 Thread Joshua Watt
Generating the host keys atomically prevents power interruptions during the first boot from leaving the key files incomplete, which often prevents users from being able to ssh into the device. --- meta/recipes-connectivity/openssh/openssh/init | 22 +++-- .../openssh/openssh/sshd-check

[OE-core] [meta-oe][PATCH v5] openssh: Atomically generate host keys

2017-05-25 Thread Joshua Watt
Generating the host keys atomically prevents power interruptions during the first boot from leaving the key files incomplete, which often prevents users from being able to ssh into the device. Signed-off-by: Joshua Watt --- meta/recipes-connectivity/openssh/openssh/init | 22 +++-- .

Re: [OE-core] [pyro][PATCH 0/6] Add some gstreamer1.0-plugins-bad patches for pyro

2017-05-25 Thread Carol Zhu
Hi Ross, These are backports from 1.11 or earlier. And I was told that Maxin is currently working on upgrading the GStreamer stack to 1.12. So I am trying to upstream them for pyro as these probably do not make sense for master. B.R. Carol From: Burton, Ross [mailto:ross.bur...@intel.com] Se

[OE-core] ✗ patchtest: failure for openssh: Atomically generate host keys (rev4)

2017-05-25 Thread Patchwork
== Series Details == Series: openssh: Atomically generate host keys (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/6626/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been ex

[OE-core] [PATCH] pango: 1.40.3 -> 1.40.6

2017-05-25 Thread Huang Qiyu
Upgrade pango from 1.40.3 to 1.40.6. Signed-off-by: Huang Qiyu --- meta/recipes-graphics/pango/{pango_1.40.3.bb => pango_1.40.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/pango/{pango_1.40.3.bb => pango_1.40.6.bb} (92%) diff --git a/meta/recipes-

[OE-core] [PATCH] libxslt: Fix CVE-2017-5029

2017-05-25 Thread Fan Xin
Backport upstream patch to fix CVE-2017-5029. Signed-off-by: Fan Xin --- ...for-integer-overflow-in-xsltAddTextString.patch | 80 ++ meta/recipes-support/libxslt/libxslt_1.1.29.bb | 1 + 2 files changed, 81 insertions(+) create mode 100644 meta/recipes-support/libxslt/

Re: [OE-core] [PATCH v2] curl: fix libssl error for ARMv8

2017-05-25 Thread Huang, Qiyu
Yes,I confirmed other than ARMv8 32BE.curl+gnutls can work well. Because we have the same server,and we execute curl -k https://xxx,but only ARMv8 32BE failed and output the error message. huangqy > -Original Message- > From: Andre McCurdy [mailto:armccu...@gmail.com] > Sent: Friday, May

[OE-core] [PATCH 2/2] binutils: fix CVE-2017-7210

2017-05-25 Thread Yuanjie Huang
CVE: CVE-2017-7210 [BZ 21157] -- https://sourceware.org/bugzilla/show_bug.cgi?id=21157 PR binutils/21157: Fix handling of corrupt STABS enum type strings. Signed-off-by: Yuanjie Huang --- meta/recipes-devtools/binutils/binutils-2.28.inc | 1 + .../binutils/binutils/CVE-2017-7210.patch

[OE-core] [PATCH 1/2] binutils: fix CVE-2017-7209 in readelf

2017-05-25 Thread Yuanjie Huang
CVE: CVE-2017-7209 [BZ 21135] -- https://sourceware.org/bugzilla/show_bug.cgi?id=21135 PR binutils/21135: Fix invalid read of section contents whilst processing a corrupt binary. Signed-off-by: Yuanjie Huang --- meta/recipes-devtools/binutils/binutils-2.28.inc | 1 + .../binutils/binutils/C

[OE-core] [PATCH] elfutils: Upgrade 0.168 to 0.169

2017-05-25 Thread Fan Xin
1) Upgrade elfutils from 0.168 to 0.169 2) Delete unnecessary patches which has been merged into 0.169 3) Rebase the patch files for 0.169 Signed-off-by: Fan Xin --- .../elfutils-0.168/Fix_one_GCC7_warning.patch | 44 .../elfutils/elfutils-0.168/aarch64_uio.patch |

Re: [OE-core] [PATCH] module.bbclass: Add devshell support

2017-05-25 Thread Stefan Wiehler
> Adds development shell support for out-of-tree kernel modules by > reproducing the build environment of the compile task. > > Signed-off-by: Stefan Wiehler > --- > > Change: Remove devshell task dependency > > … Is there anything else preventing this from being merged? -- _