Re: [oe] [PATCH] opentelemetry-cpp: add opentelemtry recipe

2024-05-14 Thread Khem Raj
On Tue, May 14, 2024 at 10:20 PM Abhilash Raju via
lists.openembedded.org
 wrote:
>
> An Observability framework to create and manage telemetry data such as
> traces, metrics, and logs
>

Thanks for your patch, I have a few comments below.

> Signed-off-by: Abhilash Raju 
> ---
>  .../opentelemetry/opentelemetry-cpp_1.15.0.bb   | 17 +
>  1 file changed, 17 insertions(+)
>  create mode 100644 
> meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.15.0.bb
>
> diff --git 
> a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.15.0.bb 
> b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.15.0.bb
> new file mode 100644
> index 0..85df5be82
> --- /dev/null
> +++ b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.15.0.bb
> @@ -0,0 +1,17 @@
> +SUMMARY = "Open Telemetry Library"
> +DESCRIPTION = "An Observability framework to create and manage telemetry 
> data \
> +such as traces, metrics, and logs."
> +HOMEPAGE = "https://github.com/open-telemetry/opentelemetry-cpp;
> +SECTION = "libs"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
> +
> +DEPENDS = "nlohmann-json"
> +
> +SRC_URI = 
> "https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v${PV}.tar.gz;

github archives can be regenerated and hence we do not use them unless
the release archives are created explicitly. So please convert
it into a git fetcher based SRC_URI pointing SRCREV at 1.15.0  SHA

> +SRC_URI[sha256sum] = 
> "69b0fef380658e15be9d817bfcb32e3f5de96da652bcdce77b4e750ed8beddee"
> +
> +S = "${WORKDIR}/opentelemetry-cpp-${PV}"
> +
> +inherit cmake pkgconfig lib_package
> +EXTRA_OECMAKE = "-DOPENTELEMETRY_INSTALL=ON -DBUILD_PACKAGE=OFF 
> -DWITH_OTLP_API=ON -DWITH_OTLP_GRPC=OFF -DWITH_OTLP_HTTP=OFF 
> -DWITH_PROMETHEUS=OFF -DWITH_BENCHMARK=OFF -DBUILD_TESTING=OFF"

All these look good candidates for PACKAGECONFIG elements, so please
convert them

> --
> 2.40.1
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110402): 
https://lists.openembedded.org/g/openembedded-devel/message/110402
Mute This Topic: https://lists.openembedded.org/mt/106109161/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH] opentelemetry-cpp: add opentelemtry recipe

2024-05-14 Thread Abhilash Raju
An Observability framework to create and manage telemetry data such as
traces, metrics, and logs

Signed-off-by: Abhilash Raju 
---
 .../opentelemetry/opentelemetry-cpp_1.15.0.bb   | 17 +
 1 file changed, 17 insertions(+)
 create mode 100644 
meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.15.0.bb

diff --git a/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.15.0.bb 
b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.15.0.bb
new file mode 100644
index 0..85df5be82
--- /dev/null
+++ b/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.15.0.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Open Telemetry Library"
+DESCRIPTION = "An Observability framework to create and manage telemetry data \
+such as traces, metrics, and logs."
+HOMEPAGE = "https://github.com/open-telemetry/opentelemetry-cpp;
+SECTION = "libs"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+DEPENDS = "nlohmann-json"
+
+SRC_URI = 
"https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v${PV}.tar.gz;
+SRC_URI[sha256sum] = 
"69b0fef380658e15be9d817bfcb32e3f5de96da652bcdce77b4e750ed8beddee"
+
+S = "${WORKDIR}/opentelemetry-cpp-${PV}"
+
+inherit cmake pkgconfig lib_package
+EXTRA_OECMAKE = "-DOPENTELEMETRY_INSTALL=ON -DBUILD_PACKAGE=OFF 
-DWITH_OTLP_API=ON -DWITH_OTLP_GRPC=OFF -DWITH_OTLP_HTTP=OFF 
-DWITH_PROMETHEUS=OFF -DWITH_BENCHMARK=OFF -DBUILD_TESTING=OFF"
-- 
2.40.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110401): 
https://lists.openembedded.org/g/openembedded-devel/message/110401
Mute This Topic: https://lists.openembedded.org/mt/106109161/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe][meta-oe][scarthgap][PATCH 1/1] php: Upgrade to 8.2.18

2024-05-14 Thread Soumya via lists.openembedded.org
From: Soumya Sambu 

Includes fixes for CVE-2024-3096, CVE-2024-2756 and other bugs.

Changelog:
https://www.php.net/ChangeLog-8.php#8.2.18

Rebase 0001-ext-opcache-config.m4-enable-opcache.patch to new version

Signed-off-by: Soumya Sambu 
---
 ...ext-opcache-config.m4-enable-opcache.patch | 21 +++
 .../php/{php_8.2.16.bb => php_8.2.18.bb}  |  2 +-
 2 files changed, 13 insertions(+), 10 deletions(-)
 rename meta-oe/recipes-devtools/php/{php_8.2.16.bb => php_8.2.18.bb} (99%)

diff --git 
a/meta-oe/recipes-devtools/php/php/0001-ext-opcache-config.m4-enable-opcache.patch
 
b/meta-oe/recipes-devtools/php/php/0001-ext-opcache-config.m4-enable-opcache.patch
index a967d6412..c74369746 100644
--- 
a/meta-oe/recipes-devtools/php/php/0001-ext-opcache-config.m4-enable-opcache.patch
+++ 
b/meta-oe/recipes-devtools/php/php/0001-ext-opcache-config.m4-enable-opcache.patch
@@ -1,6 +1,6 @@
-From ca9b419f2c146061f73ee045cb0a069c18b40cd0 Mon Sep 17 00:00:00 2001
-From: Mingli Yu 
-Date: Wed, 15 Dec 2021 14:00:08 +0800
+From 889583912ddd7abc628f2703892ec4884db6419a Mon Sep 17 00:00:00 2001
+From: Soumya Sambu 
+Date: Tue, 7 May 2024 08:39:16 +
 Subject: [PATCH 01/11] ext/opcache/config.m4: enable opcache
 
 We can't use AC_TRY_RUN to run programs in a cross compile
@@ -20,15 +20,18 @@ Signed-off-by: Claude Bing 
 
 update patch to version 8.1.0
 Signed-off-by: Mingli Yu 
+
+update patch to version 8.2.18
+Signed-off-by: Soumya Sambu 
 ---
  ext/opcache/config.m4 | 204 ++
  1 file changed, 8 insertions(+), 196 deletions(-)
 
 diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4
-index 2a83fa2..9471b5d 100644
+index 6bf07ad3..5d645b86 100644
 --- a/ext/opcache/config.m4
 +++ b/ext/opcache/config.m4
-@@ -108,209 +108,21 @@ if test "$PHP_OPCACHE" != "no"; then
+@@ -113,209 +113,21 @@ if test "$PHP_OPCACHE" != "no"; then
AC_CHECK_FUNCS([mprotect])
  
AC_MSG_CHECKING(for sysvipc shared memory support)
@@ -40,7 +43,7 @@ index 2a83fa2..9471b5d 100644
 -#include 
 -#include 
 -
