[oe] [meta-oe] [PATCH] nlohmann-json: upgrade 3.10.2 -> 3.10.4

2021-10-18 Thread zhengruoqin
Note you can support this project via GitHub sponsors or PayPal. Bug Fixes Fix regression bug introduced in release 3.10.0 which broke compilation for types with an explicit default constructor with default arguments. #3077 #3079 Fix regression bug introduced in release 3.10.0 which treated the re

[oe] [meta-perl] [PATCH] libencode-perl: upgrade 3.12 -> 3.16

2021-10-18 Thread zhengruoqin
Revision: 3.16 Makefile.PL Pulled: Only add -Werror=declaration-after-statement for 5.035004 and earlier https://github.com/dankogai/p5-encode/pull/162/filehttps://github.com/dankogai/p5-encode/pull/162 Signed-off-by: Zheng Ruoqin --- .../{libencode-perl_3.12.bb => libencode-perl_3.16.bb}

[oe] [meta-oe] [PATCH] gensio: upgrade 2.2.9 -> 2.3.1

2021-10-18 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../gensio/{gensio_2.2.9.bb => gensio_2.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/gensio/{gensio_2.2.9.bb => gensio_2.3.1.bb} (92%) diff --git a/meta-oe/recipes-connectivity/gensio/gensio_

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

2021-10-18 Thread Chen Qi
This upgrade revolves a bunch of CVEs. See more details in: https://github.com/tuxera/ntfs-3g/security/advisories/GHSA-q759-8j5v-q5jp. These CVEs cannot be reolved one by one. Upgrading the package is the only reasonable way. Signed-off-by: Chen Qi --- ...-ntfsprogs_2017.3.23.bb => ntfs-3g-ntfs

[oe] [meta-networking][PATCH] strongswan: upgrade 5.9.3 -> 5.9.4

2021-10-18 Thread Yi Zhao
Add openssl PACKAGECONFIG back as the openssl 3.0 compatibility issue has been fixed. Signed-off-by: Yi Zhao --- .../strongswan/{strongswan_5.9.3.bb => strongswan_5.9.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/strongswan/{strongswan_

Re: [oe] [meta-gnome][PATCH] gfbgraph: patch to build with latest rest

2021-10-18 Thread Tim Orling
On Mon, Oct 18, 2021 at 9:06 PM Khem Raj wrote: > > > On 10/18/21 10:59, Tim Orling wrote: > > > > > > On Mon, Oct 18, 2021 at 9:24 AM Tim Orling via lists.openembedded.org > > > > > > wrote: > > > > librest 0.8.1 decla

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

2021-10-18 Thread Khem Raj
this is failing to build also see https://errors.yoctoproject.org/Errors/Details/613234/ https://errors.yoctoproject.org/Errors/Details/613235/ On Mon, Oct 18, 2021 at 9:54 AM Khem Raj wrote: > > > > On 10/18/21 9:38 AM, Marco wrote: > > On 18/10/21 17:53, Khem Raj wrote: > >> > >> > >> On 10/18

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

2021-10-18 Thread Khem Raj
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 wrote: > > > > On Mon, Oct 18, 2021 at 7:34 PM wan...@fujitsu.com wrote: >> >> > > COMMON_EXTRA_OECONF = "--enable-sockets \ >> > >

Re: [oe] [meta-gnome][PATCH] gfbgraph: patch to build with latest rest

2021-10-18 Thread Khem Raj
On 10/18/21 10:59, Tim Orling wrote: On Mon, Oct 18, 2021 at 9:24 AM Tim Orling via lists.openembedded.org > wrote: librest 0.8.1 declares rest-1.0 and was released four years ago. This turns out to be incorrec

Re: [oe] [OE-core] [PATCH] libgit2: upgrade 1.2.0 -> 1.3.0

2021-10-18 Thread Khem Raj
this patch should go to oe-core mailing list. On 10/18/21 19:17, wangmy wrote: New Features Support custom git extensions by @ethomson in #6031 Introduce git_email_create; deprecate git_diff_format_email by @ethomson in #6061 Deprecated APIs git_oidarray_free is deprecated; callers should use g

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

2021-10-18 Thread Khem Raj
On Mon, Oct 18, 2021 at 7:34 PM wan...@fujitsu.com wrote: > > > COMMON_EXTRA_OECONF = "--enable-sockets \ > > > --disable-rpath \ > > > --with-pic \ > > > --libdir=${PHP_LIBDIR} \ > > > + --disable-op

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

2021-10-18 Thread wangmy
> > COMMON_EXTRA_OECONF = "--enable-sockets \ > > --disable-rpath \ > > --with-pic \ > > --libdir=${PHP_LIBDIR} \ > > + --disable-opcache-jit \ > > why do we need to disable jit ? and what are its effe

[oe] [meta-oe] [PATCH] asio: upgrade 1.18.1.bb -> 1.20.0

2021-10-18 Thread wangmy
release note: Fixed experimental::coro compatibility with gcc. Fixed experimental::promise compatibility with gcc. Added documentation for per-operation cancellation. Added documentation for parallel_group. Added overview documentation for experimental::coro. Added some missing C++14 examples. Upda

[oe] [meta-oe] [PATCH] libgusb: upgrade 0.3.7 -> 0.3.8

2021-10-18 Thread wangmy
Signed-off-by: Wang Mingyu --- .../libgusb/{libgusb_0.3.7.bb => libgusb_0.3.8.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libgusb/{libgusb_0.3.7.bb => libgusb_0.3.8.bb} (69%) diff --git a/meta-oe/recipes-support/libgusb/libgusb_0.3.7.

[oe] [OE-core] [PATCH] libgit2: upgrade 1.2.0 -> 1.3.0

2021-10-18 Thread wangmy
New Features Support custom git extensions by @ethomson in #6031 Introduce git_email_create; deprecate git_diff_format_email by @ethomson in #6061 Deprecated APIs git_oidarray_free is deprecated; callers should use git_oidarray_dispose Bug fixes remote: Mark git_remote_name_is_valid as GIT_EXTERN

[oe] [meta-oe] [PATCH] libxmlb: upgrade 0.3.2 -> 0.3.3

2021-10-18 Thread wangmy
Signed-off-by: Wang Mingyu --- .../libxmlb/{libxmlb_0.3.2.bb => libxmlb_0.3.3.bb} | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) rename meta-oe/recipes-gnome/libxmlb/{libxmlb_0.3.2.bb => libxmlb_0.3.3.bb} (72%) diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.2.bb

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

2021-10-18 Thread Chen Qi
This upgrade revolves a bunch of CVEs. See more details in: https://github.com/tuxera/ntfs-3g/security/advisories/GHSA-q759-8j5v-q5jp. Signed-off-by: Chen Qi --- ...-ntfsprogs_2017.3.23.bb => ntfs-3g-ntfsprogs_2021.8.22.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-

[oe] [meta-networking] [PATCH] ifenslave: upgrade 2.12 -> 2.13

2021-10-18 Thread wangmy
ifenslave (2.13) unstable; urgency=medium * QA upload. [ Guillem Jover ] * Fix MAC address setting messed up by udev for bond interfaces. (Closes: #949062) * Use ifquery instead of example contrib script ifstate. (Closes: #991930) * Fix ifquery redirections. * Bump Standards-Versi

Re: [oe] [meta-gnome][PATCH] gfbgraph: patch to build with latest rest

2021-10-18 Thread Tim Orling
On Mon, Oct 18, 2021 at 9:24 AM Tim Orling via lists.openembedded.org wrote: > librest 0.8.1 declares rest-1.0 and was released four years ago. > > This turns out to be incorrect, the rest-1.0 declaration is in the master branch, which we picked up with https://lists.openembedded.org/g/openembedd

[oe][meta-oe][PATCH v2] mutter: Move gsettings to a separate package

2021-10-18 Thread Joshua Watt
Move the mutter gsettings to their own package. Some other compositors (specifically, phoc) want to use the mutter provided gsettings to remain compatible. This allows those recipes to pick up the runtime settings without having to pull in all of mutter Signed-off-by: Joshua Watt --- meta-gnome/

Re: [oe][meta-oe][PATCH] mutter: Move gsettings to a separate package

2021-10-18 Thread Joshua Watt
On Mon, Oct 18, 2021, 12:44 PM Andreas Müller wrote: > On Mon, Oct 18, 2021 at 7:37 PM Joshua Watt wrote: > > > > Move the mutter gsettings to their own package. Some other compositors > > (specifically, phoc) want to use the mutter provided gsettings to remain > > compatible. This allows those

Re: [oe][meta-oe][PATCH] mutter: Move gsettings to a separate package

2021-10-18 Thread Andreas Müller
On Mon, Oct 18, 2021 at 7:37 PM Joshua Watt wrote: > > Move the mutter gsettings to their own package. Some other compositors > (specifically, phoc) want to use the mutter provided gsettings to remain > compatible. This allows those recipes to pick up the runtime settings > without having to pull

[oe][meta-oe][PATCH] mutter: Move gsettings to a separate package

2021-10-18 Thread Joshua Watt
Move the mutter gsettings to their own package. Some other compositors (specifically, phoc) want to use the mutter provided gsettings to remain compatible. This allows those recipes to pick up the runtime settings without having to pull in all of mutter Signed-off-by: Joshua Watt --- meta-gnome/

[oe] [meta-python][hardknott][PATCH] python3-pyinotify: Add fcntl, logging to RDEPENDS

2021-10-18 Thread Trevor Gamblin
"import pyinotify" throws an error for these modules if they are not included. Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb b/

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

2021-10-18 Thread Khem Raj
On 10/18/21 9:38 AM, Marco wrote: On 18/10/21 17:53, Khem Raj wrote: On 10/18/21 7:22 AM, Marco Cavallini wrote: From: Marco Cavallini Signed-off-by: Marco Cavallini ---   .../recipes-connectivity/bluepy/bluepy_git.bb    | 16   1 file changed, 16 insertions(+)   create m

[oe] [meta-gnome][PATCH] gnome-calendar: upgrade 3.38.1 -> 41.0

2021-10-18 Thread Tim Orling
Upstream changed version scheme. Drop libhandy patch merged upstream. inherit mime-xdg, fixes: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg For changes, see: https://download.gnome.org/sources/gnome-calendar/41/gnome-calendar-41.0.news Signed-off-by

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

2021-10-18 Thread Marco Cavallini
On 18/10/21 17:53, Khem Raj wrote: On 10/18/21 7:22 AM, Marco Cavallini wrote: From: Marco Cavallini Signed-off-by: Marco Cavallini ---   .../recipes-connectivity/bluepy/bluepy_git.bb    | 16   1 file changed, 16 insertions(+)   create mode 100644 meta-networking/recipes-c

[oe] [meta-python][PATCH] python3-pyinotify: Add fcntl, logging to RDEPENDS

2021-10-18 Thread Trevor Gamblin
"import pyinotify" throws an error for these modules if they are not included. Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb b/

[oe] [meta-gnome][PATCH] gfbgraph: patch to build with latest rest

2021-10-18 Thread Tim Orling
librest 0.8.1 declares rest-1.0 and was released four years ago. Also inherit pkgconfig so that dependencies can be found by pkg-config References: https://gitlab.gnome.org/GNOME/libgfbgraph/-/merge_requests/6 Signed-off-by: Tim Orling --- ...-Update-rest-requirement-to-rest-1.0.patch | 72 +++

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

2021-10-18 Thread Khem Raj
On 10/18/21 7:22 AM, Marco Cavallini wrote: From: Marco Cavallini Signed-off-by: Marco Cavallini --- .../recipes-connectivity/bluepy/bluepy_git.bb| 16 1 file changed, 16 insertions(+) create mode 100644 meta-networking/recipes-connectivity/bluepy/bluepy_git.bb dif

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

2021-10-18 Thread Khem Raj
On Mon, Oct 18, 2021 at 7:26 AM Claude Bing wrote: > > We have PHP 8 + JIT working locally, but I do not have time to put > together a patch set right now. Other than cleaning up the existing > patches to work with PHP 8, something like the attached is needed for JIT. > > I may be able to put some

[oe] [meta-oe][PATCH] xorgxrdp: Add to exclusion list for now

2021-10-18 Thread Khem Raj
it needs xrdp which needs to be ported to openssl 3+ Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 - meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.2.5.bb| 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-core

[oe] [meta-gnome][PATCH] libgweather: upgrade 3.36.2 -> 40.0

2021-10-18 Thread Tim Orling
Upstream changed version schemes. Sort DEPENDS, add python3-pygobject-native For changes, see: https://gitlab.gnome.org/GNOME/libgweather/-/blob/main/NEWS Signed-off-by: Tim Orling --- .../{libgweather_3.36.2.bb => libgweather_40.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 de

[oe] [meta-gnome][PATCH] gnome-screenshot: add recipe for 40.0

2021-10-18 Thread Tim Orling
GNOME Screenshot is a small utility that takes a screenshot of the whole desktop; the currently focused window; or an area of the screen. Also add to packagegroup-gnome-apps Signed-off-by: Tim Orling --- .../gnome-screenshot/gnome-screenshot_40.0.bb | 22 +++ .../packagegroups/p

[oe] [meta-oe][PATCH] colord: inherit pkgconfig

2021-10-18 Thread Tim Orling
meson can't find gio-2.0 without pkg-config Signed-off-by: Tim Orling --- meta-oe/recipes-support/colord/colord.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/colord/colord.bb b/meta-oe/recipes-support/colord/colord.bb index 66dc4a5802..563a0ee00a

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

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

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

2021-10-18 Thread Claude Bing
We have PHP 8 + JIT working locally, but I do not have time to put together a patch set right now. Other than cleaning up the existing patches to work with PHP 8, something like the attached is needed for JIT. I may be able to put something together later in the week. On 10/18/21 9:58 AM, Khem Ra

Re: [oe] [PATCH v2][meta-python] python3-pyroute2: update to 0.6.5

2021-10-18 Thread Khem Raj
On 10/18/21 06:50, Trevor Gamblin wrote: On 2021-10-16 09:33, Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Tests are, unfortunately, not anymore supplied with pypi package. Let's hold off on this uprev and I'll see about modifying the recipe to t

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

2021-10-18 Thread Khem Raj
On 10/18/21 02:01, wangmy wrote: 23 Sep 2021, PHP 8.0.11 - Core: . Fixed bug #81302 (Stream position after stream filter removed). (cmb) . Fixed bug #81346 (Non-seekable streams don't update position after write). (cmb) . Fixed bug #73122 (Integer Overflow when concatenating strin

Re: [oe] [PATCH v2][meta-python] python3-pyroute2: update to 0.6.5

2021-10-18 Thread Trevor Gamblin
On 2021-10-16 09:33, Oleksandr Kravchuk wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Tests are, unfortunately, not anymore supplied with pypi package. Let's hold off on this uprev and I'll see about modifying the recipe to the git fetcher, which might allow us to keep

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

2021-10-18 Thread wangmy
23 Sep 2021, PHP 8.0.11 - Core: . Fixed bug #81302 (Stream position after stream filter removed). (cmb) . Fixed bug #81346 (Non-seekable streams don't update position after write). (cmb) . Fixed bug #73122 (Integer Overflow when concatenating strings). (cmb) -GD: . Fixed bug #53580 (Dur

[oe] [meta-oe][PATCH] byacc: switch to official HTTPS mirror

2021-10-18 Thread Matthias Schiffer
FTP does not always work in corporate networks. Switch to the HTTPS URL mentioned on the tool's homepage. The same URL is also used by FreeBSD [1]. [1] https://cgit.freebsd.org/ports/tree/devel/byacc/Makefile?id=b128c1dbf3e8fbada5f753631041bf93ac51bf4d Signed-off-by: Matthias Schiffer --- meta