Re: [oe] [PATCH 2/2] postgresql: upgrade 13.3 -> 13.4

2021-10-19 Thread Changqing Li
ping On 10/11/21 11:37 AM, Changqing Li wrote: From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Khem Raj --- ...figure.in-bypass-autoconf-2.69-version-check.patch | 11 --- .../{postgresql_13.3.bb => postgresql_13.4.bb}| 2 +- 2 files changed, 9

Re: [oe] [PATCH 1/2] vsftpd: Upgrade to 3.0.5

2021-10-19 Thread Changqing Li
ping On 10/11/21 11:37 AM, Changqing Li wrote: From: Mingli Yu Drop 2 seccomp patches as seccomp sandbox policy tweaks in new version [1]. [1] https://security.appspot.com/vsftpd/Changelog.txt Signed-off-by: Mingli Yu Signed-off-by: Khem Raj ---

[oe] [meta-webserver] [PATCH] xdebug: upgrade 2.9.5 -> 3.1.1

2021-10-19 Thread wangmy
Signed-off-by: Wang Mingyu --- .../recipes-php/xdebug/{xdebug_2.9.5.bb => xdebug_3.1.1.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-webserver/recipes-php/xdebug/{xdebug_2.9.5.bb => xdebug_3.1.1.bb} (86%) diff --git

Re: [oe] dunfell-next merge request Oct 19th

2021-10-19 Thread Khem Raj
merged thanks On Tue, Oct 19, 2021 at 8:21 AM akuster808 wrote: > > The following changes since commit 3cf22d15885cf0e3e16078705e9a20f3d21f12db: > > tcpdump: Update CVE-2020-8037 tag (2021-10-01 14:49:10 -0700) > > are available in the Git repository at: > >

Re: [oe] [meta-oe][PATCH 1/3] protobuf-c: Do not use gold linker

2021-10-19 Thread Khem Raj
On Tue, Oct 19, 2021 at 8:09 AM Martin Jansa wrote: > > I'm seeing the same failure now, but it fails with bfd (with this fix) as > well: > > | make[1]: Entering directory > '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/protobuf-c/1.4.0-r0/build' > | ./x86_64-oe-linux-libtool --tag=CXX

[oe] dunfell-next merge request Oct 19th

2021-10-19 Thread Armin Kuster
The following changes since commit 3cf22d15885cf0e3e16078705e9a20f3d21f12db:   tcpdump: Update CVE-2020-8037 tag (2021-10-01 14:49:10 -0700) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded dunfell-next for you to fetch changes up to

[oe] [meta-oe][PATCH 2/2] grpc: revert GRPCPP_ABSEIL_SYNC change from 1.40.0 to fix undefined references to absl::lts_20210324::Mutex::~Mutex()

2021-10-19 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...RPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch | 60 +++ meta-oe/recipes-devtools/grpc/grpc_1.41.0.bb | 1 + 2 files changed, 61 insertions(+) create mode 100644

[oe] [meta-oe][PATCH 1/2] protobuf: import a patch from meta-webosose to fix building protobuf-c with gold linker

2021-10-19 Thread Martin Jansa
* imported from: https://github.com/webosose/meta-webosose/commit/9250cad447658cc6cc431572cb3b2c606e3fe257 * fixes: | make[1]: Entering directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/protobuf-c/1.4.0-r0/build' | ./x86_64-oe-linux-libtool --tag=CXX --mode=link

Re: [oe] [meta-oe][PATCH] grpc: upgrade 1.38.1 -> 1.41.0

2021-10-19 Thread Martin Jansa
Looks like the https://github.com/grpc/grpc/pull/25681 is the root cause, it's also reproducible with sysdig recipe in meta-oe. I'll send revert of this commit. On Tue, Oct 19, 2021 at 4:17 PM Martin Jansa via lists.openembedded.org wrote: > With this upgrade I see 2 recipes failing with: > >

Re: [oe][meta-filesystem][hardknott][PATCH] ntfs-3g-ntfsprogs: upgrade to 2021.8.22

2021-10-19 Thread Armin Kuster
On 10/18/21 9:59 PM, Chen Qi wrote: > This upgrade revolves a bunch of CVEs. See more details in: > https://github.com/tuxera/ntfs-3g/security/advisories/GHSA-q759-8j5v-q5jp. Seems reasonable to me. -armin > > These CVEs cannot be reolved one by one. Upgrading the package > is the only

Re: [oe] [meta-oe][PATCH 1/3] protobuf-c: Do not use gold linker

2021-10-19 Thread Martin Jansa
I'm seeing the same failure now, but it fails with bfd (with this fix) as well: | make[1]: Entering directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/protobuf-c/1.4.0-r0/build' | ./x86_64-oe-linux-libtool --tag=CXX --mode=link x86_64-oe-linux-g++ -m64 -march=core2 -mtune=core2

Re: [oe] [meta-oe][PATCH] grpc: upgrade 1.38.1 -> 1.41.0

2021-10-19 Thread Martin Jansa
With this upgrade I see 2 recipes failing with: /usr/include/grpcpp/impl/codegen/completion_queue.h:119: error: undefined reference to 'absl::lts_20210324::Mutex::~Mutex()' CMakeFiles/googleAssistant_sample.dir/src/googleAssistant.cpp.o:googleAssistant.cpp:function non-virtual thunk to

[oe] [meta-networking][PATCH v2] bluepy_git.bb: Added recipe for BluePy Python interface to Bluetooth LE on Linux (v2)

2021-10-19 Thread Marco Cavallini
From: Marco Cavallini Signed-off-by: Marco Cavallini --- .../recipes-connectivity/bluepy/bluepy_git.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-networking/recipes-connectivity/bluepy/bluepy_git.bb diff --git

Re: [oe] [meta-oe] [PATCH] php: upgrade 7.4.21 -> 8.0.11

2021-10-19 Thread Claude Bing
XDebug should just be upgraded to the latest version (we are on 3.0.4) to reslove those errors. On 10/19/21 12:33 AM, Khem Raj wrote: > btw. xdebug will need some patches to work with php 8 see > https://errors.yoctoproject.org/Errors/Details/613233/ > > On Mon, Oct 18, 2021 at 8:22 PM Khem Raj

Re: [oe] [meta-networking][PATCH] bluepy_git.bb: Added recipe for BluePy - Python interface to Bluetooth LE on Linux

2021-10-19 Thread Khem Raj
Hi Marco On 10/19/21 05:14, Marco wrote: On 19/10/21 06:34, Khem Raj wrote: this is failing to build also see https://errors.yoctoproject.org/Errors/Details/613234/ https://errors.yoctoproject.org/Errors/Details/613235/ Hi Khem, I solved both issues. Do I have to resend [PATCH v2] or

Re: [oe] [meta-networking][PATCH] bluepy_git.bb: Added recipe for BluePy - Python interface to Bluetooth LE on Linux

2021-10-19 Thread Marco Cavallini
On 19/10/21 06:34, Khem Raj wrote: this is failing to build also see https://errors.yoctoproject.org/Errors/Details/613234/ https://errors.yoctoproject.org/Errors/Details/613235/ Hi Khem, I solved both issues. Do I have to resend [PATCH v2] or simply comment the recipe here ? Thanks ```

Re: [oe] [meta-oe] [PATCH] php: upgrade 7.4.21 -> 8.0.11

2021-10-19 Thread wangmy
>If enable opcache-jit, php will build a binary minilua and then execute it >immediately. I think it is unsuited to a cross compile environment. >Maybe we can build minilua as part of php-native and use it during compiling >php from native sysroot and other option is to execute it under qemu