--int main() {
+-int main(void) {
 -  pid_t pid;
 -  int status;
 -  int ipc_id;
@@ -121,7 +124,7 @@ index 2a83fa2..9471b5d 100644
 -# define MAP_FAILED ((void*)-1)
 -#endif
 -
--int main() {
+-int main(void) {
 -  pid_t pid;
 -  int status;
 -  char *shm;
@@ -185,7 +188,7 @@ index 2a83fa2..9471b5d 100644
 -# define MAP_FAILED ((void*)-1)
 -#endif
 -
--int main() {
+-int main(void) {
 -  pid_t pid;
 -  int status;
 -  int fd;
@@ -247,5 +250,5 @@ index 2a83fa2..9471b5d 100644
PHP_NEW_EXTENSION(opcache,
ZendAccelerator.c \
 -- 
-2.17.1
+2.40.0
 
diff --git a/meta-oe/recipes-devtools/php/php_8.2.16.bb 
b/meta-oe/recipes-devtools/php/php_8.2.18.bb
similarity index 99%
rename from meta-oe/recipes-devtools/php/php_8.2.16.bb
rename to meta-oe/recipes-devtools/php/php_8.2.18.bb
index 1cb378fb9..da04ffba6 100644
--- a/meta-oe/recipes-devtools/php/php_8.2.16.bb
+++ b/meta-oe/recipes-devtools/php/php_8.2.18.bb
@@ -34,7 +34,7 @@ SRC_URI:append:class-target = " \
   "
 
 S = "${WORKDIR}/php-${PV}"
-SRC_URI[sha256sum] = 
"2658c1b8935ab6b53a7f209354602761ab07066e66920bc472b8815fd1b43f71"
+SRC_URI[sha256sum] = 
"ca0b07c254200320f518ac5b3df540a9cf14d866f3c93edc3013b52e06fac796"
 
 CVE_STATUS_GROUPS += "CVE_STATUS_PHP"
 CVE_STATUS_PHP[status] = "fixed-version: The name of this product is exactly 
the same as github.com/emlog/emlog. CVE can be safely ignored."
-- 
2.40.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110400): 
https://lists.openembedded.org/g/openembedded-devel/message/110400
Mute This Topic: https://lists.openembedded.org/mt/106108496/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [PATCH] nodejs-oe-cache: fix offline install of dependencies

2024-05-14 Thread Geoff Parker
Thanks Khem for the link to openembedded-contrib and information on
how scarthgap updates
are staged. However,  I'm not seeing the nodejs-os-cache commit in the
stable/scarthgap-nut
branch which is needed to fix nodejs builds on scarthgap also. Are
recent fixes in
meta-openembedded master backported also?

cc: Armin

On Mon, May 13, 2024 at 9:48 AM Khem Raj  wrote:
>
> On Sun, May 12, 2024 at 11:57 PM Geoff Parker via
> lists.openembedded.org 
> wrote:
> >
> > When is the expected next update to the scarthgap branch? I've watched the 
> > patch move from  master-next  to  master, but there does not seem to be a 
> > visible scarthgap-next branch to watch.
>
> Usually there is a monthly release update to stable branches that
> Armin queues up in contrib repo e.g.
>
> https://git.openembedded.org/meta-openembedded-contrib/log/?h=stable/scarthgap-nut
>
> eventually when this branch is gone through some level of testing, it
> is proposed to upstream
> branch via scarthgap-next in main repo.
>
> > 
> >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110399): 
https://lists.openembedded.org/g/openembedded-devel/message/110399
Mute This Topic: https://lists.openembedded.org/mt/105884883/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCHv2] freerdp: fix build with gcc-14

2024-05-14 Thread Martin Jansa
* bump SRCREV to get more gcc-14 fixes already merged upstream:

$ git log --oneline 2.11.7..origin/stable-2.0
efa899d3d (HEAD -> stable-2.0, origin/stable-2.0) Merge pull request #10172 
from AlessandroBono/wip/abono/incompatible-pointer
7894a7dfc redirection: Fix incompatible pointer type
f3ed1f1ac redirection: Fix incompatible pointer type
4f411197d info: Fix incompatible pointer type
a383740a2 next-dev-2.11.8-dev

* fixes:
  http://errors.yoctoproject.org/Errors/Details/766906/
  freerdp/2.11.2/git/libfreerdp/core/redirection.c:91:31: error: passing 
argument 1 of 'redirection_free_data' from incompatible pointer type 
[-Wincompatible-pointer-types]
  freerdp/2.11.2/git/libfreerdp/core/redirection.c:112:31: error: assignment to 
'BYTE **' {aka 'unsigned char **'} from incompatible pointer type 'char **' 
[-Wincompatible-pointer-types]
  freerdp/2.11.2/git/libfreerdp/core/redirection.c:139:38: error: passing 
argument 1 of 'redirection_copy_data' from incompatible pointer type 
[-Wincompatible-pointer-types]
  freerdp/2.11.2/git/libfreerdp/core/info.c:88:39: error: initialization of 
'const WCHAR *' {aka 'const short unsigned int *'} from incompatible pointer 
type 'BYTE *' {aka 'unsigned char *'} [-Wincompatible-pointer-types]

  and backport one commit from master to fix:
  git/channels/ainput/server/ainput_main.c:225:83: error: passing argument 3 of 
'WTSVirtualChannelQuery' from incompatible pointer type 
[-Wincompatible-pointer-types]
  git/channels/ainput/server/ainput_main.c:419:36: error: passing argument 1 of 
'ainput_server_context_free' from incompatible pointer type 
[-Wincompatible-pointer-types]
  git/channels/ainput/server/ainput_main.c:542:100: error: passing argument 3 
of 'WTSVirtualChannelQuery' from incompatible pointer type 
[-Wincompatible-pointer-types]

Signed-off-by: Martin Jansa 
---
 ...mpilation-warnings-in-ainput-channel.patch | 72 +++
 .../recipes-support/freerdp/freerdp_2.11.7.bb |  3 +-
 2 files changed, 74 insertions(+), 1 deletion(-)
 create mode 100644 
meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings-in-ainput-channel.patch

diff --git 
a/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings-in-ainput-channel.patch
 
b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings-in-ainput-channel.patch
new file mode 100644
index 00..62600cddab
--- /dev/null
+++ 
b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings-in-ainput-channel.patch
@@ -0,0 +1,72 @@
+From 130094de3244d5039e463e1142e1ec487c1104ef Mon Sep 17 00:00:00 2001
+From: Armin Novak 
+Date: Tue, 22 Feb 2022 12:05:08 +0100
+Subject: [PATCH] Fixed compilation warnings in ainput channel
+
+Upstream-Status: Backport [130094de3 Fixed compilation warnings in ainput 
channel]
+Signed-off-by: Martin Jansa 
+---
+ channels/ainput/server/ainput_main.c | 18 --
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+diff --git a/channels/ainput/server/ainput_main.c 
b/channels/ainput/server/ainput_main.c
+index bc1737ee1..17d2ec681 100644
+--- a/channels/ainput/server/ainput_main.c
 b/channels/ainput/server/ainput_main.c
+@@ -192,7 +192,7 @@ static UINT ainput_server_recv_mouse_event(ainput_server* 
ainput, wStream* s)
+ 
+ static HANDLE ainput_server_get_channel_handle(ainput_server* ainput)
+ {
+-  BYTE* buffer = NULL;
++  void* buffer = NULL;
+   DWORD BytesReturned = 0;
+   HANDLE ChannelEvent = NULL;
+ 
+@@ -389,7 +389,7 @@ ainput_server_context* ainput_server_context_new(HANDLE 
vcm)
+   goto fail;
+   return >context;
+ fail:
+-  ainput_server_context_free(ainput);
++  ainput_server_context_free(>context);
+   return NULL;
+ }
+ 
+@@ -496,17 +496,23 @@ UINT 
ainput_server_context_poll_int(ainput_server_context* context)
+   break;
+   case AINPUT_OPENED:
+   {
+-  BYTE* buffer = NULL;
++  union
++  {
++  BYTE* pb;
++  void* pv;
++  } buffer;
+   DWORD BytesReturned = 0;
+ 
+-  if (WTSVirtualChannelQuery(ainput->ainput_channel, 
WTSVirtualChannelReady, ,
++  buffer.pv = NULL;
++
++  if (WTSVirtualChannelQuery(ainput->ainput_channel, 
WTSVirtualChannelReady, ,
+  ) != TRUE)
+   {
+   WLog_ERR(TAG, "WTSVirtualChannelReady failed,");
+   }
+   else
+   {
+-  if (*buffer != 0)
++  if (*buffer.pb != 0)
+   {
+   error = 
ainput_server_send_version(ainput);
+   if (error)
+@@ -518,7 +524,7 @@ UINT 

[oe] [meta-oe][PATCH] freerdp: fix build with gcc-14

2024-05-14 Thread Martin Jansa
* bump SRCREV to get more gcc-14 fixes already merged upstream:

$ git log --oneline 2.11.7..origin/stable-2.0
efa899d3d (HEAD -> stable-2.0, origin/stable-2.0) Merge pull request #10172 
from AlessandroBono/wip/abono/incompatible-pointer
7894a7dfc redirection: Fix incompatible pointer type
f3ed1f1ac redirection: Fix incompatible pointer type
4f411197d info: Fix incompatible pointer type
a383740a2 next-dev-2.11.8-dev

* fixes:
  http://errors.yoctoproject.org/Errors/Details/766906/
  freerdp/2.11.2/git/libfreerdp/core/redirection.c:91:31: error: passing 
argument 1 of 'redirection_free_data' from incompatible pointer type 
[-Wincompatible-pointer-types]
  freerdp/2.11.2/git/libfreerdp/core/redirection.c:112:31: error: assignment to 
'BYTE **' {aka 'unsigned char **'} from incompatible pointer type 'char **' 
[-Wincompatible-pointer-types]
  freerdp/2.11.2/git/libfreerdp/core/redirection.c:139:38: error: passing 
argument 1 of 'redirection_copy_data' from incompatible pointer type 
[-Wincompatible-pointer-types]
  freerdp/2.11.2/git/libfreerdp/core/info.c:88:39: error: initialization of 
'const WCHAR *' {aka 'const short unsigned int *'} from incompatible pointer 
type 'BYTE *' {aka 'unsigned char *'} [-Wincompatible-pointer-types]

  and backport one commit from master to fix:
  git/channels/ainput/server/ainput_main.c:225:83: error: passing argument 3 of 
'WTSVirtualChannelQuery' from incompatible pointer type 
[-Wincompatible-pointer-types]
  git/channels/ainput/server/ainput_main.c:419:36: error: passing argument 1 of 
'ainput_server_context_free' from incompatible pointer type 
[-Wincompatible-pointer-types]
  git/channels/ainput/server/ainput_main.c:542:100: error: passing argument 3 
of 'WTSVirtualChannelQuery' from incompatible pointer type 
[-Wincompatible-pointer-types]

Signed-off-by: Martin Jansa 
---
 ...mpilation-warnings-in-ainput-channel.patch | 72 +++
 .../recipes-support/freerdp/freerdp_2.11.7.bb |  5 +-
 2 files changed, 75 insertions(+), 2 deletions(-)
 create mode 100644 
meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings-in-ainput-channel.patch

diff --git 
a/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings-in-ainput-channel.patch
 
b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings-in-ainput-channel.patch
new file mode 100644
index 00..62600cddab
--- /dev/null
+++ 
b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings-in-ainput-channel.patch
@@ -0,0 +1,72 @@
+From 130094de3244d5039e463e1142e1ec487c1104ef Mon Sep 17 00:00:00 2001
+From: Armin Novak 
+Date: Tue, 22 Feb 2022 12:05:08 +0100
+Subject: [PATCH] Fixed compilation warnings in ainput channel
+
+Upstream-Status: Backport [130094de3 Fixed compilation warnings in ainput 
channel]
+Signed-off-by: Martin Jansa 
+---
+ channels/ainput/server/ainput_main.c | 18 --
+ 1 file changed, 12 insertions(+), 6 deletions(-)
+
+diff --git a/channels/ainput/server/ainput_main.c 
b/channels/ainput/server/ainput_main.c
+index bc1737ee1..17d2ec681 100644
+--- a/channels/ainput/server/ainput_main.c
 b/channels/ainput/server/ainput_main.c
+@@ -192,7 +192,7 @@ static UINT ainput_server_recv_mouse_event(ainput_server* 
ainput, wStream* s)
+ 
+ static HANDLE ainput_server_get_channel_handle(ainput_server* ainput)
+ {
+-  BYTE* buffer = NULL;
++  void* buffer = NULL;
+   DWORD BytesReturned = 0;
+   HANDLE ChannelEvent = NULL;
+ 
+@@ -389,7 +389,7 @@ ainput_server_context* ainput_server_context_new(HANDLE 
vcm)
+   goto fail;
+   return >context;
+ fail:
+-  ainput_server_context_free(ainput);
++  ainput_server_context_free(>context);
+   return NULL;
+ }
+ 
+@@ -496,17 +496,23 @@ UINT 
ainput_server_context_poll_int(ainput_server_context* context)
+   break;
+   case AINPUT_OPENED:
+   {
+-  BYTE* buffer = NULL;
++  union
++  {
++  BYTE* pb;
++  void* pv;
++  } buffer;
+   DWORD BytesReturned = 0;
+ 
+-  if (WTSVirtualChannelQuery(ainput->ainput_channel, 
WTSVirtualChannelReady, ,
++  buffer.pv = NULL;
++
++  if (WTSVirtualChannelQuery(ainput->ainput_channel, 
WTSVirtualChannelReady, ,
+  ) != TRUE)
+   {
+   WLog_ERR(TAG, "WTSVirtualChannelReady failed,");
+   }
+   else
+   {
+-  if (*buffer != 0)
++  if (*buffer.pb != 0)
+   {
+   error = 
ainput_server_send_version(ainput);
+   if (error)
+@@ -518,7 +524,7 @@ UINT 

Re: [oe] [meta-oe][PATCH 1/2] freerdp: Upgrade to 2.11.7

2024-05-14 Thread Khem Raj
On Tue, May 14, 2024 at 8:24 AM Martin Jansa  wrote:
>
> I've seen it with qemux86-64 and raspberrypi4-64 last night, both in
> DISTRO without x11 in DISTRO_FEATURES.
>
> freerdp3_3.5.1 doesn't seem to have this issue, version 2 was fixed last week:
> https://github.com/FreeRDP/FreeRDP/commit/4f411197dc9d2076f00748b1178a60b2423030bf
>
> will send a backport.
>

Superb, thanks for tracking it down.

> On Tue, May 14, 2024 at 5:17 PM Khem Raj  wrote:
> >
> > On Mon, May 13, 2024 at 11:39 PM Martin Jansa  
> > wrote:
> > >
> > > On Thu, May 9, 2024 at 9:25 PM Khem Raj via lists.openembedded.org
> > >  wrote:
> > > >
> > > > Partially backport a fix to build with gcc-14
> > >
> > > It fixes it only partially, right?
> > >
> > > I'm stills seeing:
> > >
> > > freerdp/2.11.7/git/libfreerdp/core/info.c:88:39: error: initialization
> > > of 'const WCHAR *' {aka 'const short unsigned int *'} from
> > > incompatible pointer type 'BYTE *' {aka 'unsigned char *'}
> > > [-Wincompatible-pointer-types]
> > >88 | const WCHAR* domain = Stream_Pointer(s);
> > >   |   ^~
> > >
> >
> > Interesting, I did not encounter this, perhaps different machines maybe ?
> >
> > >
> > > > Signed-off-by: Khem Raj 
> > > > ---
> > > >  .../0001-Fixed-compilation-warnings.patch | 27 +++
> > > >  .../{freerdp_2.11.2.bb => freerdp_2.11.7.bb}  |  3 ++-
> > > >  2 files changed, 29 insertions(+), 1 deletion(-)
> > > >  create mode 100644 
> > > > meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> > > >  rename meta-oe/recipes-support/freerdp/{freerdp_2.11.2.bb => 
> > > > freerdp_2.11.7.bb} (97%)
> > > >
> > > > diff --git 
> > > > a/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> > > >  
> > > > b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> > > > new file mode 100644
> > > > index 00..7fae2703f8
> > > > --- /dev/null
> > > > +++ 
> > > > b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> > > > @@ -0,0 +1,27 @@
> > > > +From 75fa1fa5bd5ef2350390564245fd0984209ac092 Mon Sep 17 00:00:00 2001
> > > > +From: akallabeth 
> > > > +Date: Mon, 4 Jul 2022 14:34:46 +0200
> > > > +Subject: [PATCH] Fixed compilation warnings
> > > > +
> > > > +Upstream-Status: Backport 
> > > > [https://github.com/FreeRDP/FreeRDP/commit/2da280b8a1748052b70b3f5a1ef0d8e932c33adc]
> > > > +Signed-off-by: Khem Raj 
> > > > +---
> > > > + client/X11/xf_graphics.c | 2 +-
> > > > + 1 file changed, 1 insertion(+), 1 deletion(-)
> > > > +
> > > > +diff --git a/client/X11/xf_graphics.c b/client/X11/xf_graphics.c
> > > > +index 5aa1fd48b..fe81e0ed9 100644
> > > > +--- a/client/X11/xf_graphics.c
> > > >  b/client/X11/xf_graphics.c
> > > > +@@ -438,7 +438,7 @@ static BOOL xf_Pointer_New(rdpContext* context, 
> > > > rdpPointer* pointer)
> > > > +
> > > > + #endif
> > > > + fail:
> > > > +-  WLog_DBG(TAG, "%s: %ld", __func__, rc ? pointer : -1);
> > > > ++  WLog_DBG(TAG, "%s: %p", __func__, rc ? pointer : NULL);
> > > > +   return rc;
> > > > + }
> > > > +
> > > > +--
> > > > +2.45.0
> > > > +
> > > > diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb 
> > > > b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> > > > similarity index 97%
> > > > rename from meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb
> > > > rename to meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> > > > index 3319488051..43c38bf9c9 100644
> > > > --- a/meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb
> > > > +++ b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> > > > @@ -13,9 +13,10 @@ inherit pkgconfig cmake gitpkgv
> > > >  PE = "1"
> > > >  PKGV = "${GITPKGVTAG}"
> > > >
> > > > -SRCREV = "a38c1be9eee39a9bc22b511fffe96e63fdf8ebe7"
> > > > +SRCREV = "7f6cc93c21d7f0faad6daacca06f494f29ce882c"
> > > >  SRC_URI = 
> > > > "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \
> > > > file://winpr-makecert-Build-with-install-RPATH.patch \
> > > > +   file://0001-Fixed-compilation-warnings.patch \
> > > > file://0001-Fix-const-qualifier-error.patch \
> > > > file://0002-Do-not-install-tools-a-CMake-targets.patch \
> > > > "
> > > > --
> > > > 2.45.0
> > > >
> > > >
> > > > 
> > > >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110396): 
https://lists.openembedded.org/g/openembedded-devel/message/110396
Mute This Topic: https://lists.openembedded.org/mt/106007932/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-python][scarthgap][PATCH 1/2] python3-twisted: remove obsolete python3-twisted-flow

2024-05-14 Thread Mark Hatle
I see this change made it into meta-openembedded master.  But hasn't been pushed 
to scarthgap yet.


I've having a problem with this recipe in scarthgap, and so far it looks like 
these two changes do fix the problem I'm having.


The two commits I cherry-picked back to scarthgap and tested are:

bd1b5cde348dbc20e3d332de69617a8a95fe5ff3 - python3-twisted: prepend split 
PACKAGES

3fd6f0feec002c85df23b37c04d745a43674ee66 - python3-twisted: remove obsolete 
python3-twisted-flow


This resolves the issue I was having.

--Mark

On 5/6/24 1:54 PM, Guðni Már Gilbert wrote:

The flow module was removed in Twisted 9.0.0 a long time
and currently does not install anything. Let's remove it
to cleanup the recipe.

This commit also removes python3-twisted-news package because
the source files were removed in Twisted 21.2.0. All other
files which no longer exist in the source are also removed from FILES.

Signed-off-by: Guðni Már Gilbert 
Signed-off-by: Khem Raj 
---
.../python/python3-twisted_24.3.0.bb | 18 --
1 file changed, 18 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb 
b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb

index e5223ccd6..ba5bb04db 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb
@@ -22,11 +22,9 @@ PACKAGES += "\
${PN}-conch \
${PN}-mail \
${PN}-names \
- ${PN}-news \
${PN}-runner \
${PN}-web \
${PN}-words \
- ${PN}-flow \
${PN}-pair \
${PN}-core \
"
@@ -66,11 +64,9 @@ RDEPENDS:${PN}-test = "${PN} python3-pyhamcrest"
RDEPENDS:${PN}-conch = "${PN}-core ${PN}-protocols python3-bcrypt 
python3-cryptography python3-pickle"

RDEPENDS:${PN}-mail = "${PN}-core ${PN}-protocols"
RDEPENDS:${PN}-names = "${PN}-core"
-RDEPENDS:${PN}-news = "${PN}-core ${PN}-protocols"
RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols"
RDEPENDS:${PN}-web += "${PN}-core ${PN}-protocols"
RDEPENDS:${PN}-words += "${PN}-core"
-RDEPENDS:${PN}-flow += "${PN}-core"
RDEPENDS:${PN}-pair += "${PN}-core"

FILES:${PN}-test = " \
@@ -152,12 +148,6 @@ FILES:${PN}-names = " \
${PYTHON_SITEPACKAGES_DIR}/twisted/names \
"

-FILES:${PN}-news = " \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_news.py* \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_news*.pyc \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/news \
-"
-
FILES:${PN}-runner = " \
${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_runner.py* \
${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_runner*.pyc \
@@ -176,15 +166,7 @@ FILES:${PN}-words = " \
${PYTHON_SITEPACKAGES_DIR}/twisted/words \
"

-FILES:${PN}-flow = " \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_flow.py* \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_flow*.pyc \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/flow \
-"
-
FILES:${PN}-pair = " \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/twisted_pair.py* \
- ${PYTHON_SITEPACKAGES_DIR}/twisted/plugins/__pycache__/twisted_pair*.pyc \
${PYTHON_SITEPACKAGES_DIR}/twisted/pair \
"

--
2.34.1


Warning: Copyright Nox Health. This communication is confidential and may 
contain privileged information. By the use of email over the Internet or other 
communication systems, Nox Health is not waiving either confidentiality of, or 
legal privilege in, the content of the email and of any attachments. If the 
recipient of this message is not the intended addressee, please call Nox Health 
immediately by calling (+1) 888.505.0280







-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110395): 
https://lists.openembedded.org/g/openembedded-devel/message/110395
Mute This Topic: https://lists.openembedded.org/mt/105945946/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH 1/2] freerdp: Upgrade to 2.11.7

2024-05-14 Thread Martin Jansa
I've seen it with qemux86-64 and raspberrypi4-64 last night, both in
DISTRO without x11 in DISTRO_FEATURES.

freerdp3_3.5.1 doesn't seem to have this issue, version 2 was fixed last week:
https://github.com/FreeRDP/FreeRDP/commit/4f411197dc9d2076f00748b1178a60b2423030bf

will send a backport.

On Tue, May 14, 2024 at 5:17 PM Khem Raj  wrote:
>
> On Mon, May 13, 2024 at 11:39 PM Martin Jansa  wrote:
> >
> > On Thu, May 9, 2024 at 9:25 PM Khem Raj via lists.openembedded.org
> >  wrote:
> > >
> > > Partially backport a fix to build with gcc-14
> >
> > It fixes it only partially, right?
> >
> > I'm stills seeing:
> >
> > freerdp/2.11.7/git/libfreerdp/core/info.c:88:39: error: initialization
> > of 'const WCHAR *' {aka 'const short unsigned int *'} from
> > incompatible pointer type 'BYTE *' {aka 'unsigned char *'}
> > [-Wincompatible-pointer-types]
> >88 | const WCHAR* domain = Stream_Pointer(s);
> >   |   ^~
> >
>
> Interesting, I did not encounter this, perhaps different machines maybe ?
>
> >
> > > Signed-off-by: Khem Raj 
> > > ---
> > >  .../0001-Fixed-compilation-warnings.patch | 27 +++
> > >  .../{freerdp_2.11.2.bb => freerdp_2.11.7.bb}  |  3 ++-
> > >  2 files changed, 29 insertions(+), 1 deletion(-)
> > >  create mode 100644 
> > > meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> > >  rename meta-oe/recipes-support/freerdp/{freerdp_2.11.2.bb => 
> > > freerdp_2.11.7.bb} (97%)
> > >
> > > diff --git 
> > > a/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> > >  
> > > b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> > > new file mode 100644
> > > index 00..7fae2703f8
> > > --- /dev/null
> > > +++ 
> > > b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> > > @@ -0,0 +1,27 @@
> > > +From 75fa1fa5bd5ef2350390564245fd0984209ac092 Mon Sep 17 00:00:00 2001
> > > +From: akallabeth 
> > > +Date: Mon, 4 Jul 2022 14:34:46 +0200
> > > +Subject: [PATCH] Fixed compilation warnings
> > > +
> > > +Upstream-Status: Backport 
> > > [https://github.com/FreeRDP/FreeRDP/commit/2da280b8a1748052b70b3f5a1ef0d8e932c33adc]
> > > +Signed-off-by: Khem Raj 
> > > +---
> > > + client/X11/xf_graphics.c | 2 +-
> > > + 1 file changed, 1 insertion(+), 1 deletion(-)
> > > +
> > > +diff --git a/client/X11/xf_graphics.c b/client/X11/xf_graphics.c
> > > +index 5aa1fd48b..fe81e0ed9 100644
> > > +--- a/client/X11/xf_graphics.c
> > >  b/client/X11/xf_graphics.c
> > > +@@ -438,7 +438,7 @@ static BOOL xf_Pointer_New(rdpContext* context, 
> > > rdpPointer* pointer)
> > > +
> > > + #endif
> > > + fail:
> > > +-  WLog_DBG(TAG, "%s: %ld", __func__, rc ? pointer : -1);
> > > ++  WLog_DBG(TAG, "%s: %p", __func__, rc ? pointer : NULL);
> > > +   return rc;
> > > + }
> > > +
> > > +--
> > > +2.45.0
> > > +
> > > diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb 
> > > b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> > > similarity index 97%
> > > rename from meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb
> > > rename to meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> > > index 3319488051..43c38bf9c9 100644
> > > --- a/meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb
> > > +++ b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> > > @@ -13,9 +13,10 @@ inherit pkgconfig cmake gitpkgv
> > >  PE = "1"
> > >  PKGV = "${GITPKGVTAG}"
> > >
> > > -SRCREV = "a38c1be9eee39a9bc22b511fffe96e63fdf8ebe7"
> > > +SRCREV = "7f6cc93c21d7f0faad6daacca06f494f29ce882c"
> > >  SRC_URI = 
> > > "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \
> > > file://winpr-makecert-Build-with-install-RPATH.patch \
> > > +   file://0001-Fixed-compilation-warnings.patch \
> > > file://0001-Fix-const-qualifier-error.patch \
> > > file://0002-Do-not-install-tools-a-CMake-targets.patch \
> > > "
> > > --
> > > 2.45.0
> > >
> > >
> > > 
> > >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110394): 
https://lists.openembedded.org/g/openembedded-devel/message/110394
Mute This Topic: https://lists.openembedded.org/mt/106007932/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH 1/2] freerdp: Upgrade to 2.11.7

2024-05-14 Thread Khem Raj
On Mon, May 13, 2024 at 11:39 PM Martin Jansa  wrote:
>
> On Thu, May 9, 2024 at 9:25 PM Khem Raj via lists.openembedded.org
>  wrote:
> >
> > Partially backport a fix to build with gcc-14
>
> It fixes it only partially, right?
>
> I'm stills seeing:
>
> freerdp/2.11.7/git/libfreerdp/core/info.c:88:39: error: initialization
> of 'const WCHAR *' {aka 'const short unsigned int *'} from
> incompatible pointer type 'BYTE *' {aka 'unsigned char *'}
> [-Wincompatible-pointer-types]
>88 | const WCHAR* domain = Stream_Pointer(s);
>   |   ^~
>

Interesting, I did not encounter this, perhaps different machines maybe ?

>
> > Signed-off-by: Khem Raj 
> > ---
> >  .../0001-Fixed-compilation-warnings.patch | 27 +++
> >  .../{freerdp_2.11.2.bb => freerdp_2.11.7.bb}  |  3 ++-
> >  2 files changed, 29 insertions(+), 1 deletion(-)
> >  create mode 100644 
> > meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> >  rename meta-oe/recipes-support/freerdp/{freerdp_2.11.2.bb => 
> > freerdp_2.11.7.bb} (97%)
> >
> > diff --git 
> > a/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> >  
> > b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> > new file mode 100644
> > index 00..7fae2703f8
> > --- /dev/null
> > +++ 
> > b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> > @@ -0,0 +1,27 @@
> > +From 75fa1fa5bd5ef2350390564245fd0984209ac092 Mon Sep 17 00:00:00 2001
> > +From: akallabeth 
> > +Date: Mon, 4 Jul 2022 14:34:46 +0200
> > +Subject: [PATCH] Fixed compilation warnings
> > +
> > +Upstream-Status: Backport 
> > [https://github.com/FreeRDP/FreeRDP/commit/2da280b8a1748052b70b3f5a1ef0d8e932c33adc]
> > +Signed-off-by: Khem Raj 
> > +---
> > + client/X11/xf_graphics.c | 2 +-
> > + 1 file changed, 1 insertion(+), 1 deletion(-)
> > +
> > +diff --git a/client/X11/xf_graphics.c b/client/X11/xf_graphics.c
> > +index 5aa1fd48b..fe81e0ed9 100644
> > +--- a/client/X11/xf_graphics.c
> >  b/client/X11/xf_graphics.c
> > +@@ -438,7 +438,7 @@ static BOOL xf_Pointer_New(rdpContext* context, 
> > rdpPointer* pointer)
> > +
> > + #endif
> > + fail:
> > +-  WLog_DBG(TAG, "%s: %ld", __func__, rc ? pointer : -1);
> > ++  WLog_DBG(TAG, "%s: %p", __func__, rc ? pointer : NULL);
> > +   return rc;
> > + }
> > +
> > +--
> > +2.45.0
> > +
> > diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb 
> > b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> > similarity index 97%
> > rename from meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb
> > rename to meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> > index 3319488051..43c38bf9c9 100644
> > --- a/meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb
> > +++ b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> > @@ -13,9 +13,10 @@ inherit pkgconfig cmake gitpkgv
> >  PE = "1"
> >  PKGV = "${GITPKGVTAG}"
> >
> > -SRCREV = "a38c1be9eee39a9bc22b511fffe96e63fdf8ebe7"
> > +SRCREV = "7f6cc93c21d7f0faad6daacca06f494f29ce882c"
> >  SRC_URI = 
> > "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \
> > file://winpr-makecert-Build-with-install-RPATH.patch \
> > +   file://0001-Fixed-compilation-warnings.patch \
> > file://0001-Fix-const-qualifier-error.patch \
> > file://0002-Do-not-install-tools-a-CMake-targets.patch \
> > "
> > --
> > 2.45.0
> >
> >
> > 
> >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110393): 
https://lists.openembedded.org/g/openembedded-devel/message/110393
Mute This Topic: https://lists.openembedded.org/mt/106007932/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][kirkstone][PATCH V1] ITS#10094 libldap/OpenSSL: fix setting ciphersuites

2024-05-14 Thread Armin Kuster

Priyal,

What versions of openldap does this affect? Do we need this in other 
branches like master or scarthgap?


- armin

On 5/13/24 8:20 AM, Priyal Doshi via lists.openembedded.org wrote:

From: Priyal Doshi 

Backport-from: 
https://git.openldap.org/openldap/openldap/-/merge_requests/654/diffs?commit_id=8c482cec9a68e74b3609b1e44738bee352f6577a

Signed-off-by: Priyal Doshi 
---
  ...-libldap-OpenSSL-fix-setting-ciphersuites.patch | 69 ++
  .../recipes-support/openldap/openldap_2.5.16.bb|  1 +
  2 files changed, 70 insertions(+)
  create mode 100644 
meta-oe/recipes-support/openldap/openldap/0001-ITS-10094-libldap-OpenSSL-fix-setting-ciphersuites.patch

diff --git 
a/meta-oe/recipes-support/openldap/openldap/0001-ITS-10094-libldap-OpenSSL-fix-setting-ciphersuites.patch
 
b/meta-oe/recipes-support/openldap/openldap/0001-ITS-10094-libldap-OpenSSL-fix-setting-ciphersuites.patch
new file mode 100644
index 000..211dbe9
--- /dev/null
+++ 
b/meta-oe/recipes-support/openldap/openldap/0001-ITS-10094-libldap-OpenSSL-fix-setting-ciphersuites.patch
@@ -0,0 +1,69 @@
+From 7cee69298857e2393799780ee472dfe0a378ee2d Mon Sep 17 00:00:00 2001
+From: Howard Chu 
+Date: Thu, 12 Oct 2023 17:22:48 +0100
+Subject: [PATCH] ITS#10094 libldap/OpenSSL: fix setting ciphersuites
+
+Don't try old-style ciphersuite list if only v1.3 or newer ciphers were 
specified
+
+Upstream-Status: Backport from 
https://git.openldap.org/openldap/openldap/-/merge_requests/654/diffs?commit_id=8c482cec9a68e74b3609b1e44738bee352f6577a
+
+Signed-off-by: Priyal Doshi 
+---
+ libraries/libldap/tls_o.c | 16 +---
+ 1 file changed, 13 insertions(+), 3 deletions(-)
+
+diff --git a/libraries/libldap/tls_o.c b/libraries/libldap/tls_o.c
+index d6405bc..4123a9b 100644
+--- a/libraries/libldap/tls_o.c
 b/libraries/libldap/tls_o.c
+@@ -294,7 +294,7 @@ tlso_stecpy( char *dst, const char *src, const char *end )
+  * Try to find any TLS1.3 ciphers in the given list of suites.
+  */
+ static void
+-tlso_ctx_cipher13( tlso_ctx *ctx, char *suites )
++tlso_ctx_cipher13( tlso_ctx *ctx, char *suites, char **oldsuites )
+ {
+   char tls13_suites[1024], *ts = tls13_suites, *te = tls13_suites + 
sizeof(tls13_suites);
+   char *ptr, *colon, *nptr;
+@@ -303,6 +303,8 @@ tlso_ctx_cipher13( tlso_ctx *ctx, char *suites )
+   SSL *s = SSL_new( ctx );
+   int ret;
+
++  *oldsuites = NULL;
++
+   if ( !s )
+   return;
+
+@@ -334,8 +336,15 @@ tlso_ctx_cipher13( tlso_ctx *ctx, char *suites )
+   if ( tls13_suites[0] )
+   ts = tlso_stecpy( ts, ":", te );
+   ts = tlso_stecpy( ts, nptr, te );
++  } else if (! *oldsuites) {
++  /* should never happen, 
set_ciphersuites should
++   * only succeed for TLSv1.3 and above
++   */
++  *oldsuites = ptr;
+   }
+   }
++  } else if (! *oldsuites) {
++  *oldsuites = ptr;
+   }
+   if ( !colon || ts >= te )
+   break;
+@@ -415,10 +424,11 @@ tlso_ctx_init( struct ldapoptions *lo, struct ldaptls 
*lt, int is_server )
+   }
+
+   if ( lo->ldo_tls_ciphersuite ) {
++  char *oldsuites = lt->lt_ciphersuite;
+ #if OPENSSL_VERSION_NUMBER >= 0x10101000
+-  tlso_ctx_cipher13( ctx, lt->lt_ciphersuite );
++  tlso_ctx_cipher13( ctx, lt->lt_ciphersuite,  );
+ #endif
+-  if ( !SSL_CTX_set_cipher_list( ctx, lt->lt_ciphersuite ) )
++  if ( oldsuites && !SSL_CTX_set_cipher_list( ctx, oldsuites ) )
+   {
+   Debug1( LDAP_DEBUG_ANY,
+  "TLS: could not set cipher list %s.\n",
+--
+2.34.1
+
diff --git a/meta-oe/recipes-support/openldap/openldap_2.5.16.bb 
b/meta-oe/recipes-support/openldap/openldap_2.5.16.bb
index 9e9d059..7e1c8fd 100644
--- a/meta-oe/recipes-support/openldap/openldap_2.5.16.bb
+++ b/meta-oe/recipes-support/openldap/openldap_2.5.16.bb
@@ -20,6 +20,7 @@ SRC_URI = 
"http://www.openldap.org/software/download/OpenLDAP/openldap-release/$
  file://slapd.service \
  file://remove-user-host-pwd-from-version.patch \
  file://0001-build-top.mk-unset-STRIP_OPTS.patch \
+file://0001-ITS-10094-libldap-OpenSSL-fix-setting-ciphersuites.patch \
  "
  
  SRC_URI[sha256sum] = "546ba591822e8bb0e467d40c4d4a30f89d937c3a507fe83a578f582f6a211327"







-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110392): 
https://lists.openembedded.org/g/openembedded-devel/message/110392
Mute This Topic: https://lists.openembedded.org/mt/106071184/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org

[oe] [meta-networking] [PATCH 41/44] smcroute: upgrade 2.5.6 -> 2.5.7

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Fix #207: crash when adding IPv6 multicast route on a kernel without IPv6 
multicast support

Signed-off-by: Wang Mingyu 
---
 .../smcroute/{smcroute_2.5.6.bb => smcroute_2.5.7.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/smcroute/{smcroute_2.5.6.bb => 
smcroute_2.5.7.bb} (90%)

diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.6.bb 
b/meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb
similarity index 90%
rename from meta-networking/recipes-support/smcroute/smcroute_2.5.6.bb
rename to meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb
index 09752825c..950f6a2e2 100644
--- a/meta-networking/recipes-support/smcroute/smcroute_2.5.6.bb
+++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb
@@ -5,7 +5,7 @@ SECTION = "net"
 LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-SRCREV = "999bdd724a1f963ac8bfd0598ffdd2a3d651646e"
+SRCREV = "b315d06ddb0dad16a52fe91e5831b4030ce37010"
 SRC_URI = 
"git://github.com/troglobit/smcroute.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110391): 
https://lists.openembedded.org/g/openembedded-devel/message/110391
Mute This Topic: https://lists.openembedded.org/mt/106091338/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 44/44] uriparser: upgrade 0.9.7 -> 0.9.8

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
* Protect against integer overflow in ComposeQueryEngine
* Protect against integer overflow in ComposeQueryMallocExMm
* Require CMake >=3.5.0
* CMake option URIPARSER_SHARED_LIBS=(ON|OFF) to control, whether to produce a
  shared or static library for uriparser and that alone, falls back to standard
  BUILD_SHARED_LIBS if available, else defaults to "ON"
* Document that scheme-based normalization a la section 6.2.3 of RFC 3986 is a
  responsibility of the application using uriparser
* Document supported code points for functions uriEscape(Ex)W
* Update Clang from 15 to 18
* Adapt to breaking changes in Clang packaging
* Get sanitizer CFLAGS and LDFLAGS back in sync
* Pin GitHub Actions to specific commits for security

Signed-off-by: Wang Mingyu 
---
 .../uriparser/{uriparser_0.9.7.bb => uriparser_0.9.8.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/uriparser/{uriparser_0.9.7.bb => 
uriparser_0.9.8.bb} (84%)

diff --git a/meta-oe/recipes-support/uriparser/uriparser_0.9.7.bb 
b/meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb
similarity index 84%
rename from meta-oe/recipes-support/uriparser/uriparser_0.9.7.bb
rename to meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb
index 421263e62..3d76190d3 100644
--- a/meta-oe/recipes-support/uriparser/uriparser_0.9.7.bb
+++ b/meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168"
 
 SRC_URI = 
"https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz;
-SRC_URI[sha256sum] = 
"11553b2abd2b5728a6c88e35ab08e807d0a0f23c44920df937778ce8cc4d40ff"
+SRC_URI[sha256sum] = 
"4cd0e4f93b477272fabceeb0202f269169fe6ec3044e10fac6acbcdf354bb080"
 
 inherit cmake github-releases
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110388): 
https://lists.openembedded.org/g/openembedded-devel/message/110388
Mute This Topic: https://lists.openembedded.org/mt/106091335/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 25/44] python3-imgtool: upgrade 2.0.0 -> 2.1.0

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 https://github.com/mcu-tools/mcuboot/blob/main/docs/release-notes.md

Signed-off-by: Wang Mingyu 
---
 .../{python3-imgtool_2.0.0.bb => python3-imgtool_2.1.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-imgtool_2.0.0.bb => 
python3-imgtool_2.1.0.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb 
b/meta-python/recipes-devtools/python/python3-imgtool_2.1.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb
rename to meta-python/recipes-devtools/python/python3-imgtool_2.1.0.bb
index a25e6a61a..aafcf3827 100644
--- a/meta-python/recipes-devtools/python/python3-imgtool_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-imgtool_2.1.0.bb
@@ -3,7 +3,7 @@ SUMMARY = "MCUboot's image signing and key management tool"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = 
"file://imgtool/main.py;beginline=3;endline=18;md5=0645fb61e2f961a110302fbfdb227446"
 
-SRC_URI[sha256sum] = 
"7a541255e69eec1f12aa38dce1f1d4fe20d8212677c68a9b6ec634ca91a06612"
+SRC_URI[sha256sum] = 
"4f7fbcdf53c44eaaa6226504510ccb52f7ef00c997503cf94934b330c9607b60"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110389): 
https://lists.openembedded.org/g/openembedded-devel/message/110389
Mute This Topic: https://lists.openembedded.org/mt/106091336/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 35/44] python3-sqlalchemy: upgrade 2.0.29 -> 2.0.30

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.30

Signed-off-by: Wang Mingyu 
---
 ...ython3-sqlalchemy_2.0.29.bb => python3-sqlalchemy_2.0.30.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_2.0.29.bb => 
python3-sqlalchemy_2.0.30.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.29.bb 
b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.30.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.29.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.30.bb
index e646bd0d9..1a42aa1b4 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.29.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.30.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c78b979ae6c20775a28a287d32092cbb"
 
-SRC_URI[sha256sum] = 
"bd9566b8e58cabd700bc367b60e90d9349cd16f0984973f98a9a09f9c64e86f0"
+SRC_URI[sha256sum] = 
"2b1708916730f4830bc69d6f49d37f7698b5bd7530aca7f04f785f8849e95255"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110390): 
https://lists.openembedded.org/g/openembedded-devel/message/110390
Mute This Topic: https://lists.openembedded.org/mt/106091337/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH 42/44] tracker-miners: upgrade 3.7.2 -> 3.7.3

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0001-fix-reproducibility.patch
refreshed for 3.7.3

Changelog:

* Fix possible crashes handling live changes to extractor
  configuration
* Make it easier to run tracker-extract-3 under Valgrind
* Plug a leak on misdetected JPEG files
* Many further metadata extraction tests

Signed-off-by: Wang Mingyu 
---
 .../tracker-miners/0001-fix-reproducibility.patch | 15 ++-
 ...er-miners_3.7.2.bb => tracker-miners_3.7.3.bb} |  2 +-
 2 files changed, 7 insertions(+), 10 deletions(-)
 rename meta-gnome/recipes-gnome/tracker/{tracker-miners_3.7.2.bb => 
tracker-miners_3.7.3.bb} (97%)

diff --git 
a/meta-gnome/recipes-gnome/tracker/tracker-miners/0001-fix-reproducibility.patch
 
b/meta-gnome/recipes-gnome/tracker/tracker-miners/0001-fix-reproducibility.patch
index ea239c41f..0812e88a9 100644
--- 
a/meta-gnome/recipes-gnome/tracker/tracker-miners/0001-fix-reproducibility.patch
+++ 
b/meta-gnome/recipes-gnome/tracker/tracker-miners/0001-fix-reproducibility.patch
@@ -1,4 +1,4 @@
-From 2bbd07843e8ec34311cafab35f21b40c86e0dd7f Mon Sep 17 00:00:00 2001
+From 1b7a34b7de9eb2ae776f7cf4dc6221f49b2395ee Mon Sep 17 00:00:00 2001
 From: Markus Volk 
 Date: Tue, 12 Sep 2023 17:00:41 +0200
 Subject: [PATCH] meson: fix reproducibility
@@ -20,7 +20,7 @@ Signed-off-by: Markus Volk 
  5 files changed, 10 insertions(+), 10 deletions(-)
 
 diff --git a/meson.build b/meson.build
-index a838344..6945f63 100644
+index 37f5148..18f4bfa 100644
 --- a/meson.build
 +++ b/meson.build
 @@ -393,7 +393,7 @@ conf.set('PACKAGE_VERSION', 
'"@0@"'.format(meson.project_version()))
@@ -53,10 +53,10 @@ index a838344..6945f63 100644
  
  if get_option('tests_tap_protocol')
 diff --git a/src/libtracker-miners-common/tracker-landlock.c 
b/src/libtracker-miners-common/tracker-landlock.c
-index 95c652e..608cee4 100644
+index 6d4510b..189d2fb 100644
 --- a/src/libtracker-miners-common/tracker-landlock.c
 +++ b/src/libtracker-miners-common/tracker-landlock.c
-@@ -276,7 +276,7 @@ tracker_landlock_init (const gchar * const 
*indexed_folders)
+@@ -282,7 +282,7 @@ tracker_landlock_init (const gchar * const 
*indexed_folders)
  LANDLOCK_ACCESS_FS_READ_DIR);
}
}
@@ -65,7 +65,7 @@ index 95c652e..608cee4 100644
current_dir = g_get_current_dir ();
  
/* Detect running in-tree */
-@@ -296,7 +296,7 @@ tracker_landlock_init (const gchar * const 
*indexed_folders)
+@@ -302,7 +302,7 @@ tracker_landlock_init (const gchar * const 
*indexed_folders)
  in_tree_rules[i].flags);
}
}
@@ -90,7 +90,7 @@ index 6e58832..04750f8 100644
  ],
  install: true,
 diff --git a/src/tracker-extract/meson.build b/src/tracker-extract/meson.build
-index 16ce367..bbd494d 100644
+index 2e4f61d..b47581c 100644
 --- a/src/tracker-extract/meson.build
 +++ b/src/tracker-extract/meson.build
 @@ -158,7 +158,7 @@ endif
@@ -115,6 +115,3 @@ index 8c081fd..9792082 100644
  
  libtracker_miner_test_deps = [tracker_miners_common_dep, tracker_miner_dep, 
tracker_sparql]
  
--- 
-2.34.1
-
diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.2.bb 
b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.3.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.2.bb
rename to meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.3.bb
index a1fefe6a0..2b2dc7c4b 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.2.bb
+++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.7.3.bb
@@ -18,7 +18,7 @@ SRC_URI:append = " \
file://0001-fix-reproducibility.patch \
file://0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch \
 "
-SRC_URI[archive.sha256sum] = 
"eb4f2b288a0cbe9e614871cb0048274461cfe1cb8467ac817b102d3873dbcba5"
+SRC_URI[archive.sha256sum] = 
"e74388154b5c197b4b7ee42f0dce8c5fbbddd4d361093ef88d4fb303e33da5fe"
 
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110386): 
https://lists.openembedded.org/g/openembedded-devel/message/110386
Mute This Topic: https://lists.openembedded.org/mt/106091333/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH 43/44] tracker: upgrade 3.7.2 -> 3.7.3

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
* Bump database version to fix SQLite 3.45.3 issues in existing
  installs
* Fixed possible infinite loop on incomplete/unterminated Turtle/Trig
  data.

Signed-off-by: Wang Mingyu 
---
 .../tracker/{tracker_3.7.2.bb => tracker_3.7.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/tracker/{tracker_3.7.2.bb => tracker_3.7.3.bb} 
(94%)

diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.7.2.bb 
b/meta-gnome/recipes-gnome/tracker/tracker_3.7.3.bb
similarity index 94%
rename from meta-gnome/recipes-gnome/tracker/tracker_3.7.2.bb
rename to meta-gnome/recipes-gnome/tracker/tracker_3.7.3.bb
index f3c482b27..885f3515d 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker_3.7.2.bb
+++ b/meta-gnome/recipes-gnome/tracker/tracker_3.7.3.bb
@@ -22,7 +22,7 @@ DEPENDS = " \
 inherit gettext gnomebase gobject-introspection vala gtk-doc bash-completion 
python3native
 
 SRC_URI += "file://0001-fix-reproducibility.patch"
-SRC_URI[archive.sha256sum] = 
"debcaa291e46afadc1cf6a251f17efb02440aa48bff643d78c61123807dce00f"
+SRC_URI[archive.sha256sum] = 
"ab3d4a50937e04c5ed7846f6dbb999e2909819402f389ca592ee6b77dd28d1f9"
 
 # text search is not an option anymore and requires sqlite3 build with
 # PACKAGECONFIG[fts5] set (default)
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110387): 
https://lists.openembedded.org/g/openembedded-devel/message/110387
Mute This Topic: https://lists.openembedded.org/mt/106091334/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 36/44] python3-tqdm: upgrade 4.66.2 -> 4.66.4

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- minor framework updates & code tidy
- fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p
- Fix: Add display() call to close() in rich module

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-tqdm_4.66.2.bb => python3-tqdm_4.66.4.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-tqdm_4.66.2.bb => 
python3-tqdm_4.66.4.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.66.2.bb 
b/meta-python/recipes-devtools/python/python3-tqdm_4.66.4.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-tqdm_4.66.2.bb
rename to meta-python/recipes-devtools/python/python3-tqdm_4.66.4.bb
index 77d26f54b..485d24f52 100644
--- a/meta-python/recipes-devtools/python/python3-tqdm_4.66.2.bb
+++ b/meta-python/recipes-devtools/python/python3-tqdm_4.66.4.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "MIT & MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=42dfa9e8c616dbc295df3f58d756b2a1"
 
-SRC_URI[sha256sum] = 
"6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"
+SRC_URI[sha256sum] = 
"e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110382): 
https://lists.openembedded.org/g/openembedded-devel/message/110382
Mute This Topic: https://lists.openembedded.org/mt/106091329/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 40/44] python3-web3: upgrade 6.17.2 -> 6.18.0

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
- Disable doctest in docs/web3.eth.account.rst due to eth-account deprecation
  of messageHash for message_hash
- Deprecate the geth.personal namespace methods. These will be removed in 
web3.py v7.
- Internal Changes - for web3.py Contributors
- Increase pytest-asyncio dependency to be >=0.21.2,<0.23

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-web3_6.17.2.bb => python3-web3_6.18.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-web3_6.17.2.bb => 
python3-web3_6.18.0.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-web3_6.17.2.bb 
b/meta-python/recipes-devtools/python/python3-web3_6.18.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-web3_6.17.2.bb
rename to meta-python/recipes-devtools/python/python3-web3_6.18.0.bb
index e695bc27a..dab37c870 100644
--- a/meta-python/recipes-devtools/python/python3-web3_6.17.2.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_6.18.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635"
 
-SRC_URI[sha256sum] = 
"8ed8b7184eba5b00d0849efb95c8ec6f3220aa8886e740182bb1e4f1247cca3e"
+SRC_URI[sha256sum] = 
"2e626a4bf151171f5dc8ad7f30c373f0416dc2aca9d8d102a63578a2413efa26"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110384): 
https://lists.openembedded.org/g/openembedded-devel/message/110384
Mute This Topic: https://lists.openembedded.org/mt/106091331/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 39/44] python3-virtualenv: upgrade 20.26.0 -> 20.26.1

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 fix PATH-based Python discovery on Windows

Signed-off-by: Wang Mingyu 
---
 ...hon3-virtualenv_20.26.0.bb => python3-virtualenv_20.26.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-virtualenv_20.26.0.bb => 
python3-virtualenv_20.26.1.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.0.bb 
b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.1.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-virtualenv_20.26.0.bb
rename to meta-python/recipes-devtools/python/python3-virtualenv_20.26.1.bb
index 55f7f4611..ceb5f30ab 100644
--- a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.0.bb
+++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.1.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538"
 
-SRC_URI[sha256sum] = 
"ec25a9671a5102c8d2657f62792a27b48f016664c6873f6beed388577210"
+SRC_URI[sha256sum] = 
"604bfdceaeece392802e6ae48e69cec49168b9c5f4a44e483963f9242eb0e78b"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110383): 
https://lists.openembedded.org/g/openembedded-devel/message/110383
Mute This Topic: https://lists.openembedded.org/mt/106091330/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 38/44] python3-uswid: upgrade 0.4.7 -> 0.5.0

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License-Update: Relicense from LGPL-2.1+ to BSD-2-Clause-Patent

Changelog:
==
- trivial: Fix make ruff
- Correctly validate missing license and compiler links
- Use the correct link rel in the compiler example
- trivial: Provide more __str__ for the IntEnum classes
- Be more forgiving when using importlib
- trivial: Fix up all the mypy and pylint warnings
- Rename identity to component
- Add initial support for VEX
- Add a validation failure for REDACTED text
- Relicense from LGPL-2.1+ to BSD-2-Clause-Patent
- trivial: Document --generate
- Use flynt to convert to f-strings
- trivial: Add a make target for ruff
- Save HEX strings as bytes to minimize coSWID size
- Allow outputting multi-document SWID XML files
- trivial: Allow saving uSWID with no compression
- trivial: post release version bump

Signed-off-by: Wang Mingyu 
---
 .../{python3-uswid_0.4.7.bb => python3-uswid_0.5.0.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-uswid_0.4.7.bb => 
python3-uswid_0.5.0.bb} (66%)

diff --git a/meta-python/recipes-devtools/python/python3-uswid_0.4.7.bb 
b/meta-python/recipes-devtools/python/python3-uswid_0.5.0.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-uswid_0.4.7.bb
rename to meta-python/recipes-devtools/python/python3-uswid_0.5.0.bb
index 4499edb21..1381d7e88 100644
--- a/meta-python/recipes-devtools/python/python3-uswid_0.4.7.bb
+++ b/meta-python/recipes-devtools/python/python3-uswid_0.5.0.bb
@@ -1,10 +1,10 @@
 SUMMARY = "A pure-python library for embedding CoSWID data"
 HOMEPAGE = "https://github.com/hughsie/python-uswid;
 SECTION = "devel/python"
-LICENSE = "LGPL-2.1-or-later"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=40d2542b8c43a3ec2b7f5da31a697b88"
+LICENSE = "BSD-2-Clause-Patent"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f3636dfe71e94cc72918423cec0d1971"
 
-SRC_URI[sha256sum] = 
"de15c2421bedaa5f54606558700c1f628f07d73da49ec69d1888214ac52c49e6"
+SRC_URI[sha256sum] = 
"bdcd7ee5afac1da60ee688c357aa12f5f8d74bc28012446b10e2b4a9cf52fc6d"
 
 inherit setuptools3 python3native pypi
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110385): 
https://lists.openembedded.org/g/openembedded-devel/message/110385
Mute This Topic: https://lists.openembedded.org/mt/106091332/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 37/44] python3-types-psutil: upgrade 5.9.5.20240423 -> 5.9.5.20240511

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- stubs: change psutil's Process.wait timeout argument to float

Signed-off-by: Wang Mingyu 
---
 ...5.9.5.20240423.bb => python3-types-psutil_5.9.5.20240511.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-types-psutil_5.9.5.20240423.bb => 
python3-types-psutil_5.9.5.20240511.bb} (74%)

diff --git 
a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240423.bb 
b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240511.bb
similarity index 74%
rename from 
meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240423.bb
rename to 
meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240511.bb
index 876f93a0f..c4475b755 100644
--- a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240423.bb
+++ b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240511.bb
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"1b976cf86308316c5ac22cec688015b04273c84f8e691c3dfb0c12318f32a6f3"
+SRC_URI[sha256sum] = 
"2c0b22edab6c8775f4a8688e3f14cefda8793e26ddf99d61b654a0d600179087"
 
 BBCLASSEXTEND = "native"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110381): 
https://lists.openembedded.org/g/openembedded-devel/message/110381
Mute This Topic: https://lists.openembedded.org/mt/106091328/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 32/44] python3-pdm: upgrade 2.15.1 -> 2.15.2

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Use get_runner() method to build the task runner in run command.
  runner_cls attribute is deprecated.
- Expand ${PROJECT_ROOT} in source URLs.
- Fix env and other options being inherited in nested composite scripts.
- Keep the ${PROJECT_ROOT} variable in dependencies after running pdm lock
  --update-reuse.
- Make direct_minimal_versions work on newly added dependencies.
- Fix a syntax error in the zsh completion script.

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-pdm_2.15.1.bb => python3-pdm_2.15.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pdm_2.15.1.bb => 
python3-pdm_2.15.2.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb 
b/meta-python/recipes-devtools/python/python3-pdm_2.15.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb
rename to meta-python/recipes-devtools/python/python3-pdm_2.15.2.bb
index 270850061..fee39fd9d 100644
--- a/meta-python/recipes-devtools/python/python3-pdm_2.15.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pdm_2.15.2.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
-SRC_URI[sha256sum] = 
"1c9cd049c1016633a23ef92ec1fc782da8ae0743142ef33faf7d48872f874b39"
+SRC_URI[sha256sum] = 
"c08e87078c29c00e7ad9681dc6a23419dc5617dcbe6cc205024ef4b4e7e28475"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110377): 
https://lists.openembedded.org/g/openembedded-devel/message/110377
Mute This Topic: https://lists.openembedded.org/mt/106091324/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 33/44] python3-pyudev: upgrade 0.24.1 -> 0.24.3

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../{python3-pyudev_0.24.1.bb => python3-pyudev_0.24.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyudev_0.24.1.bb => 
python3-pyudev_0.24.3.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb 
b/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb
rename to meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb
index ed5175fcf..0911b63ed 100644
--- a/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb
@@ -3,7 +3,7 @@ SUMMARY = "A libudev binding"
 LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
-SRC_URI[sha256sum] = 
"75e54d37218f5ac45b0da1f0fd9cc5e526a3cac3ef1cfad410cf7ab338b01471"
+SRC_URI[sha256sum] = 
"2e945427a21674893bb97632401db62139d91cea1ee96137cc7b07ad22198fc7"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110376): 
https://lists.openembedded.org/g/openembedded-devel/message/110376
Mute This Topic: https://lists.openembedded.org/mt/106091323/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 31/44] python3-nocaselist: upgrade 2.0.0 -> 2.0.2

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Bugfixes:
=
- Fixed incorrect formatting of package description on Pypi by setting the
  correct content type in setup.py.
- Fixed safety issues up to 2024-05-04.
- Test: Removed setup.py based installs from "make installtest", since one
  of them started installing a pre-release of a package on an unsupported
  Python version. The recommendation has been for a while now to no longer use
- Docs: Added RTD config file .readthedocs.yaml
- In the Github Actions test workflow for Python 3.6 and 3.7, changed
  macos-latest back to macos-12 because macos-latest got upgraded from macOS
  12 to macOS 14 which no longer supports these Python versions.
- Test: Fixed issues resulting from removal of support for pytest.warns(None)
 in pytest version 8.

Signed-off-by: Wang Mingyu 
---
 ...{python3-nocaselist_2.0.0.bb => python3-nocaselist_2.0.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-nocaselist_2.0.0.bb => 
python3-nocaselist_2.0.2.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_2.0.0.bb 
b/meta-python/recipes-devtools/python/python3-nocaselist_2.0.2.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-nocaselist_2.0.0.bb
rename to meta-python/recipes-devtools/python/python3-nocaselist_2.0.2.bb
index 2ad42247d..913b8ac5e 100644
--- a/meta-python/recipes-devtools/python/python3-nocaselist_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-nocaselist_2.0.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"456aa000c6777c5d21b029c52e532f94328d4fb4f15ad2a4dd3dd62db30b3892"
+SRC_URI[sha256sum] = 
"32708b700a1a53133e6bb5cc53332c9775b0c7c959a5f9725793171fd2f4c8a5"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110379): 
https://lists.openembedded.org/g/openembedded-devel/message/110379
Mute This Topic: https://lists.openembedded.org/mt/106091326/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 34/44] python3-regex: upgrade 2024.4.28 -> 2024.5.10

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
  now needs to be included explicitly because Python.h no longer 
includes it.

Signed-off-by: Wang Mingyu 
---
 .../{python3-regex_2024.4.28.bb => python3-regex_2024.5.10.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-regex_2024.4.28.bb => 
python3-regex_2024.5.10.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-regex_2024.4.28.bb 
b/meta-python/recipes-devtools/python/python3-regex_2024.5.10.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-regex_2024.4.28.bb
rename to meta-python/recipes-devtools/python/python3-regex_2024.5.10.bb
index 62c850dcd..a1878f9b3 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2024.4.28.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2024.5.10.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"83ab366777ea45d58f72593adf35d36ca911ea8bd838483c1823b883a121b0e4"
+SRC_URI[sha256sum] = 
"304e7e2418146ae4d0ef0e9ffa28f881f7874b45b4994cc2279b21b6e7ae50c8"
 
 RDEPENDS:${PN} += " \
python3-stringold \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110378): 
https://lists.openembedded.org/g/openembedded-devel/message/110378
Mute This Topic: https://lists.openembedded.org/mt/106091325/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 19/44] python3-django: upgrade 5.0.4 -> 5.0.6

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
- Fixed a bug in Django 5.0 that caused a crash of Model.save() when creating an
  instance of a model with a GeneratedField and providing a primary key
- Fixed a compatibility issue encountered in Python 3.11.9+ and 3.12.3+ when
  validating email max line lengths with content decoded using the
  surrogateescape error handling scheme
- Fixed a bug in Django 5.0 that caused a crash when applying migrations
  including alterations to GeneratedField such as setting db_index=True on 
SQLite
- Allowed importing aprefetch_related_objects from django.db.models
- Fixed a bug in Django 5.0 that caused a migration crash when a GeneratedField
  was added before any of the referenced fields from its expression definition
- Fixed a bug in Django 5.0 that caused a migration crash when altering a
  GeneratedField referencing a renamed field
- Fixed a bug in Django 5.0 where the querysets argument of GenericPrefetch was
  not required

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-django_5.0.4.bb => python3-django_5.0.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-django_5.0.4.bb => 
python3-django_5.0.6.bb} (56%)

diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.4.bb 
b/meta-python/recipes-devtools/python/python3-django_5.0.6.bb
similarity index 56%
rename from meta-python/recipes-devtools/python/python3-django_5.0.4.bb
rename to meta-python/recipes-devtools/python/python3-django_5.0.6.bb
index 3139ed468..69b25742d 100644
--- a/meta-python/recipes-devtools/python/python3-django_5.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-django_5.0.6.bb
@@ -1,7 +1,7 @@
 require python-django.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = 
"4bd01a8c830bb77a8a3b0e7d8b25b887e536ad17a81ba2dce5476135c73312bd"
+SRC_URI[sha256sum] = 
"ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"
 
 RDEPENDS:${PN} += "\
 python3-sqlparse \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110380): 
https://lists.openembedded.org/g/openembedded-devel/message/110380
Mute This Topic: https://lists.openembedded.org/mt/106091327/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 29/44] python3-moteus: upgrade 0.3.67 -> 0.3.68

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0001-lib-python-remove-self-import-from-setup.py.patch
removed since it's included in 0.3.68

Changelog:
===
Support moteus-c1
Properly detect board hardware when DC input turn-on slew is very slow

Signed-off-by: Wang Mingyu 
---
 ...hon-remove-self-import-from-setup.py.patch | 32 ---
 ...eus_0.3.67.bb => python3-moteus_0.3.68.bb} |  4 +--
 2 files changed, 1 insertion(+), 35 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-moteus/0001-lib-python-remove-self-import-from-setup.py.patch
 rename meta-python/recipes-devtools/python/{python3-moteus_0.3.67.bb => 
python3-moteus_0.3.68.bb} (71%)

diff --git 
a/meta-python/recipes-devtools/python/python3-moteus/0001-lib-python-remove-self-import-from-setup.py.patch
 
b/meta-python/recipes-devtools/python/python3-moteus/0001-lib-python-remove-self-import-from-setup.py.patch
deleted file mode 100644
index 10acd7b8c..0
--- 
a/meta-python/recipes-devtools/python/python3-moteus/0001-lib-python-remove-self-import-from-setup.py.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 7490ac4629c7fe0dc329647e6e000d4bc13c610d Mon Sep 17 00:00:00 2001
-From: Richard Leitner 
-Date: Wed, 24 Jan 2024 00:49:45 +0100
-Subject: [PATCH] lib: python: remove self-import from setup.py
-
-Importing moteus itself within the setup.py creates some kind of a
-chicken-and-egg problem. Furthermore it isn't used anywhere within
-setup.py. Therefore remove the corresponding import.
-
-Signed-off-by: Richard Leitner 
-
-Upstream-Status: Backport 
[https://github.com/mjbots/moteus/commit/7490ac4629c7fe0dc329647e6e000d4bc13c610d]

- setup.py | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 2731685..6c6064d 100644
 a/setup.py
-+++ b/setup.py
-@@ -17,8 +17,6 @@
- import setuptools
- import pathlib
- 
--import moteus
--
- here = pathlib.Path(__file__).parent.resolve()
- 
- # Get the long description from the README file
--- 
-2.40.1
-
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.67.bb 
b/meta-python/recipes-devtools/python/python3-moteus_0.3.68.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-moteus_0.3.67.bb
rename to meta-python/recipes-devtools/python/python3-moteus_0.3.68.bb
index 3c93ee44f..d99d30e63 100644
--- a/meta-python/recipes-devtools/python/python3-moteus_0.3.67.bb
+++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.68.bb
@@ -5,9 +5,7 @@ LIC_FILES_CHKSUM = 
"file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a
 
 inherit pypi setuptools3
 
-SRC_URI += "file://0001-lib-python-remove-self-import-from-setup.py.patch"
-
-SRC_URI[sha256sum] = 
"a2122f20f59b8962057cf8d3fb583e0aa19006eaf2cde49e30027a4d1b8bf925"
+SRC_URI[sha256sum] = 
"a5c4259ecc20cbb5dea9352f8364300db45eab971fa7bddd1625da9b16d63248"
 
 S = "${WORKDIR}/moteus-${PV}"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110375): 
https://lists.openembedded.org/g/openembedded-devel/message/110375
Mute This Topic: https://lists.openembedded.org/mt/106091322/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 30/44] python3-nocasedict: upgrade 2.0.1 -> 2.0.3

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Bugfixes:
=
- Docs: Added Python 3.12 to the supported versions in the package metadata.
- Docs: Updated the README file with the changes from the introduction section
  w.r.t. Python 2 and limitations.
- Dev: Fixed flake8 issue about comparing types in test code.
- Fixed safety issues up to 2024-05-05. No changes in package dependencies.
- Test: Removed setup.py based installs from "make installtest", since one of
  them started installing a pre-release of a package on an unsupported Python
  version. The recommendation has been for a while now to no longer use
- Docs: Added RTD config file .readthedocs.yaml
- Test: In the Github Actions test workflow for Python 3.6 and 3.7, changed
  macos-latest back to macos-12 because macos-latest got upgraded from macOS 12
  to macOS 14 which no longer supports these Python versions.
- Test: Fixed issues resulting from removal of support for pytest.warns(None)
  in pytest version 8.
- Docs: Converted README file from RST to MarkDown to fix badge alignment issue
- Dev: Added missing dependency to minimum-constraints.txt to several make
  targets that used it with PACKAGE_LEVEL=minimum.

Signed-off-by: Wang Mingyu 
---
 ...{python3-nocasedict_2.0.1.bb => python3-nocasedict_2.0.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-nocasedict_2.0.1.bb => 
python3-nocasedict_2.0.3.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.0.1.bb 
b/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-nocasedict_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
index 5a2985817..105c20b5a 100644
--- a/meta-python/recipes-devtools/python/python3-nocasedict_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_2.0.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pywbem/nocasedict;
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
 
-SRC_URI[sha256sum] = 
"960cb699f1209da80ac39e3ab50aa7342fe8ca9f70606c23447a510550435e50"
+SRC_URI[sha256sum] = 
"1c9226c7f5a8a97ad51dcb0ae3157a720e3f7cb9c4568d22ea3a05e3f85658a9"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110374): 
https://lists.openembedded.org/g/openembedded-devel/message/110374
Mute This Topic: https://lists.openembedded.org/mt/106091321/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 27/44] python3-langtable: upgrade 0.0.65 -> 0.0.66

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- Fix syntax error in a keyboard layout name for t
- Add mdf
- Use "in(eng)" keyboard layout instead of "us" for BD to get AltGr enabled
- Get translation changes from CLDR
- Add option to include changed translations as well to the script getting 
translations from CLDR
- Add reference to the the PyPI package to the README.md. And add a README.html 
and README generated from the README.md.
- Make test outputs somewhat more verbose, even when all tests pass
- Fix Makefile twine-upload target for new authentification

Signed-off-by: Wang Mingyu 
---
 ...{python3-langtable_0.0.65.bb => python3-langtable_0.0.66.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-langtable_0.0.65.bb => 
python3-langtable_0.0.66.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.65.bb 
b/meta-python/recipes-devtools/python/python3-langtable_0.0.66.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-langtable_0.0.65.bb
rename to meta-python/recipes-devtools/python/python3-langtable_0.0.66.bb
index fa9edc67d..26a4f1921 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.65.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.66.bb
@@ -6,7 +6,7 @@ SECTION = "devel/python"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-SRC_URI[sha256sum] = 
"791ec5403859704e1dee4d2a056a30ec21d1e7bc040658ce62c40e0427ba4333"
+SRC_URI[sha256sum] = 
"0679e9014aa25916a8184c7bb5082fe983a661ab958d37f5fb75461abf5fb342"
 
 inherit pypi setuptools3 python3native
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110373): 
https://lists.openembedded.org/g/openembedded-devel/message/110373
Mute This Topic: https://lists.openembedded.org/mt/106091320/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 28/44] python3-marshmallow: upgrade 3.21.1 -> 3.21.2

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Allow timestamp 0 in fields.DateTime

Signed-off-by: Wang Mingyu 
---
 ...hon3-marshmallow_3.21.1.bb => python3-marshmallow_3.21.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-marshmallow_3.21.1.bb => 
python3-marshmallow_3.21.2.bb} (92%)

diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.21.1.bb 
b/meta-python/recipes-devtools/python/python3-marshmallow_3.21.2.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-marshmallow_3.21.1.bb
rename to meta-python/recipes-devtools/python/python3-marshmallow_3.21.2.bb
index bf1d8dd29..11351230c 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.21.1.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.21.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "\
 file://LICENSE;md5=27586b20700d7544c06933afe56f7df4 \
 
file://docs/license.rst;md5=13da439ad060419fb7cf364523017cfb"
 
-SRC_URI[sha256sum] = 
"4e65e9e0d80fc9e609574b9983cf32579f305c718afb30d7233ab818571768c3"
+SRC_URI[sha256sum] = 
"82408deadd8b33d56338d2182d455db632c6313aa2af61916672146bb32edc56"
 
 inherit python_flit_core pypi ptest
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110372): 
https://lists.openembedded.org/g/openembedded-devel/message/110372
Mute This Topic: https://lists.openembedded.org/mt/106091319/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 22/44] python3-gmqtt: upgrade 0.6.14 -> 0.6.16

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Make some acknowledgment logs debug level

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-gmqtt_0.6.14.bb => python3-gmqtt_0.6.16.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-gmqtt_0.6.14.bb => 
python3-gmqtt_0.6.16.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.14.bb 
b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.16.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-gmqtt_0.6.14.bb
rename to meta-python/recipes-devtools/python/python3-gmqtt_0.6.16.bb
index 5d8a3ba51..20cdee80f 100644
--- a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.14.bb
+++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.16.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/wialon/gmqtt;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=903f1792621a3b35ee546da75d139177"
 
-SRC_URI[sha256sum] = 
"45b0f7794247455b9163155eeedf41c86e303c72b79056bf65d33038b17443a3"
+SRC_URI[sha256sum] = 
"ddd1fdc1c6ae604e74377cf70e99f067e579c03c1c71a6acd494e199e93b7fa4"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110369): 
https://lists.openembedded.org/g/openembedded-devel/message/110369
Mute This Topic: https://lists.openembedded.org/mt/106091316/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 26/44] python3-joblib: upgrade 1.4.0 -> 1.4.2

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- TST add a test that ensures conservation of byte order during IPC
- DOC fix typos in CHANGES.rst
- DOC typo in docs
- FIX revert MemorizedFunc.call API change

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-joblib_1.4.0.bb => python3-joblib_1.4.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-joblib_1.4.0.bb => 
python3-joblib_1.4.2.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-joblib_1.4.0.bb 
b/meta-python/recipes-devtools/python/python3-joblib_1.4.2.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-joblib_1.4.0.bb
rename to meta-python/recipes-devtools/python/python3-joblib_1.4.2.bb
index 868e3f211..13d2a448d 100644
--- a/meta-python/recipes-devtools/python/python3-joblib_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-joblib_1.4.2.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=2e481820abf0a70a18011a30153df066"
 
 inherit setuptools3 pypi
 
-SRC_URI[sha256sum] = 
"1eb0dc091919cd384490de890cb5dfd538410a6d4b3b54eef09fb8c50b409b1c"
+SRC_URI[sha256sum] = 
"2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e"
 
 RDEPENDS:${PN} += " \
 python3-asyncio \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110370): 
https://lists.openembedded.org/g/openembedded-devel/message/110370
Mute This Topic: https://lists.openembedded.org/mt/106091317/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 24/44] python3-google-api-python-client: upgrade 2.127.0 -> 2.129.0

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 ...t_2.127.0.bb => python3-google-api-python-client_2.129.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-google-api-python-client_2.127.0.bb
 => python3-google-api-python-client_2.129.0.bb} (85%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.127.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.129.0.bb
similarity index 85%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.127.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.129.0.bb
index 4c9bbc6cf..2517cddd3 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.127.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.129.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = 
"https://github.com/googleapis/google-api-python-client;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"bbb51b0fbccdf40e536c26341e372d7800f09afebb53103bbcc94e08f14b523b"
+SRC_URI[sha256sum] = 
"984cc8cc8eb4923468b1926d2b8effc5b459a4dda3c845896eb87c153b28ef84"
 
 inherit pypi setuptools3
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110371): 
https://lists.openembedded.org/g/openembedded-devel/message/110371
Mute This Topic: https://lists.openembedded.org/mt/106091318/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 18/44] python3-dbus-fast: upgrade 2.21.1 -> 2.21.2

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Fix introspection bogus child paths

Signed-off-by: Wang Mingyu 
---
 ...{python3-dbus-fast_2.21.1.bb => python3-dbus-fast_2.21.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-dbus-fast_2.21.1.bb => 
python3-dbus-fast_2.21.2.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-dbus-fast_2.21.1.bb 
b/meta-python/recipes-devtools/python/python3-dbus-fast_2.21.2.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-dbus-fast_2.21.1.bb
rename to meta-python/recipes-devtools/python/python3-dbus-fast_2.21.2.bb
index 9e2566175..aa1cf2b0b 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-fast_2.21.1.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-fast_2.21.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bluetooth-devices/dbus-fast;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=729e372b5ea0168438e4fd4a00a04947"
 
-SRC_URI[sha256sum] = 
"87b852d2005f1d59399ca51c5f3538f28a4742d739d7abe82b7ae8d01d8a5d02"
+SRC_URI[sha256sum] = 
"8645187b2e86c5141217adcb462d6dbecd37fb2ab8705f66b3773a66206ef83d"
 
 PYPI_PACKAGE = "dbus_fast"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110366): 
https://lists.openembedded.org/g/openembedded-devel/message/110366
Mute This Topic: https://lists.openembedded.org/mt/106091313/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 21/44] python3-freezegun: upgrade 1.5.0 -> 1.5.1

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Fix the typing of the 'tick()' method, and improve it's behaviour.

Signed-off-by: Wang Mingyu 
---
 .../{python3-freezegun_1.5.0.bb => python3-freezegun_1.5.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-freezegun_1.5.0.bb => 
python3-freezegun_1.5.1.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-freezegun_1.5.0.bb 
b/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-freezegun_1.5.0.bb
rename to meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb
index b9cbedbf7..8b5750df4 100644
--- a/meta-python/recipes-devtools/python/python3-freezegun_1.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/spulec/freezegun;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=acf1d209bb6eddae4cbe6ffd6a0144fe"
 
-SRC_URI[sha256sum] = 
"200a64359b363aa3653d8aac289584078386c7c3da77339d257e46a01fb5c77c"
+SRC_URI[sha256sum] = 
"b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9"
 
 inherit pypi python_setuptools_build_meta ptest
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110367): 
https://lists.openembedded.org/g/openembedded-devel/message/110367
Mute This Topic: https://lists.openembedded.org/mt/106091314/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 23/44] python3-google-api-core: upgrade 2.18.0 -> 2.19.0

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Add google.api_core.version_header

Signed-off-by: Wang Mingyu 
---
 ...gle-api-core_2.18.0.bb => python3-google-api-core_2.19.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-api-core_2.18.0.bb 
=> python3-google-api-core_2.19.0.bb} (85%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb 
b/meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb
similarity index 85%
rename from 
meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb
rename to meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb
index b4cbafa85..d177fcde5 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.18.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"62d97417bfc674d6cef251e5c4d639a9655e00c45528c4364fbfebb478ce72a9"
+SRC_URI[sha256sum] = 
"cf1b7c2694047886d2af1128a03ae99e391108a08804f87cfd35970e49c9cd10"
 
 RDEPENDS:${PN} += "\
 python3-asyncio \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110368): 
https://lists.openembedded.org/g/openembedded-devel/message/110368
Mute This Topic: https://lists.openembedded.org/mt/106091315/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 20/44] python3-filelock: upgrade 3.13.4 -> 3.14.0

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 feat: blocking parameter on lock constructor with tests and docs

Signed-off-by: Wang Mingyu 
---
 .../{python3-filelock_3.13.4.bb => python3-filelock_3.14.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-filelock_3.13.4.bb => 
python3-filelock_3.14.0.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.13.4.bb 
b/meta-python/recipes-devtools/python/python3-filelock_3.14.0.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-filelock_3.13.4.bb
rename to meta-python/recipes-devtools/python/python3-filelock_3.14.0.bb
index 4d6d19551..d94ad4bf3 100644
--- a/meta-python/recipes-devtools/python/python3-filelock_3.13.4.bb
+++ b/meta-python/recipes-devtools/python/python3-filelock_3.14.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://py-filelock.readthedocs.io/;
 LICENSE = "Unlicense"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
 
-SRC_URI[sha256sum] = 
"d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4"
+SRC_URI[sha256sum] = 
"6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a"
 
 BBCLASSEXTEND = "native nativesdk"
 inherit pypi python_hatchling
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110365): 
https://lists.openembedded.org/g/openembedded-devel/message/110365
Mute This Topic: https://lists.openembedded.org/mt/106091312/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 17/44] python3-bitstring: upgrade 4.2.1 -> 4.2.2

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

License-Update:
 file type changed from "ASCII text, with CRLF line terminators" to "ASCII text"

Signed-off-by: Wang Mingyu 
---
 ...{python3-bitstring_4.2.1.bb => python3-bitstring_4.2.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-bitstring_4.2.1.bb => 
python3-bitstring_4.2.2.bb} (68%)

diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb 
b/meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb
rename to meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb
index 8485e2e8f..feeed55c3 100644
--- a/meta-python/recipes-devtools/python/python3-bitstring_4.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-bitstring_4.2.2.bb
@@ -1,9 +1,9 @@
 SUMMARY = "Simple construction, analysis and modification of binary data."
 HOMEPAGE = "https://github.com/scott-griffiths/bitstring;
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f7f2fd3f1cd52b5ccd39d76fb3568d3f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=661f450e2c0aef39b4b15597333444a7"
 
-SRC_URI[sha256sum] = 
"8abb5a661588c764bacf1a23d64c7bb57517d2841e3e6f54fb8c057119e0540d"
+SRC_URI[sha256sum] = 
"b40b01d911eebaea6efff40d826580806dced5e04b9d3cbad6aebf9422f4b643"
 
 PYPI_PACKAGE = "bitstring"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110364): 
https://lists.openembedded.org/g/openembedded-devel/message/110364
Mute This Topic: https://lists.openembedded.org/mt/106091311/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 16/44] python3-asyncinotify: upgrade 4.0.6 -> 4.0.9

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- switch theme to furo from alabaster
- add .readthedocs.yaml
- bump version and change repo url

Signed-off-by: Wang Mingyu 
---
 ...hon3-asyncinotify_4.0.6.bb => python3-asyncinotify_4.0.9.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-asyncinotify_4.0.6.bb => 
python3-asyncinotify_4.0.9.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb 
b/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.9.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb
rename to meta-python/recipes-devtools/python/python3-asyncinotify_4.0.9.bb
index 34f7187d4..0946dd2a3 100644
--- a/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-asyncinotify_4.0.9.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify;
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f75d2927d3c1ed2414ef72048f5ad640"
 
-SRC_URI[sha256sum] = 
"c03fdb1a7dbb6bed8ede763e4e0ac224a2a3157bdc51e4ba3832588a3c29904d"
+SRC_URI[sha256sum] = 
"d0fc2c9af487b6ac2a3bd7db7b5139de54afcc3660720f80d7324b122a27c1c7"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110362): 
https://lists.openembedded.org/g/openembedded-devel/message/110362
Mute This Topic: https://lists.openembedded.org/mt/106091309/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [PATCH 14/44] postgresql: upgrade 16.2 -> 16.3

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

0003-configure.ac-bypass-autoconf-2.69-version-check.patch
refreshed for 16.3

Changelog:
 https://www.postgresql.org/docs/release/16.3/

Signed-off-by: Wang Mingyu 
---
 .../0003-configure.ac-bypass-autoconf-2.69-version-check.patch  | 2 +-
 meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch| 2 +-
 .../postgresql/{postgresql_16.2.bb => postgresql_16.3.bb}   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-dbs/postgresql/{postgresql_16.2.bb => 
postgresql_16.3.bb} (86%)

diff --git 
a/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch
 
b/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch
index d76d1991b..9df4d073f 100644
--- 
a/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch
+++ 
b/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch
@@ -18,7 +18,7 @@ index 401ce30..27f382d 100644
 +++ b/configure.ac
 @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
  
- AC_INIT([PostgreSQL], [16.2], [pgsql-b...@lists.postgresql.org], [], 
[https://www.postgresql.org/])
+ AC_INIT([PostgreSQL], [16.3], [pgsql-b...@lists.postgresql.org], [], 
[https://www.postgresql.org/])
  
 -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 
2.69 is required.
 -Untested combinations of 'autoconf' and PostgreSQL versions are not
diff --git a/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch 
b/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch
index fa46912ee..1f735f322 100644
--- a/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch
+++ b/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch
@@ -23,7 +23,7 @@ diff --git a/configure.ac b/configure.ac
 index fba79ee..7170f26 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -2261,7 +2261,7 @@ Use --without-tcl to disable building PL/Tcl.])
+@@ -2297,7 +2297,7 @@ Use --without-tcl to disable building PL/Tcl.])
  fi
  
  # check for 
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_16.2.bb 
b/meta-oe/recipes-dbs/postgresql/postgresql_16.3.bb
similarity index 86%
rename from meta-oe/recipes-dbs/postgresql/postgresql_16.2.bb
rename to meta-oe/recipes-dbs/postgresql/postgresql_16.3.bb
index 31f83a564..6df719cd9 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql_16.2.bb
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_16.3.bb
@@ -11,6 +11,6 @@ SRC_URI += "\
file://0005-postgresql-fix-ptest-failure-of-sysviews.patch \
 "
 
-SRC_URI[sha256sum] = 
"446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952"
+SRC_URI[sha256sum] = 
"331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585"
 
 CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Ddoesn't apply to out 
configuration of postgresql so we can safely ignore it."
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110363): 
https://lists.openembedded.org/g/openembedded-devel/message/110363
Mute This Topic: https://lists.openembedded.org/mt/106091310/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 12/44] opencl-icd-loader: upgrade 2023.12.14 -> 2024.05.08

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Synchronize with OpenCL v3.0.16 specification release.

Signed-off-by: Wang Mingyu 
---
 ...icd-loader_2023.12.14.bb => opencl-icd-loader_2024.05.08.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-core/opencl/{opencl-icd-loader_2023.12.14.bb => 
opencl-icd-loader_2024.05.08.bb} (96%)

diff --git a/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb 
b/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb
similarity index 96%
rename from meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb
rename to meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb
index 146ec6e47..38db7a245 100644
--- a/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb
+++ b/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb
@@ -13,7 +13,7 @@ RPROVIDES:${PN} = "virtual-opencl-icd"
 
 S = "${WORKDIR}/git"
 
-SRCREV = "229410f86a8c8c9e0f86f195409e5481a2bae067"
+SRCREV = "861b68b290e76d08e7241608479c16431f529945"
 SRC_URI = 
"git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;protocol=https"
 
 EXTRA_OECMAKE:append = " \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110360): 
https://lists.openembedded.org/g/openembedded-devel/message/110360
Mute This Topic: https://lists.openembedded.org/mt/106091307/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH 13/44] openipmi: upgrade 2.0.34 -> 2.0.35

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Signed-off-by: Wang Mingyu 
---
 .../openipmi/{openipmi_2.0.34.bb => openipmi_2.0.35.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/openipmi/{openipmi_2.0.34.bb => 
openipmi_2.0.35.bb} (98%)

diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.34.bb 
b/meta-networking/recipes-support/openipmi/openipmi_2.0.35.bb
similarity index 98%
rename from meta-networking/recipes-support/openipmi/openipmi_2.0.34.bb
rename to meta-networking/recipes-support/openipmi/openipmi_2.0.35.bb
index 743eef3b7..96d60a01f 100644
--- a/meta-networking/recipes-support/openipmi/openipmi_2.0.34.bb
+++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.35.bb
@@ -34,7 +34,7 @@ SRC_URI = 
"${SOURCEFORGE_MIRROR}/openipmi/OpenIPMI-${PV}.tar.gz \
 
 S = "${WORKDIR}/OpenIPMI-${PV}"
 
-SRC_URI[sha256sum] = 
"93227e43c72b5c3bd5949323e0669aa5527d1a971473a3a365af03fb8284a95f"
+SRC_URI[sha256sum] = 
"b059114f6299d73f04ff6e76a0857a0ab81aa362dee99644d256b223872437ad"
 
 inherit autotools-brokensep pkgconfig perlnative update-rc.d systemd cpan-base 
python3targetconfig
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110361): 
https://lists.openembedded.org/g/openembedded-devel/message/110361
Mute This Topic: https://lists.openembedded.org/mt/106091308/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking] [PATCH 10/44] networkmanager-openvpn: upgrade 1.10.2 -> 1.11.0

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
* Improve the support for 2FA dynamic challenge, not
  saving the response into the profile.

Signed-off-by: Wang Mingyu 
---
 ...nager-openvpn_1.10.2.bb => networkmanager-openvpn_1.11.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-networking/recipes-connectivity/networkmanager/{networkmanager-openvpn_1.10.2.bb
 => networkmanager-openvpn_1.11.0.bb} (95%)

diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.10.2.bb
 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.11.0.bb
similarity index 95%
rename from 
meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.10.2.bb
rename to 
meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.11.0.bb
index cdef11c89..f44526ff9 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.10.2.bb
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.11.0.bb
@@ -13,7 +13,7 @@ SRC_URI = 
"${GNOME_MIRROR}/NetworkManager-openvpn/${@gnome_verdir("${PV}")}/Netw
 
 SRC_URI:append:libc-musl = "${@bb.utils.contains('DISTRO_FEATURES', 
'ld-is-lld', ' file://0001-linker-scripts-Do-not-export-_IO_stdin_used.patch', 
'', d)}"
 
-SRC_URI[sha256sum] = 
"62f0f2a8782221b923f212ac2a8ebbc1002efd6a90ee945dad4adfb56d076d21"
+SRC_URI[sha256sum] = 
"2128de06f91b33c13d63cdaa6e178bc1ca57fc770cde3bc7c24891f4d9824501"
 
 S = "${WORKDIR}/NetworkManager-openvpn-${PV}"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110358): 
https://lists.openembedded.org/g/openembedded-devel/message/110358
Mute This Topic: https://lists.openembedded.org/mt/106091305/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-python] [PATCH 15/44] python3-astroid: upgrade 3.1.0 -> 3.2.0

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- .pyi stub files are now preferred over .py files when resolving imports, 
(except for numpy).
- igetattr() returns the last same-named function in a class (instead of
  the first). This avoids false positives in pylint with @overload.
- Adds module_denylist to AstroidManager for modules to be skipped during AST
  generation. Modules in this list will cause an AstroidImportError to be raised
  when an AST for them is requested.
- Make astroid.interpreter._import.util.is_namespace only consider modules
  using a loader set to NamespaceLoader or None as namespaces.
  This fixes a problem that six.moves brain was not effective if six.moves
  was already imported.

Signed-off-by: Wang Mingyu 
---
 .../{python3-astroid_3.1.0.bb => python3-astroid_3.2.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-astroid_3.1.0.bb => 
python3-astroid_3.2.0.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python3-astroid_3.1.0.bb 
b/meta-python/recipes-devtools/python/python3-astroid_3.2.0.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-astroid_3.1.0.bb
rename to meta-python/recipes-devtools/python/python3-astroid_3.2.0.bb
index 3c68f1e58..e97494fd9 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_3.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_3.2.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = 
"ac248253bfa4bd924a0de213707e7ebeeb3138abeb48d798784ead1e56d419d4"
+SRC_URI[sha256sum] = 
"f7f829f8506ade59f1b3c6c93d8fac5b1ebc721685fa9af23e9794daf1d450a3"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110359): 
https://lists.openembedded.org/g/openembedded-devel/message/110359
Mute This Topic: https://lists.openembedded.org/mt/106091306/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 11/44] opencl-headers: upgrade 2023.12.14 -> 2024.05.08

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
  Synchronize with OpenCL v3.0.16 specification release.

Signed-off-by: Wang Mingyu 
---
 ...pencl-headers_2023.12.14.bb => opencl-headers_2024.05.08.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-core/opencl/{opencl-headers_2023.12.14.bb => 
opencl-headers_2024.05.08.bb} (91%)

diff --git a/meta-oe/recipes-core/opencl/opencl-headers_2023.12.14.bb 
b/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb
similarity index 91%
rename from meta-oe/recipes-core/opencl/opencl-headers_2023.12.14.bb
rename to meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb
index 8b1c79566..01e83c812 100644
--- a/meta-oe/recipes-core/opencl/opencl-headers_2023.12.14.bb
+++ b/meta-oe/recipes-core/opencl/opencl-headers_2024.05.08.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SECTION = "base"
 
 S = "${WORKDIR}/git"
-SRCREV = "2368105c0531069fe927989505de7d125ec58c55"
+SRCREV = "8275634cf9ec31b6484c2e6be756237cb583999d"
 SRC_URI = 
"git://github.com/KhronosGroup/OpenCL-Headers.git;branch=main;protocol=https"
 
 do_configure[noexec] = "1"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110357): 
https://lists.openembedded.org/g/openembedded-devel/message/110357
Mute This Topic: https://lists.openembedded.org/mt/106091304/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 09/44] ndctl: upgrade v78 -> v79

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- incorporates functionality up to and including the 6.9 kernel.
- Highlights include test and build fixes a new cxl-wait-sanitize
  command, support for QOS Class in cxl-create-region, and a new
  cxl-set-alert-config command.

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-core/ndctl/{ndctl_v78.bb => ndctl_v79.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-core/ndctl/{ndctl_v78.bb => ndctl_v79.bb} (96%)

diff --git a/meta-oe/recipes-core/ndctl/ndctl_v78.bb 
b/meta-oe/recipes-core/ndctl/ndctl_v79.bb
similarity index 96%
rename from meta-oe/recipes-core/ndctl/ndctl_v78.bb
rename to meta-oe/recipes-core/ndctl/ndctl_v79.bb
index 907c02c7c..9a4bc49d1 100644
--- a/meta-oe/recipes-core/ndctl/ndctl_v78.bb
+++ b/meta-oe/recipes-core/ndctl/ndctl_v79.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=74a614eac8b2657a4b8e6607421a0883"
 
 inherit meson pkgconfig bash-completion systemd
 
-SRCREV = "a871e6153b11fe63780b37cdcb1eb347b296095c"
+SRCREV = "16f45755f991f4fb6d76fec70a42992426c84234"
 SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https \
file://0001-include-libgen.h-for-basename.patch"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110356): 
https://lists.openembedded.org/g/openembedded-devel/message/110356
Mute This Topic: https://lists.openembedded.org/mt/106091303/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 08/44] nano: upgrade 7.2 -> 8.0

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
=
- Above modern bindings are activated also when the name of nano's
  executable (or a symlink to it) starts with the letter "e".
- To open a file at a certain line number, one can now use also
  'nano filename:number', besides 'nano +number filename'.
-  and  put the cursor on the first and last
  row in the viewport, while retaining the horizontal position.
- When the three digits in an #RGB color code are all the same,
  the code is mapped to the xterm grey scale, giving access to
  fourteen levels of grey instead of just four.
- For easier access, M-" is bound to placing/removing an anchor,
  and M-' to jumping to the next anchor.
- Whenever an error occurs, the keystroke buffer is cleared, thus
  stopping the execution of a macro or a string bind.
- The mousewheel scrolls the viewport instead of moving the cursor.

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-support/nano/{nano_7.2.bb => nano_8.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/nano/{nano_7.2.bb => nano_8.0.bb} (88%)

diff --git a/meta-oe/recipes-support/nano/nano_7.2.bb 
b/meta-oe/recipes-support/nano/nano_8.0.bb
similarity index 88%
rename from meta-oe/recipes-support/nano/nano_7.2.bb
rename to meta-oe/recipes-support/nano/nano_8.0.bb
index 0642287c9..56aa47f64 100644
--- a/meta-oe/recipes-support/nano/nano_7.2.bb
+++ b/meta-oe/recipes-support/nano/nano_8.0.bb
@@ -13,7 +13,7 @@ RDEPENDS:${PN} = "ncurses-terminfo-base"
 PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
 
 SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz;
-SRC_URI[sha256sum] = 
"86f3442768bd2873cec693f83cdf80b4b444ad3cc14760b74361474fc87a4526"
+SRC_URI[sha256sum] = 
"c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4"
 
 UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano;
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110354): 
https://lists.openembedded.org/g/openembedded-devel/message/110354
Mute This Topic: https://lists.openembedded.org/mt/106091301/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 07/44] liburing: upgrade 2.5 -> 2.6

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- Add getsockopt and setsockopt socket commands
- Add test cases to test/hardlink
- Man page fixes
- Add futex support, and test cases
- Add waitid support, and test cases
- Add read multishot, and test cases
- Add support for IORING_SETUP_NO_SQARRAY
- Use IORING_SETUP_NO_SQARRAY as the default
- Add support for IORING_OP_FIXED_FD_INSTALL
- Add io_uring_prep_fixed_fd_install() helper
- Support for napi busy polling
- Improve/add test cases
- Man page fixes
- Add sample 'proxy' example

Signed-off-by: Wang Mingyu 
---
 .../liburing/{liburing_2.5.bb => liburing_2.6.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/liburing/{liburing_2.5.bb => liburing_2.6.bb} 
(95%)

diff --git a/meta-oe/recipes-support/liburing/liburing_2.5.bb 
b/meta-oe/recipes-support/liburing/liburing_2.6.bb
similarity index 95%
rename from meta-oe/recipes-support/liburing/liburing_2.5.bb
rename to meta-oe/recipes-support/liburing/liburing_2.6.bb
index 440259ffb..b892ce4ac 100644
--- a/meta-oe/recipes-support/liburing/liburing_2.5.bb
+++ b/meta-oe/recipes-support/liburing/liburing_2.6.bb
@@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only | MIT"
 LIC_FILES_CHKSUM = 
"file://README;beginline=41;endline=44;md5=2b0e9926530c269f5ae95560370195af"
 
 SRC_URI = "git://github.com/axboe/liburing.git;branch=master;protocol=https"
-SRCREV = "f4e42a515cd78c8c9cac2be14222834be5f8df2b"
+SRCREV = "f7dcc1ea60819475dffd3a45059e16f04381bee7"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110355): 
https://lists.openembedded.org/g/openembedded-devel/message/110355
Mute This Topic: https://lists.openembedded.org/mt/106091302/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-perl] [PATCH 05/44] libnet-dns-perl: upgrade 1.40 -> 1.45

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:

- Add support for EDNS CO flag.
- Simplify testing of resolver error paths.
- Prevent read beyond end of RDATA in corrupt SVCB RR.
- Update b.root-servers.net addresses in resolver hints.
- Improve accuracy and completeness of dependency metadata.
- Nameserver: hangs on persistent TCP connection (Windows).
- IPSECKEY: leave gateway undefined for gatetype 0.
- Remove remaining support for GOST.
- Accept inbound Ethernet "Jumbo" UDP packet.
- Facilitate decoding of mDNS/SD packets with compressed RDATA.

Signed-off-by: Wang Mingyu 
---
 .../libnet/{libnet-dns-perl_1.40.bb => libnet-dns-perl_1.45.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libnet/{libnet-dns-perl_1.40.bb => 
libnet-dns-perl_1.45.bb} (95%)

diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.40.bb 
b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.45.bb
similarity index 95%
rename from meta-perl/recipes-perl/libnet/libnet-dns-perl_1.40.bb
rename to meta-perl/recipes-perl/libnet/libnet-dns-perl_1.45.bb
index e30125ab7..21f5b7f57 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.40.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.45.bb
@@ -9,7 +9,7 @@ DEPENDS += "perl"
 
 SRC_URI = 
"http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz;
 
-SRC_URI[sha256sum] = 
"209bbd40de8d48c1bd7aade48da237fe0a499f89d279baa2e1a99bd5ec922ddc"
+SRC_URI[sha256sum] = 
"39f4b82ffe822f4d28691f6c4260f6f1fe6b5a09b546b56dd2410c21b38c1380"
 
 UPSTREAM_CHECK_REGEX = "Net\-DNS\-(?P(\d+\.\d+))(?!_\d+).tar"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110352): 
https://lists.openembedded.org/g/openembedded-devel/message/110352
Mute This Topic: https://lists.openembedded.org/mt/106091299/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 06/44] libnvme: upgrade 1.8 -> 1.9

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 https://github.com/linux-nvme/libnvme/releases/tag/v1.9

Signed-off-by: Wang Mingyu 
---
 .../recipes-support/libnvme/{libnvme_1.8.bb => libnvme_1.9.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libnvme/{libnvme_1.8.bb => libnvme_1.9.bb} (94%)

diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.8.bb 
b/meta-oe/recipes-support/libnvme/libnvme_1.9.bb
similarity index 94%
rename from meta-oe/recipes-support/libnvme/libnvme_1.8.bb
rename to meta-oe/recipes-support/libnvme/libnvme_1.9.bb
index 3894facec..1e03b4e7a 100644
--- a/meta-oe/recipes-support/libnvme/libnvme_1.8.bb
+++ b/meta-oe/recipes-support/libnvme/libnvme_1.9.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=4fbd65380cdd255951079008b364516c \
 
file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \
 
file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2"
 DEPENDS = "json-c"
-SRCREV = "bff7dda7e2a0f883d0b89e23fed725c916de3e61"
+SRCREV = "80c5cf2aa45f4afc7571dc48850fae3fd62828af"
 
 SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110353): 
https://lists.openembedded.org/g/openembedded-devel/message/110353
Mute This Topic: https://lists.openembedded.org/mt/106091300/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 03/44] hwdata: upgrade 0.381 -> 0.382

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
 Update pci and vendor ids

Signed-off-by: Wang Mingyu 
---
 .../recipes-support/hwdata/{hwdata_0.381.bb => hwdata_0.382.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/hwdata/{hwdata_0.381.bb => hwdata_0.382.bb} 
(91%)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.381.bb 
b/meta-oe/recipes-support/hwdata/hwdata_0.382.bb
similarity index 91%
rename from meta-oe/recipes-support/hwdata/hwdata_0.381.bb
rename to meta-oe/recipes-support/hwdata/hwdata_0.382.bb
index 291b27372..a2bb7a334 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.381.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_0.382.bb
@@ -5,7 +5,7 @@ SECTION = "System/Base"
 LICENSE = "GPL-2.0-or-later | XFree86-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
-SRCREV = "4463530857af32d9dbfcfa9939c2304b51e5e58d"
+SRCREV = "94b82b56d6ee7c7ada381b3b02fecfca4ff7af1c"
 SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110350): 
https://lists.openembedded.org/g/openembedded-devel/message/110350
Mute This Topic: https://lists.openembedded.org/mt/106091297/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 04/44] libbpf: upgrade 1.4.0 -> 1.4.2

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- remove unnecessary struct_ops prog validity check
- handle yet another corner case of nulling out struct_ops program
- fix libbpf_strerror_r() handling unknown errors
- libbpf: improve early detection of doomed-to-fail BPF program loading

Signed-off-by: Wang Mingyu 
---
 .../libbpf/{libbpf_1.4.0.bb => libbpf_1.4.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-kernel/libbpf/{libbpf_1.4.0.bb => libbpf_1.4.2.bb} (92%)

diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.4.0.bb 
b/meta-oe/recipes-kernel/libbpf/libbpf_1.4.2.bb
similarity index 92%
rename from meta-oe/recipes-kernel/libbpf/libbpf_1.4.0.bb
rename to meta-oe/recipes-kernel/libbpf/libbpf_1.4.2.bb
index f2ec48f39..928482ba3 100644
--- a/meta-oe/recipes-kernel/libbpf/libbpf_1.4.0.bb
+++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.4.2.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = 
"file://../LICENSE.LGPL-2.1;md5=b370887980db5dd40659b50909238
 
 DEPENDS = "zlib elfutils"
 
-SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master"
-SRCREV = "20ea95b4505c477af3b6ff6ce9d19cee868ddc5d"
+SRC_URI = 
"git://github.com/libbpf/libbpf.git;protocol=https;branch=libbpf-1.4.2"
+SRCREV = "1b357586a7a62db7fe27af4ebe4bdefe6986cfd6"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_HOST = 
"(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110351): 
https://lists.openembedded.org/g/openembedded-devel/message/110351
Mute This Topic: https://lists.openembedded.org/mt/106091298/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-gnome] [PATCH 02/44] gnome-text-editor: upgrade 46.1 -> 46.3

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
===
- Fix a trivial build error when -Werror=implicit-function-declaration is
- specified.
- Fix an issue with cancellation of closing a page
- Try harder to ensure a buffer disposes associated resources when
  the page is closed.
- Translation updates

Signed-off-by: Wang Mingyu 
---
 .../{gnome-text-editor_46.1.bb => gnome-text-editor_46.3.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gnome-text-editor/{gnome-text-editor_46.1.bb 
=> gnome-text-editor_46.3.bb} (83%)

diff --git 
a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb 
b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.3.bb
similarity index 83%
rename from meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb
rename to meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.3.bb
index f37eb7195..1e3268238 100644
--- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_46.3.bb
@@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg 
features_check
 
 REQUIRED_DISTRO_FEATURES = "opengl"
 
-SRC_URI[archive.sha256sum] = 
"8ebfa0bea12e75f5efeacc721be3b8ae65027b024aa81db9ecab8c312257a2eb"
+SRC_URI[archive.sha256sum] = 
"005b48104a909be66ae07448d2bc5706c7d113781057a24ff6da55bdf324c73d"
 
 FILES:${PN} += " \
 ${datadir}/metainfo \
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110349): 
https://lists.openembedded.org/g/openembedded-devel/message/110349
Mute This Topic: https://lists.openembedded.org/mt/106091296/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe] [PATCH 01/44] dool: upgrade 1.3.1 -> 1.3.2

2024-05-14 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 

Changelog:
==
-Publish on PyPI
-Add a new --dstat option to emulate old functionality
-Remove code paths for Python 2.x as we're 100% Python 3.x now (and have been 
for a long time)
-Add documentation about bits vs bytes to refer tickets to when we get questions
-Fixes for long names on --top-io-adv plugin
-The --freespace plugin can now optionally take a comma separate list of mount 
points now

Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-support/dool/{dool_1.3.1.bb => dool_1.3.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/dool/{dool_1.3.1.bb => dool_1.3.2.bb} (93%)

diff --git a/meta-oe/recipes-support/dool/dool_1.3.1.bb 
b/meta-oe/recipes-support/dool/dool_1.3.2.bb
similarity index 93%
rename from meta-oe/recipes-support/dool/dool_1.3.1.bb
rename to meta-oe/recipes-support/dool/dool_1.3.2.bb
index b20f8b401..f7e403018 100644
--- a/meta-oe/recipes-support/dool/dool_1.3.1.bb
+++ b/meta-oe/recipes-support/dool/dool_1.3.2.bb
@@ -12,7 +12,7 @@ RDEPENDS:${PN} += "python3-core python3-misc python3-resource 
python3-shell pyth
 SRC_URI = 
"git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \
   "
 
-SRCREV = "30847c748483bc088549486292232d805b086b1f"
+SRCREV = "b2862905be841232c9e36ce1e059d3fe34ef0cdf"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110348): 
https://lists.openembedded.org/g/openembedded-devel/message/110348
Mute This Topic: https://lists.openembedded.org/mt/106091295/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH 1/2] freerdp: Upgrade to 2.11.7

2024-05-14 Thread Martin Jansa
On Thu, May 9, 2024 at 9:25 PM Khem Raj via lists.openembedded.org
 wrote:
>
> Partially backport a fix to build with gcc-14

It fixes it only partially, right?

I'm stills seeing:

freerdp/2.11.7/git/libfreerdp/core/info.c:88:39: error: initialization
of 'const WCHAR *' {aka 'const short unsigned int *'} from
incompatible pointer type 'BYTE *' {aka 'unsigned char *'}
[-Wincompatible-pointer-types]
   88 | const WCHAR* domain = Stream_Pointer(s);
  |   ^~


> Signed-off-by: Khem Raj 
> ---
>  .../0001-Fixed-compilation-warnings.patch | 27 +++
>  .../{freerdp_2.11.2.bb => freerdp_2.11.7.bb}  |  3 ++-
>  2 files changed, 29 insertions(+), 1 deletion(-)
>  create mode 100644 
> meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
>  rename meta-oe/recipes-support/freerdp/{freerdp_2.11.2.bb => 
> freerdp_2.11.7.bb} (97%)
>
> diff --git 
> a/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
>  
> b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> new file mode 100644
> index 00..7fae2703f8
> --- /dev/null
> +++ 
> b/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch
> @@ -0,0 +1,27 @@
> +From 75fa1fa5bd5ef2350390564245fd0984209ac092 Mon Sep 17 00:00:00 2001
> +From: akallabeth 
> +Date: Mon, 4 Jul 2022 14:34:46 +0200
> +Subject: [PATCH] Fixed compilation warnings
> +
> +Upstream-Status: Backport 
> [https://github.com/FreeRDP/FreeRDP/commit/2da280b8a1748052b70b3f5a1ef0d8e932c33adc]
> +Signed-off-by: Khem Raj 
> +---
> + client/X11/xf_graphics.c | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/client/X11/xf_graphics.c b/client/X11/xf_graphics.c
> +index 5aa1fd48b..fe81e0ed9 100644
> +--- a/client/X11/xf_graphics.c
>  b/client/X11/xf_graphics.c
> +@@ -438,7 +438,7 @@ static BOOL xf_Pointer_New(rdpContext* context, 
> rdpPointer* pointer)
> +
> + #endif
> + fail:
> +-  WLog_DBG(TAG, "%s: %ld", __func__, rc ? pointer : -1);
> ++  WLog_DBG(TAG, "%s: %p", __func__, rc ? pointer : NULL);
> +   return rc;
> + }
> +
> +--
> +2.45.0
> +
> diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb 
> b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> similarity index 97%
> rename from meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb
> rename to meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> index 3319488051..43c38bf9c9 100644
> --- a/meta-oe/recipes-support/freerdp/freerdp_2.11.2.bb
> +++ b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb
> @@ -13,9 +13,10 @@ inherit pkgconfig cmake gitpkgv
>  PE = "1"
>  PKGV = "${GITPKGVTAG}"
>
> -SRCREV = "a38c1be9eee39a9bc22b511fffe96e63fdf8ebe7"
> +SRCREV = "7f6cc93c21d7f0faad6daacca06f494f29ce882c"
>  SRC_URI = 
> "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \
> file://winpr-makecert-Build-with-install-RPATH.patch \
> +   file://0001-Fixed-compilation-warnings.patch \
> file://0001-Fix-const-qualifier-error.patch \
> file://0002-Do-not-install-tools-a-CMake-targets.patch \
> "
> --
> 2.45.0
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110347): 
https://lists.openembedded.org/g/openembedded-devel/message/110347
Mute This Topic: https://lists.openembedded.org/mt/106007932/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-