[oe] Gatesgarth merge request April 12th

2021-04-12 Thread akuster
The following changes since commit 317c2dd540c84556127ad07739c0c930a0741b50:

  packagegroup-meta-multimedia: include projucer only with x11 in
DISTRO_FEATURES (2021-04-04 12:39:22 -0700)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded gatesgarth-next

for you to fetch changes up to c9815c86bfd63b2d9479915045197e7d315ef709:

  telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings
(2021-04-10 07:37:44 -0700)


Kartikey Rameshbhai Parmar (1):
  fluidsynth: update SRC_URI to remove non-existing 2.1.x branch

Martin Jansa (4):
  libsmi: use /bin/sh instead of ${base_bindir}/sh to silence QA
error with usrmerge
  libyui: switch to libyui-old repo which still has this SRCREV
  uml-utilities: fix installed-vs-shipped with usrmerge
  telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings

Mingli Yu (2):
  hostapd: fix CVE-2019-5061
  hostapd: fix CVE-2021-0326 and CVE-2021-27803

Oleksiy Obitotskyy (1):
  libsmi: set awk as target path

 .../recipes-multimedia/fluidsynth/fluidsynth.inc   |   2 +-
 .../hostapd/hostapd/CVE-2019-5061.patch    | 854
+
 .../hostapd/hostapd/CVE-2021-0326.patch    |  43 ++
 .../hostapd/hostapd/CVE-2021-27803.patch   |  54 ++
 .../recipes-connectivity/hostapd/hostapd_2.9.bb    |   3 +
 .../telepathy/telepathy-glib_0.24.1.bb |   4 +-
 .../uml-utilities/uml-utilities_20040406.bb    |   5 +-
 meta-oe/recipes-graphics/libyui/libyui_3.10.0.bb   |   2 +-
 meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb |   2 +-
 9 files changed, 962 insertions(+), 7 deletions(-)
 create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-5061.patch
 create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch
 create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#90794): 
https://lists.openembedded.org/g/openembedded-devel/message/90794
Mute This Topic: https://lists.openembedded.org/mt/82039361/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][master][hardknott][PATCH] wireguard: update to 1.0.20201112 +1

2021-04-10 Thread akuster
The +1 fixes build issues for the 5.4 kernel.

This update looks like bugfixes

Signed-off-by: Armin Kuster 
---
 ...module_1.0.20201112.bb => wireguard-module_1.0.20210219.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename 
meta-networking/recipes-kernel/wireguard/{wireguard-module_1.0.20201112.bb => 
wireguard-module_1.0.20210219.bb} (95%)

diff --git 
a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20201112.bb 
b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb
similarity index 95%
rename from 
meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20201112.bb
rename to 
meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb
index 64958a75b2d..0525b4135af 100644
--- a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20201112.bb
+++ b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb
@@ -1,6 +1,6 @@
 require wireguard.inc
 
-SRCREV = "fe402261666821514377d06c2c68ed9bc19e7634"
+SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98"
 
 SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat"
 
@@ -31,3 +31,4 @@ module_do_install() {
 # OE-core post dunfell has moved to use kernel 5.8 which now means we cant 
build this module in world builds
 # for reference machines e.g. qemu
 EXCLUDE_FROM_WORLD = "1"
+
-- 
2.17.1


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



[oe] [gatesgarth 1/6] fluidsynth: update SRC_URI to remove non-existing 2.1.x branch

2021-04-10 Thread akuster
From: Kartikey Rameshbhai Parmar 

Remove branch 2.1.x from SRC_URI as fluidsynth github removed the branch.
The SRCREV is on master branch

Signed-off-by: Kartikey Rameshbhai Parmar 
Signed-off-by: Khem Raj 
(cherry picked from commit 555b90779f6d86f7df05604f474323d9aef96886)
[AK: Minor clean for gatesgarth context]
Signed-off-by: Armin Kuster 
---
 meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc 
b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
index 73c1d0db69f..ee10504023c 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
@@ -4,7 +4,7 @@ SECTION = "libs/multimedia"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
 
-SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.1.x"
+SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
 SRCREV = "6776569abe9a885bcec14141692fa93c0568d51c"
 S = "${WORKDIR}/git"
 PV = "2.1.5"
-- 
2.17.1


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



[oe] [gatesgarth 5/6] hostapd: fix CVE-2019-5061

2021-04-10 Thread akuster
From: Mingli Yu 

Backport a patch to fix CVE-2019-5061.

Reference: https://security-tracker.debian.org/tracker/CVE-2019-5061

Signed-off-by: Mingli Yu 
Signed-off-by: Khem Raj 
Signed-off-by: Armin Kuster 
---
 .../hostapd/hostapd/CVE-2019-5061.patch   | 854 ++
 .../hostapd/hostapd_2.9.bb|   1 +
 2 files changed, 855 insertions(+)
 create mode 100644 
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-5061.patch

diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-5061.patch 
b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-5061.patch
new file mode 100644
index 000..9214615d12f
--- /dev/null
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-5061.patch
@@ -0,0 +1,854 @@
+From 018edec9b2bd3db20605117c32ff79c1e625c432 Mon Sep 17 00:00:00 2001
+From: Jouni Malinen 
+Date: Wed, 11 Sep 2019 12:34:28 +0300
+Subject: [PATCH] Remove IAPP functionality from hostapd
+
+IEEE Std 802.11F-2003 was withdrawn in 2006 and as such it has not been
+maintained nor is there any expectation of the withdrawn trial-use
+recommended practice to be maintained in the future. Furthermore,
+implementation of IAPP in hostapd was not complete, i.e., only parts of
+the recommended practice were included. The main item of some real use
+long time ago was the Layer 2 Update frame to update bridges when a STA
+roams within an ESS, but that functionality has, in practice, been moved
+to kernel drivers to provide better integration with the networking
+stack.
+
+CVE: CVE-2019-5061
+
+Upstream-Status: Backport
+
+Signed-off-by: Jouni Malinen 
+Signed-off-by: Mingli Yu 
+---
+ hostapd/Android.mk|   5 -
+ hostapd/Makefile  |   5 -
+ hostapd/android.config|   3 -
+ hostapd/config_file.c |   3 +-
+ hostapd/defconfig |   3 -
+ hostapd/hostapd.conf  |   6 -
+ hostapd/main.c|   3 -
+ src/ap/Makefile   |   2 -
+ src/ap/ap_config.h|   4 -
+ src/ap/hostapd.c  |  14 -
+ src/ap/hostapd.h  |   2 -
+ src/ap/iapp.c | 542 --
+ src/ap/iapp.h |  39 --
+ src/utils/wpa_debug.h |   1 -
+ 14 files changed, 1 insertion(+), 633 deletions(-)
+ delete mode 100644 src/ap/iapp.c
+ delete mode 100644 src/ap/iapp.h
+
+diff --git a/hostapd/Android.mk b/hostapd/Android.mk
+index 3183323ef..a87ac8144 100644
+--- a/hostapd/Android.mk
 b/hostapd/Android.mk
+@@ -205,11 +205,6 @@ endif
+ 
+ L_CFLAGS += -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX
+ 
+-ifdef CONFIG_IAPP
+-L_CFLAGS += -DCONFIG_IAPP
+-OBJS += src/ap/iapp.c
+-endif
+-
+ ifdef CONFIG_RSN_PREAUTH
+ L_CFLAGS += -DCONFIG_RSN_PREAUTH
+ CONFIG_L2_PACKET=y
+diff --git a/hostapd/Makefile b/hostapd/Makefile
+index f7f4c785b..42bb9e4c8 100644
+--- a/hostapd/Makefile
 b/hostapd/Makefile
+@@ -248,11 +248,6 @@ ifndef CONFIG_NO_CTRL_IFACE
+ CFLAGS += -DCONFIG_CTRL_IFACE
+ endif
+ 
+-ifdef CONFIG_IAPP
+-CFLAGS += -DCONFIG_IAPP
+-OBJS += ../src/ap/iapp.o
+-endif
+-
+ ifdef CONFIG_RSN_PREAUTH
+ CFLAGS += -DCONFIG_RSN_PREAUTH
+ CONFIG_L2_PACKET=y
+diff --git a/hostapd/android.config b/hostapd/android.config
+index efe252332..e2e6c7821 100644
+--- a/hostapd/android.config
 b/hostapd/android.config
+@@ -38,9 +38,6 @@ CONFIG_DRIVER_NL80211_QCA=y
+ # Driver interface for no driver (e.g., RADIUS server only)
+ #CONFIG_DRIVER_NONE=y
+ 
+-# IEEE 802.11F/IAPP
+-#CONFIG_IAPP=y
+-
+ # WPA2/IEEE 802.11i RSN pre-authentication
+ #CONFIG_RSN_PREAUTH=y
+ 
+diff --git a/hostapd/config_file.c b/hostapd/config_file.c
+index 680f17ee0..0d340d252 100644
+--- a/hostapd/config_file.c
 b/hostapd/config_file.c
+@@ -2712,8 +2712,7 @@ static int hostapd_config_fill(struct hostapd_config 
*conf,
+   bss->eapol_key_index_workaround = atoi(pos);
+ #ifdef CONFIG_IAPP
+   } else if (os_strcmp(buf, "iapp_interface") == 0) {
+-  bss->ieee802_11f = 1;
+-  os_strlcpy(bss->iapp_iface, pos, sizeof(bss->iapp_iface));
++  wpa_printf(MSG_INFO, "DEPRECATED: iapp_interface not used");
+ #endif /* CONFIG_IAPP */
+   } else if (os_strcmp(buf, "own_ip_addr") == 0) {
+   if (hostapd_parse_ip_addr(pos, >own_ip_addr)) {
+diff --git a/hostapd/defconfig b/hostapd/defconfig
+index b1fb56c3b..1a3d9f9ba 100644
+--- a/hostapd/defconfig
 b/hostapd/defconfig
+@@ -44,9 +44,6 @@ CONFIG_LIBNL32=y
+ # Driver interface for no driver (e.g., RADIUS server only)
+ #CONFIG_DRIVER_NONE=y
+ 
+-# IEEE 802.11F/IAPP
+-CONFIG_IAPP=y
+-
+ # WPA2/IEEE 802.11i RSN pre-authentication
+ CONFIG_RSN_PREAUTH=y
+ 
+diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf
+index 6c96a760a..a3c698480 100644
+--- a/hostapd/hostapd.conf
 b/hostapd/hostapd.conf
+@@ -41,7 +41,6 @@ interface=wlan0
+ 

[oe] [gatesgarth 6/6] hostapd: fix CVE-2021-0326 and CVE-2021-27803

2021-04-10 Thread akuster
From: Mingli Yu 

Backport 2 patches to fix two CVEs.

Signed-off-by: Mingli Yu 
Signed-off-by: Khem Raj 
(cherry picked from commit 5a085c588adaf79bb2bca7921c82d893877b28a1)
Signed-off-by: Armin Kuster 
---
 .../hostapd/hostapd/CVE-2021-0326.patch   | 43 +++
 .../hostapd/hostapd/CVE-2021-27803.patch  | 54 +++
 .../hostapd/hostapd_2.9.bb|  2 +
 3 files changed, 99 insertions(+)
 create mode 100644 
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch
 create mode 100644 
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch

diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch 
b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch
new file mode 100644
index 000..54c405b539c
--- /dev/null
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch
@@ -0,0 +1,43 @@
+From 947272febe24a8f0ea828b5b2f35f13c3821901e Mon Sep 17 00:00:00 2001
+From: Jouni Malinen 
+Date: Mon, 9 Nov 2020 11:43:12 +0200
+Subject: [PATCH] P2P: Fix copying of secondary device types for P2P group
+ client
+
+Parsing and copying of WPS secondary device types list was verifying
+that the contents is not too long for the internal maximum in the case
+of WPS messages, but similar validation was missing from the case of P2P
+group information which encodes this information in a different
+attribute. This could result in writing beyond the memory area assigned
+for these entries and corrupting memory within an instance of struct
+p2p_device. This could result in invalid operations and unexpected
+behavior when trying to free pointers from that corrupted memory.
+
+CVE: CVE-2021-0326
+
+Upstream-Status: Backport
+
+Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=27269
+Fixes: e57ae6e19edf ("P2P: Keep track of secondary device types for peers")
+Signed-off-by: Jouni Malinen 
+Signed-off-by: Mingli Yu 
+---
+ src/p2p/p2p.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/p2p/p2p.c b/src/p2p/p2p.c
+index 74b7b52ae..5cbfc217f 100644
+--- a/src/p2p/p2p.c
 b/src/p2p/p2p.c
+@@ -453,6 +453,8 @@ static void p2p_copy_client_info(struct p2p_device *dev,
+   dev->info.config_methods = cli->config_methods;
+   os_memcpy(dev->info.pri_dev_type, cli->pri_dev_type, 8);
+   dev->info.wps_sec_dev_type_list_len = 8 * cli->num_sec_dev_types;
++  if (dev->info.wps_sec_dev_type_list_len > WPS_SEC_DEV_TYPE_MAX_LEN)
++  dev->info.wps_sec_dev_type_list_len = WPS_SEC_DEV_TYPE_MAX_LEN;
+   os_memcpy(dev->info.wps_sec_dev_type_list, cli->sec_dev_types,
+ dev->info.wps_sec_dev_type_list_len);
+ }
+-- 
+2.17.1
+
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch 
b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch
new file mode 100644
index 000..fedff76b180
--- /dev/null
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch
@@ -0,0 +1,54 @@
+From 8460e3230988ef2ec13ce6b69b687e941f6cdb32 Mon Sep 17 00:00:00 2001
+From: Jouni Malinen 
+Date: Tue, 8 Dec 2020 23:52:50 +0200
+Subject: [PATCH] P2P: Fix a corner case in peer addition based on PD Request
+
+p2p_add_device() may remove the oldest entry if there is no room in the
+peer table for a new peer. This would result in any pointer to that
+removed entry becoming stale. A corner case with an invalid PD Request
+frame could result in such a case ending up using (read+write) freed
+memory. This could only by triggered when the peer table has reached its
+maximum size and the PD Request frame is received from the P2P Device
+Address of the oldest remaining entry and the frame has incorrect P2P
+Device Address in the payload.
+
+Fix this by fetching the dev pointer again after having called
+p2p_add_device() so that the stale pointer cannot be used.
+
+CVE: CVE-2021-27803
+
+Upstream-Status: Backport
+
+Fixes: 17bef1e97a50 ("P2P: Add peer entry based on Provision Discovery 
Request")
+Signed-off-by: Jouni Malinen 
+---
+ src/p2p/p2p_pd.c | 12 +---
+ 1 file changed, 5 insertions(+), 7 deletions(-)
+
+diff --git a/src/p2p/p2p_pd.c b/src/p2p/p2p_pd.c
+index 3994ec03f..05fd59349 100644
+--- a/src/p2p/p2p_pd.c
 b/src/p2p/p2p_pd.c
+@@ -595,14 +595,12 @@ void p2p_process_prov_disc_req(struct p2p_data *p2p, 
const u8 *sa,
+   goto out;
+   }
+ 
++  dev = p2p_get_device(p2p, sa);
+   if (!dev) {
+-  dev = p2p_get_device(p2p, sa);
+-  if (!dev) {
+-  p2p_dbg(p2p,
+-  "Provision Discovery device not found "
+-  MACSTR, MAC2STR(sa));
+-  goto out;
+-  }
++  p2p_dbg(p2p,
++  "Provision Discovery device not found "
++  

[oe] [gatesgarth 4/6] libyui: switch to libyui-old repo which still has this SRCREV

2021-04-10 Thread akuster
From: Martin Jansa 

* af06143017fc5f18c4b6488ba4aed26bcc43ff6e doesn't exist in current repo:
  libyui$ git branch -a --contains af06143017fc5f18c4b6488ba4aed26bcc43ff6e
  error: no such commit af06143017fc5f18c4b6488ba4aed26bcc43ff6e

* there are no common commits in the new libyui repo, but luckily old
  repo is kept as
  https://github.com/libyui/libyui-old
  similarly libyui-ncurses now contains only README about being obsolete in:
  https://github.com/libyui/libyui-ncurses
  but at least it wasn't rewritten to have the new content

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit 902919167a97055e9be9cd3654f29823e81ae382)
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-graphics/libyui/libyui_3.10.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/libyui/libyui_3.10.0.bb 
b/meta-oe/recipes-graphics/libyui/libyui_3.10.0.bb
index d7f529e3138..286d3ac9119 100644
--- a/meta-oe/recipes-graphics/libyui/libyui_3.10.0.bb
+++ b/meta-oe/recipes-graphics/libyui/libyui_3.10.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 \
 file://COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 
\
"
 
-SRC_URI = "git://github.com/libyui/libyui.git \
+SRC_URI = "git://github.com/libyui/libyui-old.git \
file://0001-Fix-build-with-clang.patch \
file://0001-Use-relative-install-paths-for-CMake.patch \
"
-- 
2.17.1


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



[oe] [gatesgarth 3/6] libsmi: use /bin/sh instead of ${base_bindir}/sh to silence QA error with usrmerge

2021-04-10 Thread akuster
From: Martin Jansa 

* with usrmerge ${base_bindir} is /usr/bin/sh and libsmi fails with:
  ERROR: libsmi-0.5.0-r0 do_package_qa: QA Issue: /usr/bin/smistrip contained 
in package libsmi requires /usr/bin/sh, but no providers found in 
RDEPENDS_libsmi? [file-rdeps]
  ERROR: libsmi-0.5.0-r0 do_package_qa: QA run found fatal errors. Please 
consider fixing them.

* this is a bit strange as busybox does install /usr/bin/sh file:
  ./1.33.0-r0.usrmerge/image/usr/bin/sh
  ./1.33.0-r0.default/image/bin/sh

  but also adds /bin/sh to RPROVIDES_${PN} for usrmerge in DISTRO_FEATURES:
  RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', 
'/bin/sh', '', d)}"
  added in:
  
https://git.openembedded.org/openembedded-core/commit/?id=1f6c14939c8daa5e09103789c3ff5031cc888d16

  and 
1.33.0-r0.usrmerge/pkgdata/runtime/busybox:FILERPROVIDES_/usr/bin/busybox.nosuid_busybox
  correctly contains /usr/bin/sh

* adding runtime dependency on busybox as /usr/bin/sh provider would silence 
the QA warning
  but people might not like adding busybox to their image

* using /bin/sh silences the QA warning as well, because /bin/sh is explicitly 
ignored in file-rdeps insane.bbclass:
  
https://git.openembedded.org/openembedded-core/tree/meta/classes/insane.bbclass?id=1f6c14939c8daa5e09103789c3ff5031cc888d16#n907

  if "file-rdeps" not in skip:
ignored_file_rdeps = set(['/bin/sh', '/usr/bin/env', 'rtld(GNU_HASH)'])

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit 08fad9f3a6d1026eea84906c2ede7a4a2dc93863)
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb 
b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
index 212b1e797c7..ae76fade738 100644
--- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
+++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += "wget"
 
 inherit autotools
 
-EXTRA_OECONF = "ac_cv_path_SH=${base_bindir}/sh ac_cv_path_WGET=${bindir}/wget 
ac_cv_path_AWK=${bindir}/awk"
+EXTRA_OECONF = "ac_cv_path_SH=/bin/sh ac_cv_path_WGET=${bindir}/wget 
ac_cv_path_AWK=${bindir}/awk"
 
 do_install_append () {
 install -d ${D}${sysconfdir}
-- 
2.17.1


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



[oe] [gatesgarth 2/6] libsmi: set awk as target path

2021-04-10 Thread akuster
From: Oleksiy Obitotskyy 

smistrip contains absolute path and prevent to
create reproducible builds. smistrip should use
target awk not host one, so override path.

Signed-off-by: Oleksiy Obitotskyy 
Signed-off-by: Khem Raj 
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb 
b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
index 98cc63eb3b7..212b1e797c7 100644
--- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
+++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += "wget"
 
 inherit autotools
 
-EXTRA_OECONF = "ac_cv_path_SH=${base_bindir}/sh ac_cv_path_WGET=${bindir}/wget"
+EXTRA_OECONF = "ac_cv_path_SH=${base_bindir}/sh ac_cv_path_WGET=${bindir}/wget 
ac_cv_path_AWK=${bindir}/awk"
 
 do_install_append () {
 install -d ${D}${sysconfdir}
-- 
2.17.1


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



[oe] [gatesgarth 0/6] patch review Arpil 10th

2021-04-10 Thread akuster
Please have comments back by Sunday

The following changes since commit 317c2dd540c84556127ad07739c0c930a0741b50:

  packagegroup-meta-multimedia: include projucer only with x11 in 
DISTRO_FEATURES (2021-04-04 12:39:22 -0700)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib stable/gatesgarth-nut
  
http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/gatesgarth-nut

Kartikey Rameshbhai Parmar (1):
  fluidsynth: update SRC_URI to remove non-existing 2.1.x branch

Martin Jansa (2):
  libsmi: use /bin/sh instead of ${base_bindir}/sh to silence QA error
with usrmerge
  libyui: switch to libyui-old repo which still has this SRCREV

Mingli Yu (2):
  hostapd: fix CVE-2019-5061
  hostapd: fix CVE-2021-0326 and CVE-2021-27803

Oleksiy Obitotskyy (1):
  libsmi: set awk as target path

 .../fluidsynth/fluidsynth.inc |   2 +-
 .../hostapd/hostapd/CVE-2019-5061.patch   | 854 ++
 .../hostapd/hostapd/CVE-2021-0326.patch   |  43 +
 .../hostapd/hostapd/CVE-2021-27803.patch  |  54 ++
 .../hostapd/hostapd_2.9.bb|   3 +
 .../recipes-graphics/libyui/libyui_3.10.0.bb  |   2 +-
 .../recipes-support/libsmi/libsmi_0.5.0.bb|   2 +-
 7 files changed, 957 insertions(+), 3 deletions(-)
 create mode 100644 
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-5061.patch
 create mode 100644 
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch
 create mode 100644 
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch

-- 
2.17.1


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



[oe] Hardknott merge request - April 10

2021-04-10 Thread akuster
The following changes since commit 4ff36ed798939b20746e5b06a04eadf235cceffa:

  README: updated Maintainers list for Hardknott (2021-03-31 07:05:07 -0700)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded hardknott-next

for you to fetch changes up to 94fe80ce8609d62e51cc190595a9f0c2a4a5a89e:

  xterm: upgrade 366 -> 367 (2021-04-08 13:13:29 -0700)


Andreas Müller (6):
  networkmanager-openvpn: Fix packageing
  mousepad: upgrade 0.5.3 -> 0.5.4
  xfce4-battery-plugin: upgrade 1.1.3 -> 1.1.4
  gigolo: upgrade 0.5.1 -> 0.5.2
  thunar: upgrade 4.16.4 -> 4.16.6
  poppler: upgrade 21.03.0 -> 21.04.0

Andrew Geissler (1):
  nodejs: ppc64le machine support

Awais Belal (1):
  libnet-ssleay-perl: add rdep on perl-module-autoloader

Hermes Zhang (1):
  gpsd: backport d-bus message time patch from upstream

INC@Cisco) (1):
  bpftool: improve reproducibility

Kartikey Rameshbhai Parmar (1):
  fluidsynth: update SRC_URI to remove non-existing 2.1.x branch

Khem Raj (12):
  flashrom: Add remaining RISCV support
  mpd: Check for commercial in LICENSE_FLAGS_WHITELIST
  mpv: Exclude from world if commercial is not in inclusion list
  sox: Exclude from world if commercial is not in inclusion list
  vlc: Exclude from world if commercial is not in inclusion list
  sox: Remove LICENSE_FLAGS = "commercial"
  mariadb: Fix build on newer 32bit architectures
  libmanette: Add recipe
  pidgin-sipe: Fix build with glib-2.0 >= 2.68
  gjs: Fix build with gcc11
  poppler: Backport patches to fix build with glib-2.0 2.68+ and GCC11
  opencv: Upgrade to 5.4.2

Leon Anavi (34):
  python3-sqlalchemy: Upgrade 1.4.3 -> 1.4.4
  python3-bitarray: Upgrade 1.8.1 -> 1.8.2
  python3-httplib2: Upgrade 0.19.0 -> 0.19.1
  python3-parso: Upgrade 0.8.1 -> 0.8.2
  python3-matplotlib: Upgrade 3.3.4 -> 3.4.1
  python3-pyroute2: Upgrade 0.5.15 -> 0.5.16
  python3-h5py: Upgrade 3.1.0 -> 3.2.1
  python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  python3-google-api-python-client: Upgrade 2.0.2 -> 2.1.0
  python3-xlsxwriter: Upgrade 1.3.7 -> 1.3.8
  python3-pymisp: Upgrade 2.4.140 -> 2.4.141
  python3-tqdm: Upgrade 4.58.0 -> 4.59.0
  python3-contextlib2: Upgrade 0.6.0 -> 0.6.0.post1
  python3-typeguard: Upgrade 2.11.1 -> 2.12.0
  python3-decorator: Upgrade 4.4.2 -> 5.0.1
  python3-pillow: Upgrade 8.1.2 -> 8.2.0
  python3-aiohttp: Upgrade 3.7.4 -> 3.7.4.post0
  python3-networkx: Upgrade 2.5 -> 2.5.1
  python3-pysonos: Upgrade 0.0.40 -> 0.0.41
  python3-docutils: Upgrade 0.16 -> 0.17
  python3-bitarray: Upgrade 1.8.2 -> 1.9.0
  python3-regex: Upgrade 2021.3.17 -> 2021.4.4
  python3-sqlalchemy: Upgrade 1.4.4 -> 1.4.5
  python3-pychromecast: Upgrade 9.1.1 -> 9.1.2
  python3-decorator: Upgrade 5.0.1 -> 5.0.5
  python3-pymisp: Upgrade 2.4.141 -> 2.4.141.1
  python3-pyroute2: Upgrade 0.5.16 -> 0.5.17
  python3-transitions: Upgrade 0.8.7 -> 0.8.8
  python3-sqlalchemy: Upgrade 1.4.5 -> 1.4.6
  python3-bitarray: Upgrade 1.9.0 -> 1.9.1
  python3-pysonos: Upgrade 0.0.41 -> 0.0.42
  python3-django: Upgrade 3.1.7 -> 3.2
  python3-tqdm: Upgrade 4.59.0 -> 4.60.0
  python3-xmlschema: Upgrade 1.5.3 -> 1.6.0

Martin Jansa (13):
  packagegroup-meta-multimedia: include projucer only with x11 in
DISTRO_FEATURES
  packagegroup-meta-multimedia: include vlc only with x11 in
DISTRO_FEATURES
  packagegroup-meta-oe: include glfw, icewm, geis only with x11 in
DISTRO_FEATURES
  phonet-utils: remove
  packagegroup-meta-oe: use 4 spaces for identation
  telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings
  uml-utilities: fix installed-vs-shipped with usrmerge
  libsmi: use /bin/sh instead of ${base_bindir}/sh to silence QA
error with usrmerge
  libyui: switch to libyui-old repo which still has this SRCREV
  libyui(-ncurses): upgrade to 4.1.1, libyui repo was rewritten
completely
  android-tools: use PN instead of BPN in RDEPENDS
  pidgin-sipe: fix g_memdup2 changes to be backwards compatible with
glib-1.67
  pidgin: upgrade to 2.14.2

Mingli Yu (2):
  freeradius: Upgrade to 3.0.21
  hostapd: fix CVE-2021-0326 and CVE-2021-27803

Randy MacLeod (1):
  doxygen: Upgrade 1.8.20 -> 1.9.1

Ross Burton (2):
  flashrom: recipe cleanup
  openjpeg: add native/nativesdk class extension

Valentin Longchamp (1):
  libssh: add gcrypt to PACKAGECONFIG

Vinicius Aquino (1):
  networkmanager: upgrade 1.28.0 -> 1.30.2

Yann Dirson (1):
  mpv: remove explicit LICENSE_FLAGS

Yi Fan Yu (1):
  rsyslog: fix some of the ptests

hasan.men (2):
  librdkafka: Add initial recipe v1.6.1
  libcppkafka: Add initial recipe for cppkafka wrapper

wangmy (1):
  mariadb: upgrade 10.5.8 -> 

[oe] [hardknott 31/36] usbredir: upgrade 0.8.0 -> 0.9.0

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit 613729e7803c5faacc39823925e0c711d0da7682)
Signed-off-by: Armin Kuster 
---
 .../spice/{usbredir_0.8.0.bb => usbredir_0.9.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/spice/{usbredir_0.8.0.bb => 
usbredir_0.9.0.bb} (88%)

diff --git a/meta-networking/recipes-support/spice/usbredir_0.8.0.bb 
b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb
similarity index 88%
rename from meta-networking/recipes-support/spice/usbredir_0.8.0.bb
rename to meta-networking/recipes-support/spice/usbredir_0.9.0.bb
index 9ee43be1ea6..079f52f99bc 100644
--- a/meta-networking/recipes-support/spice/usbredir_0.8.0.bb
+++ b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
 
 DEPENDS = "libusb1"
 
-SRCREV = "07b98b8e71f620dfdd57e92ddef6b677b259a092"
+SRCREV = "bca484fc6f206ab9da2f73e8a0118fad45374d4e"
 
 SRC_URI = " \
 git://anongit.freedesktop.org/spice/usbredir \
-- 
2.17.1


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



[oe] [hardknott 34/36] live555: upgrade 20210322 -> 20210406

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit ed78d5d038520edef91982f7b1e9a86f6d169c13)
Signed-off-by: Armin Kuster 
---
 .../live555/{live555_20210322.bb => live555_20210406.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-multimedia/live555/{live555_20210322.bb => 
live555_20210406.bb} (97%)

diff --git a/meta-oe/recipes-multimedia/live555/live555_20210322.bb 
b/meta-oe/recipes-multimedia/live555/live555_20210406.bb
similarity index 97%
rename from meta-oe/recipes-multimedia/live555/live555_20210322.bb
rename to meta-oe/recipes-multimedia/live555/live555_20210406.bb
index 89133854898..cc138adb671 100644
--- a/meta-oe/recipes-multimedia/live555/live555_20210322.bb
+++ b/meta-oe/recipes-multimedia/live555/live555_20210406.bb
@@ -16,7 +16,7 @@ SRC_URI = 
"https://download.videolan.org/pub/contrib/live555/live.${URLV}.tar.gz
 # only latest live version stays on http://www.live555.com/liveMedia/public/, 
add mirror for older
 MIRRORS += "http://www.live555.com/liveMedia/public/ 
http://download.videolan.org/contrib/live555/ \n"
 
-SRC_URI[sha256sum] = 
"b451c7ded8becbfa239e8f4fbe69784413270fb4c5e9b2e74269247dc3dd2e59"
+SRC_URI[sha256sum] = 
"0bd182fac7d6297d924af4405ce840515a38fa5438cb1a4b90fcb6bc737b36d6"
 
 S = "${WORKDIR}/live"
 
-- 
2.17.1


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



[oe] [hardknott 33/36] hwdata: upgrade 0.345 -> 0.346

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit 5b02a417845d91ce57ce89de0a597edc63966213)
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-support/hwdata/hwdata_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_git.bb 
b/meta-oe/recipes-support/hwdata/hwdata_git.bb
index 56d814db887..738c32d637b 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_git.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_git.bb
@@ -5,8 +5,8 @@ SECTION = "System/Base"
 LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
-PV = "0.345"
-SRCREV = "5d7d97bae533401f60ce9a5a036ff7152c8aca8c"
+PV = "0.346"
+SRCREV = "a2bff16032a68b089eeb169f09dea08094891c9c"
 SRC_URI = "git://github.com/vcrhonek/${BPN}.git"
 
 S = "${WORKDIR}/git"
-- 
2.17.1


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



[oe] [hardknott 28/36] mosquitto: upgrade 2.0.9 -> 2.0.10

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit bb60da5cfc3fd9a636a15f319a372d935f68355e)
Signed-off-by: Armin Kuster 
---
 .../mosquitto/{mosquitto_2.0.9.bb => mosquitto_2.0.10.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_2.0.9.bb => 
mosquitto_2.0.10.bb} (95%)

diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.9.bb 
b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb
similarity index 95%
rename from meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.9.bb
rename to meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb
index 97a380117e6..b815ac3b494 100644
--- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.9.bb
+++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb
@@ -19,8 +19,8 @@ SRC_URI = 
"http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \
file://1571.patch \
 "
 
-SRC_URI[md5sum] = "b77cee4ee6f0d32ca8816a58167e8b1d"
-SRC_URI[sha256sum] = 
"1b8553ef64a1cf5e4f4cfbe098330ae612adccd3d37f35b2db6f6fab501b01d4"
+SRC_URI[md5sum] = "3d1c327d8c5881f56983bee1e3c8f068"
+SRC_URI[sha256sum] = 
"0188f7b21b91d6d80e992b8d6116ba851468b3bd154030e8a003ed28fb6f4a44"
 
 inherit systemd update-rc.d useradd cmake
 
-- 
2.17.1


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



[oe] [hardknott 26/36] poppler: upgrade 21.03.0 -> 21.04.0

2021-04-08 Thread akuster
From: Andreas Müller 

Release 21.04.0
core:
 * Hide symbols by default
 * TextSelectionDumper: fix word order for RTL text
 * Fix rendering of text in some files. Issue #1052
 * Implement rendering of Masks of Image subtype. Issue #1058
 * Forms: fix unclicking standalone form buttons. Issue #1034

glib:
 * Expose more fields from MediaRendition in PopplerMedia
 * Use stock glib macro to define boxed type
 * Remove incorrecly used volatile from enum type registration code

qt5:
 * Fix crash in files with malformed signatures
 * Fix memory leak when QImage constructor "fails"

qt6:
 * Fix crash in files with malformed signatures
 * Fix memory leak when QImage constructor "fails"

utils:
 * pdfsig: New paragraph for "-sign" in manpage
 * pdfimages: Do not assert in "too big images". Issue #1061

build system:
 * Require cmake >= 3.10
 * Require Qt 5 >= 5.9
 * Require glib >= 2.56
 * Require gtk 3 >= 3.22
 * Require gdk-pixbuf >= 2.36

Signed-off-by: Andreas Müller 
Signed-off-by: Khem Raj 
(cherry picked from commit 643af3ee2cf61d12123374ba915ce71c4a56410b)
Signed-off-by: Armin Kuster 
---
 ...tock-glib-macro-to-define-boxed-type.patch | 228 --
 ...rrecly-used-volatile-from-enum-type-.patch |  47 
 ...{poppler_21.03.0.bb => poppler_21.04.0.bb} |   4 +-
 3 files changed, 1 insertion(+), 278 deletions(-)
 delete mode 100644 
meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch
 delete mode 100644 
meta-oe/recipes-support/poppler/poppler/0002-glib-Remove-incorrecly-used-volatile-from-enum-type-.patch
 rename meta-oe/recipes-support/poppler/{poppler_21.03.0.bb => 
poppler_21.04.0.bb} (89%)

diff --git 
a/meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch
 
b/meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch
deleted file mode 100644
index 89de98c0cb9..000
--- 
a/meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch
+++ /dev/null
@@ -1,228 +0,0 @@
-From 17b25e3122685d8277fe70fb6d27ab1eaf15b3e7 Mon Sep 17 00:00:00 2001
-From: Christian Persch 
-Date: Fri, 26 Mar 2021 18:17:25 +0100
-Subject: [PATCH 1/2] glib: Use stock glib macro to define boxed type
-
-Upstream-Staus: Backport 
[https://github.com/freedesktop/poppler/commit/47de887d7658cfd68df44b3acf710971054f957b]
-Poppler already depends on a sufficiently new glib version, so we can
-simply use G_DEFINE_BOXED_TYPE instead of defining our own macro.

- glib/poppler-action.cc|  4 ++--
- glib/poppler-annot.cc |  2 +-
- glib/poppler-document.cc  |  6 +++---
- glib/poppler-page.cc  | 20 ++--
- glib/poppler-private.h| 15 ---
- glib/poppler-structure-element.cc |  4 ++--
- 6 files changed, 18 insertions(+), 33 deletions(-)
-
-diff --git a/glib/poppler-action.cc b/glib/poppler-action.cc
-index d395db7..b772a3c 100644
 a/glib/poppler-action.cc
-+++ b/glib/poppler-action.cc
-@@ -25,7 +25,7 @@
-  * @title: PopplerAction
-  */
- 
--POPPLER_DEFINE_BOXED_TYPE(PopplerDest, poppler_dest, poppler_dest_copy, 
poppler_dest_free)
-+G_DEFINE_BOXED_TYPE(PopplerDest, poppler_dest, poppler_dest_copy, 
poppler_dest_free)
- 
- /**
-  * poppler_dest_copy:
-@@ -88,7 +88,7 @@ static PopplerActionLayer 
*poppler_action_layer_copy(PopplerActionLayer *action_
- return retval;
- }
- 
--POPPLER_DEFINE_BOXED_TYPE(PopplerAction, poppler_action, poppler_action_copy, 
poppler_action_free)
-+G_DEFINE_BOXED_TYPE(PopplerAction, poppler_action, poppler_action_copy, 
poppler_action_free)
- 
- /**
-  * poppler_action_free:
-diff --git a/glib/poppler-annot.cc b/glib/poppler-annot.cc
-index f4c5bb1..5320565 100644
 a/glib/poppler-annot.cc
-+++ b/glib/poppler-annot.cc
-@@ -1693,7 +1693,7 @@ gchar 
*poppler_annot_file_attachment_get_name(PopplerAnnotFileAttachment *popple
- }
- 
- /* PopplerAnnotCalloutLine */
--POPPLER_DEFINE_BOXED_TYPE(PopplerAnnotCalloutLine, 
poppler_annot_callout_line, poppler_annot_callout_line_copy, 
poppler_annot_callout_line_free)
-+G_DEFINE_BOXED_TYPE(PopplerAnnotCalloutLine, poppler_annot_callout_line, 
poppler_annot_callout_line_copy, poppler_annot_callout_line_free)
- 
- /**
-  * poppler_annot_callout_line_new:
-diff --git a/glib/poppler-document.cc b/glib/poppler-document.cc
-index bd26bc7..9e62ff6 100644
 a/glib/poppler-document.cc
-+++ b/glib/poppler-document.cc
-@@ -2360,7 +2360,7 @@ struct _PopplerIndexIter
- int index;
- };
- 
--POPPLER_DEFINE_BOXED_TYPE(PopplerIndexIter, poppler_index_iter, 
poppler_index_iter_copy, poppler_index_iter_free)
-+G_DEFINE_BOXED_TYPE(PopplerIndexIter, poppler_index_iter, 
poppler_index_iter_copy, poppler_index_iter_free)
- 
- /**
-  * poppler_index_iter_copy:
-@@ -2579,7 +2579,7 @@ struct _PopplerFontsIter
- int index;
- };
- 
--POPPLER_DEFINE_BOXED_TYPE(PopplerFontsIter, poppler_fonts_iter, 
poppler_fonts_iter_copy, 

[oe] [hardknott 22/36] mousepad: upgrade 0.5.3 -> 0.5.4

2021-04-08 Thread akuster
From: Andreas Müller 

Release notes for 0.5.4
===
- New Features:
  - Add --line/-l and --column/-c number (#107, !83)
  - Port to GtkSourceView 4 (#55, #80, !10)

- Bug Fixes:
  - Delay request to scroll to cursor for the correct active view
  - Monitor hardlinks with glib 2.56.2 (#110, !82)
  - Transfer encoding from remote to primary instance (#109)
  - Prevent a crash when no language is found
  - Make window require attention when opening new tabs (#106, #93, !81)
  - Fix BOM array (!80)
  - Correctly initialize toolbar style combo box (#103)
  - Allow checking parent sources when looking up schema (#101)
  - Fix missing parameter to "select-all" signal (!79)

- Translation Updates

Signed-off-by: Andreas Müller 
Signed-off-by: Khem Raj 
(cherry picked from commit 60480f82af8c5d40932c469b0674641b73f7ced1)
Signed-off-by: Armin Kuster 
---
 .../mousepad/{mousepad_0.5.3.bb => mousepad_0.5.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-apps/mousepad/{mousepad_0.5.3.bb => 
mousepad_0.5.4.bb} (67%)

diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.3.bb 
b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.4.bb
similarity index 67%
rename from meta-xfce/recipes-apps/mousepad/mousepad_0.5.3.bb
rename to meta-xfce/recipes-apps/mousepad/mousepad_0.5.4.bb
index 1fba679148d..7a2f12b1e29 100644
--- a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.3.bb
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.4.bb
@@ -3,11 +3,11 @@ SECTION = "x11/application"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-DEPENDS = "gtk+3 gtksourceview3 xfconf xfce4-dev-tools-native"
+DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native"
 
 inherit xfce-app gsettings mime-xdg
 
-SRC_URI[sha256sum] = 
"e7208bb9e96a1525d3358a64f9cdd165005078e84e81984a953a2a03491fcaa8"
+SRC_URI[sha256sum] = 
"d90f492e5d0cba5f5b3b0c1eb7fd7c1701aef57e3fa244d2c457e7f9b0a42aa1"
 
 FILES_${PN} += " \
 ${datadir}/glib-2.0/schemas \
-- 
2.17.1


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



[oe] [hardknott 36/36] xterm: upgrade 366 -> 367

2021-04-08 Thread akuster
From: zangrc 

-License-Update: Copyright year updated to 2021.

Refresh the following patch:
0001-Add-configure-time-check-for-setsid.patch

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit 97f59fb2063dae01c72e1e3a690edf5dfe645571)
Signed-off-by: Armin Kuster 
---
 .../0001-Add-configure-time-check-for-setsid.patch | 10 +-
 .../xorg-app/{xterm_366.bb => xterm_367.bb}|  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{xterm_366.bb => xterm_367.bb} (89%)

diff --git 
a/meta-oe/recipes-graphics/xorg-app/xterm/0001-Add-configure-time-check-for-setsid.patch
 
b/meta-oe/recipes-graphics/xorg-app/xterm/0001-Add-configure-time-check-for-setsid.patch
index d3beea8be19..92ecdac224b 100644
--- 
a/meta-oe/recipes-graphics/xorg-app/xterm/0001-Add-configure-time-check-for-setsid.patch
+++ 
b/meta-oe/recipes-graphics/xorg-app/xterm/0001-Add-configure-time-check-for-setsid.patch
@@ -18,7 +18,7 @@ diff --git a/configure b/configure
 index 0aafefc..03e8df0 100755
 --- a/configure
 +++ b/configure
-@@ -5411,6 +5411,7 @@ for ac_func in \
+@@ -5605,6 +5605,7 @@ for ac_func in \
unsetenv \
sched_yield \
setpgid \
@@ -42,7 +42,7 @@ diff --git a/main.c b/main.c
 index 5e60589..b81d2be 100644
 --- a/main.c
 +++ b/main.c
-@@ -2868,7 +2868,7 @@ main(int argc, char *argv[]ENVP_ARG)
+@@ -2903,7 +2903,7 @@ main(int argc, char *argv[]ENVP_ARG)
  }
  }
  
@@ -51,7 +51,7 @@ index 5e60589..b81d2be 100644
  #define USE_OPENPTY 1
  static int opened_tty = -1;
  #endif
-@@ -4040,7 +4040,7 @@ spawnXTerm(XtermWidget xw, unsigned line_speed)
+@@ -4074,7 +4074,7 @@ spawnXTerm(XtermWidget xw, unsigned line_speed)
/*
 * now in child process
 */
@@ -64,14 +64,14 @@ diff --git a/xtermcfg.hin b/xtermcfg.hin
 index 1dbc3b8..4f3ff5b 100644
 --- a/xtermcfg.hin
 +++ b/xtermcfg.hin
-@@ -96,6 +96,7 @@
+@@ -95,6 +95,7 @@
  #undef HAVE_PUTENV/* AC_CHECK_FUNCS(putenv) */
  #undef HAVE_SCHED_YIELD   /* AC_CHECK_FUNCS(sched_yield) */
  #undef HAVE_SETPGID   /* AC_CHECK_FUNCS(setpgid) */
 +#undef HAVE_SETSID/* AC_CHECK_FUNCS(setsid) */
  #undef HAVE_STDINT_H  /* AC_PROG_CC_STDC */
  #undef HAVE_STDLIB_H  /* AC_CHECK_HEADERS(stdlib.h) */
- #undef HAVE_STRFTIME  /* AC_CHECK_FUNCS(strftime) */
+ #undef HAVE_STDNORETURN_H /* CF_C11_NORETURN */
 -- 
 2.24.1
 
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_366.bb 
b/meta-oe/recipes-graphics/xorg-app/xterm_367.bb
similarity index 89%
rename from meta-oe/recipes-graphics/xorg-app/xterm_366.bb
rename to meta-oe/recipes-graphics/xorg-app/xterm_367.bb
index 969159bc57b..e0d3dcec135 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_366.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_367.bb
@@ -2,13 +2,13 @@ require recipes-graphics/xorg-app/xorg-app-common.inc
 SUMMARY = "xterm is the standard terminal emulator for the X Window System"
 DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses 
desktop-file-utils-native"
 
-LIC_FILES_CHKSUM = 
"file://xterm.h;beginline=3;endline=31;md5=996b1ce0584c0747b17b57654cc81e8e"
+LIC_FILES_CHKSUM = 
"file://xterm.h;beginline=3;endline=31;md5=987de9787175385203a1ea2482246a17"
 
 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \
file://0001-Add-configure-time-check-for-setsid.patch \
   "
 
-SRC_URI[sha256sum] = 
"858b2885963fe97e712739066aadc1baeba2b33a0016303a7fec7d38bc73bf6e"
+SRC_URI[sha256sum] = 
"27f1a8b1c756e269fd5684e60802b545f0be9b36b8b5d6bdbc840c6b000dc51f"
 
 PACKAGECONFIG ?= ""
 PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig 
freetype-native"
-- 
2.17.1


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



[oe] [hardknott 35/36] rabbitmq-c: upgrade 0.10.0 -> 0.11.0

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit e1185b272a48e8b797bc7c4e96645cc2fce3d298)
Signed-off-by: Armin Kuster 
---
 .../rabbitmq-c/{rabbitmq-c_0.10.0.bb => rabbitmq-c_0.11.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/rabbitmq-c/{rabbitmq-c_0.10.0.bb => 
rabbitmq-c_0.11.0.bb} (88%)

diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.10.0.bb 
b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb
similarity index 88%
rename from meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.10.0.bb
rename to meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb
index 2ef6b187e94..0cfd225cf88 100644
--- a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.10.0.bb
+++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53"
 LICENSE = "MIT"
 
 SRC_URI = "git://github.com/alanxz/rabbitmq-c.git"
-# v0.10.0-master
-SRCREV = "ffe918a5fcef72038a88054dca3c56762b1953d4"
+# v0.11.0-master
+SRCREV = "a64c08c68aff34d49a2ac152f04988cd921084f9"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1


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



[oe] [hardknott 32/36] hostapd: fix CVE-2021-0326 and CVE-2021-27803

2021-04-08 Thread akuster
From: Mingli Yu 

Backport 2 patches to fix two CVEs.

Signed-off-by: Mingli Yu 
Signed-off-by: Khem Raj 
(cherry picked from commit 5a085c588adaf79bb2bca7921c82d893877b28a1)
Signed-off-by: Armin Kuster 
---
 .../hostapd/hostapd/CVE-2021-0326.patch   | 43 +++
 .../hostapd/hostapd/CVE-2021-27803.patch  | 54 +++
 .../hostapd/hostapd_2.9.bb|  2 +
 3 files changed, 99 insertions(+)
 create mode 100644 
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch
 create mode 100644 
meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch

diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch 
b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch
new file mode 100644
index 000..54c405b539c
--- /dev/null
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch
@@ -0,0 +1,43 @@
+From 947272febe24a8f0ea828b5b2f35f13c3821901e Mon Sep 17 00:00:00 2001
+From: Jouni Malinen 
+Date: Mon, 9 Nov 2020 11:43:12 +0200
+Subject: [PATCH] P2P: Fix copying of secondary device types for P2P group
+ client
+
+Parsing and copying of WPS secondary device types list was verifying
+that the contents is not too long for the internal maximum in the case
+of WPS messages, but similar validation was missing from the case of P2P
+group information which encodes this information in a different
+attribute. This could result in writing beyond the memory area assigned
+for these entries and corrupting memory within an instance of struct
+p2p_device. This could result in invalid operations and unexpected
+behavior when trying to free pointers from that corrupted memory.
+
+CVE: CVE-2021-0326
+
+Upstream-Status: Backport
+
+Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=27269
+Fixes: e57ae6e19edf ("P2P: Keep track of secondary device types for peers")
+Signed-off-by: Jouni Malinen 
+Signed-off-by: Mingli Yu 
+---
+ src/p2p/p2p.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/p2p/p2p.c b/src/p2p/p2p.c
+index 74b7b52ae..5cbfc217f 100644
+--- a/src/p2p/p2p.c
 b/src/p2p/p2p.c
+@@ -453,6 +453,8 @@ static void p2p_copy_client_info(struct p2p_device *dev,
+   dev->info.config_methods = cli->config_methods;
+   os_memcpy(dev->info.pri_dev_type, cli->pri_dev_type, 8);
+   dev->info.wps_sec_dev_type_list_len = 8 * cli->num_sec_dev_types;
++  if (dev->info.wps_sec_dev_type_list_len > WPS_SEC_DEV_TYPE_MAX_LEN)
++  dev->info.wps_sec_dev_type_list_len = WPS_SEC_DEV_TYPE_MAX_LEN;
+   os_memcpy(dev->info.wps_sec_dev_type_list, cli->sec_dev_types,
+ dev->info.wps_sec_dev_type_list_len);
+ }
+-- 
+2.17.1
+
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch 
b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch
new file mode 100644
index 000..fedff76b180
--- /dev/null
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch
@@ -0,0 +1,54 @@
+From 8460e3230988ef2ec13ce6b69b687e941f6cdb32 Mon Sep 17 00:00:00 2001
+From: Jouni Malinen 
+Date: Tue, 8 Dec 2020 23:52:50 +0200
+Subject: [PATCH] P2P: Fix a corner case in peer addition based on PD Request
+
+p2p_add_device() may remove the oldest entry if there is no room in the
+peer table for a new peer. This would result in any pointer to that
+removed entry becoming stale. A corner case with an invalid PD Request
+frame could result in such a case ending up using (read+write) freed
+memory. This could only by triggered when the peer table has reached its
+maximum size and the PD Request frame is received from the P2P Device
+Address of the oldest remaining entry and the frame has incorrect P2P
+Device Address in the payload.
+
+Fix this by fetching the dev pointer again after having called
+p2p_add_device() so that the stale pointer cannot be used.
+
+CVE: CVE-2021-27803
+
+Upstream-Status: Backport
+
+Fixes: 17bef1e97a50 ("P2P: Add peer entry based on Provision Discovery 
Request")
+Signed-off-by: Jouni Malinen 
+---
+ src/p2p/p2p_pd.c | 12 +---
+ 1 file changed, 5 insertions(+), 7 deletions(-)
+
+diff --git a/src/p2p/p2p_pd.c b/src/p2p/p2p_pd.c
+index 3994ec03f..05fd59349 100644
+--- a/src/p2p/p2p_pd.c
 b/src/p2p/p2p_pd.c
+@@ -595,14 +595,12 @@ void p2p_process_prov_disc_req(struct p2p_data *p2p, 
const u8 *sa,
+   goto out;
+   }
+ 
++  dev = p2p_get_device(p2p, sa);
+   if (!dev) {
+-  dev = p2p_get_device(p2p, sa);
+-  if (!dev) {
+-  p2p_dbg(p2p,
+-  "Provision Discovery device not found "
+-  MACSTR, MAC2STR(sa));
+-  goto out;
+-  }
++  p2p_dbg(p2p,
++  "Provision Discovery device not found "
++  

[oe] [hardknott 30/36] stunnel: upgrade 5.58 -> 5.59

2021-04-08 Thread akuster
From: zangrc 

Refresh the following patch:
fix-openssl-no-des.patch

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit 83c8e6bcc0ad57628baac2ee15fac5f5b48ca7c2)
Signed-off-by: Armin Kuster 
---
 .../stunnel/stunnel/fix-openssl-no-des.patch   | 10 +-
 .../stunnel/{stunnel_5.58.bb => stunnel_5.59.bb}   |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename meta-networking/recipes-support/stunnel/{stunnel_5.58.bb => 
stunnel_5.59.bb} (94%)

diff --git 
a/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch 
b/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
index 209b0dd409d..aeb0bece971 100644
--- a/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
+++ b/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
@@ -11,7 +11,7 @@ diff --git a/src/common.h b/src/common.h
 index f7d38b0..bf485af 100644
 --- a/src/common.h
 +++ b/src/common.h
-@@ -471,7 +471,9 @@ extern char *sys_errlist[];
+@@ -478,7 +478,9 @@ extern char *sys_errlist[];
  #ifndef OPENSSL_NO_MD4
  #include 
  #endif /* !defined(OPENSSL_NO_MD4) */
@@ -25,8 +25,8 @@ diff --git a/src/protocol.c b/src/protocol.c
 index 587df09..8198eb6 100644
 --- a/src/protocol.c
 +++ b/src/protocol.c
-@@ -66,7 +66,7 @@ NOEXPORT char *imap_server(CLI *, SERVICE_OPTIONS *, const 
PHASE);
- NOEXPORT char *nntp_client(CLI *, SERVICE_OPTIONS *, const PHASE);
+@@ -67,7 +67,7 @@ NOEXPORT char *imap_server(CLI *, SERVICE_OPTIONS *, const 
PHASE);
+ NOEXPORT char *ldap_client(CLI *, SERVICE_OPTIONS *, const PHASE);
  NOEXPORT char *connect_server(CLI *, SERVICE_OPTIONS *, const PHASE);
  NOEXPORT char *connect_client(CLI *, SERVICE_OPTIONS *, const PHASE);
 -#ifndef OPENSSL_NO_MD4
@@ -34,7 +34,7 @@ index 587df09..8198eb6 100644
  NOEXPORT void ntlm(CLI *, SERVICE_OPTIONS *);
  NOEXPORT char *ntlm1();
  NOEXPORT char *ntlm3(char *, char *, char *, char *);
-@@ -1175,7 +1175,7 @@ NOEXPORT char *connect_client(CLI *c, SERVICE_OPTIONS 
*opt, const PHASE phase) {
+@@ -1332,7 +1332,7 @@ NOEXPORT char *connect_client(CLI *c, SERVICE_OPTIONS 
*opt, const PHASE phase) {
  fd_printf(c, c->remote_fd.fd, "Host: %s", opt->protocol_host);
  if(opt->protocol_username && opt->protocol_password) {
  if(!strcasecmp(opt->protocol_authentication, "ntlm")) {
@@ -43,7 +43,7 @@ index 587df09..8198eb6 100644
  ntlm(c, opt);
  #else
  s_log(LOG_ERR, "NTLM authentication is not available");
-@@ -1216,7 +1216,7 @@ NOEXPORT char *connect_client(CLI *c, SERVICE_OPTIONS 
*opt, const PHASE phase) {
+@@ -1376,7 +1376,7 @@ NOEXPORT char *connect_client(CLI *c, SERVICE_OPTIONS 
*opt, const PHASE phase) {
  return NULL;
  }
  
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.58.bb 
b/meta-networking/recipes-support/stunnel/stunnel_5.59.bb
similarity index 94%
rename from meta-networking/recipes-support/stunnel/stunnel_5.58.bb
rename to meta-networking/recipes-support/stunnel/stunnel_5.59.bb
index 1f1ca4e6b8b..e3704ae1d0e 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_5.58.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.59.bb
@@ -14,7 +14,7 @@ SRC_URI = 
"ftp://ftp.stunnel.org/stunnel/archive/5.x/${BP}.tar.gz \
file://fix-openssl-no-des.patch \
 "
 
-SRC_URI[sha256sum] = 
"d4c14cc096577edca3f6a2a59c2f51869e35350b3988018ddf808c88e5973b79"
+SRC_URI[sha256sum] = 
"137776df6be8f1701f1cd590b7779932e123479fb91e5192171c16798815ce9f"
 
 inherit autotools
 
-- 
2.17.1


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



[oe] [hardknott 29/36] nbdkit: upgrade 1.25.4 -> 1.25.5

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit 5bd0f88c775ea69db85e1589e833e50648932f22)
Signed-off-by: Armin Kuster 
---
 .../nbdkit/{nbdkit_1.25.4.bb => nbdkit_1.25.5.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/nbdkit/{nbdkit_1.25.4.bb => 
nbdkit_1.25.5.bb} (95%)

diff --git a/meta-networking/recipes-support/nbdkit/nbdkit_1.25.4.bb 
b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.5.bb
similarity index 95%
rename from meta-networking/recipes-support/nbdkit/nbdkit_1.25.4.bb
rename to meta-networking/recipes-support/nbdkit/nbdkit_1.25.5.bb
index 37f6a8b76be..a6070ccf854 100644
--- a/meta-networking/recipes-support/nbdkit/nbdkit_1.25.4.bb
+++ b/meta-networking/recipes-support/nbdkit/nbdkit_1.25.5.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=f9dcc2d8acdde215fa4bd6ac12bb14f0"
 SRC_URI = "git://github.com/libguestfs/nbdkit.git;protocol=https \
 "
 
-SRCREV = "7b04baeb1858fa04f5f4e0d6f2d23bef706e80da"
+SRCREV = "c828c6d48ff6b69454cad98054a1920d03c4b4c7"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1


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



[oe] [hardknott 27/36] opencv: Upgrade to 5.4.2

2021-04-08 Thread akuster
From: Khem Raj 

Drop patch which is already in 5.4.2 release

Signed-off-by: Khem Raj 
(cherry picked from commit ae4dd366014a87e7a196f5b2e168666cdda5a43f)
Signed-off-by: Armin Kuster 
---
 ...building-opencv-using-gcc-11.x-19244.patch | 28 ---
 .../{opencv_4.5.1.bb => opencv_4.5.2.bb}  |  5 ++--
 2 files changed, 2 insertions(+), 31 deletions(-)
 delete mode 100644 
meta-oe/recipes-support/opencv/opencv/0001-Fix-building-opencv-using-gcc-11.x-19244.patch
 rename meta-oe/recipes-support/opencv/{opencv_4.5.1.bb => opencv_4.5.2.bb} 
(98%)

diff --git 
a/meta-oe/recipes-support/opencv/opencv/0001-Fix-building-opencv-using-gcc-11.x-19244.patch
 
b/meta-oe/recipes-support/opencv/opencv/0001-Fix-building-opencv-using-gcc-11.x-19244.patch
deleted file mode 100644
index ce6499bfce5..000
--- 
a/meta-oe/recipes-support/opencv/opencv/0001-Fix-building-opencv-using-gcc-11.x-19244.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 67e1a5400383543b28fc69eb09c9429cb9d8c026 Mon Sep 17 00:00:00 2001
-From: Your Name 
-Date: Sat, 2 Jan 2021 17:43:11 +
-Subject: [PATCH] Fix building opencv using gcc 11.x #19244
-
-Add missing `#include ` in modules/gapi/test/test_precomp.hpp
-
-Upstream-Status: Backport [https://github.com/opencv/opencv/pull/19247]
-Signed-off-by: Khem Raj 

- modules/gapi/test/test_precomp.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/modules/gapi/test/test_precomp.hpp 
b/modules/gapi/test/test_precomp.hpp
-index 7b3c695443..e92b1d03bf 100644
 a/modules/gapi/test/test_precomp.hpp
-+++ b/modules/gapi/test/test_precomp.hpp
-@@ -11,6 +11,7 @@
- #define __OPENCV_GAPI_TEST_PRECOMP_HPP__
- 
- #include 
-+#include 
- #include 
- 
- #include 
--- 
-2.30.1
-
diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.1.bb 
b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb
similarity index 98%
rename from meta-oe/recipes-support/opencv/opencv_4.5.1.bb
rename to meta-oe/recipes-support/opencv/opencv_4.5.2.bb
index d87e140ba7d..553fb4e08a2 100644
--- a/meta-oe/recipes-support/opencv/opencv_4.5.1.bb
+++ b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb
@@ -10,8 +10,8 @@ ARM_INSTRUCTION_SET_armv5 = "arm"
 
 DEPENDS = "libtool swig-native bzip2 zlib glib-2.0 libwebp"
 
-SRCREV_opencv = "1363496c1106606684d40447f5d1149b2c66a9f8"
-SRCREV_contrib = "b91a781cbc1285d441aa682926d93d8c23678b0b"
+SRCREV_opencv = "69357b1e88680658a07cffde7678a4d697469f03"
+SRCREV_contrib = "f5d7f6712d4ff229ba4f45cf79dfd11c557d56fd"
 SRCREV_ipp = "a56b6ac6f030c312b2dce17430eef13aed9af274"
 SRCREV_boostdesc = "34e4206aef44d50e6bbcd0ab06354b52e7466d26"
 SRCREV_vgg = "fccf7cd6a4b12079f73bbfb21745f9babcd4eb1d"
@@ -49,7 +49,6 @@ SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \
file://0001-Dont-use-isystem.patch \
file://download.patch \
file://0001-Make-ts-module-external.patch \
-   file://0001-Fix-building-opencv-using-gcc-11.x-19244.patch \
"
 SRC_URI_append_riscv64 = " 
file://0001-Use-Os-to-compile-tinyxml2.cpp.patch;patchdir=../contrib"
 
-- 
2.17.1


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



[oe] [hardknott 24/36] gigolo: upgrade 0.5.1 -> 0.5.2

2021-04-08 Thread akuster
From: Andreas Müller 

Release notes for 0.5.2
===
A bugfix and translation update, a new icon, various cleanups.. thanks
to all contributors !

==
- Update TODO
- Refresh Glade file, drop unused tab labels (fixes #13)
- move the logic setting GtkSpin port value to setup_for_type() (#11)
- Use new icon in window titlebar
- Fix compilation warnings
- autoconf: Some updates
- Only show an error dialog if the host field is visible/required
- Remove capitalization from icon name
- Update GenericName (#2)
- Fix comment style.
- Remove GSourceFunc casts
- Update Makefile.am
- Add gigolo.ui to POTFILES.in (Issue #6)
- Added new icons following new style and reverse DNS format.
- Add new README.md and update AM_INIT_AUTOMAKE
- Add basic GitLab pipeline
- Bug #16717: Move from exo-csource to xdt-csource
- Translation Updates

Signed-off-by: Andreas Müller 
Signed-off-by: Khem Raj 
(cherry picked from commit e2add121d2713ca72f3c4cf6ae2d557dd4cfc062)
Signed-off-by: Armin Kuster 
---
 .../recipes-apps/gigolo/{gigolo_0.5.1.bb => gigolo_0.5.2.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-xfce/recipes-apps/gigolo/{gigolo_0.5.1.bb => gigolo_0.5.2.bb} (67%)

diff --git a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb 
b/meta-xfce/recipes-apps/gigolo/gigolo_0.5.2.bb
similarity index 67%
rename from meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb
rename to meta-xfce/recipes-apps/gigolo/gigolo_0.5.2.bb
index 1233fe0693c..517f1f4c506 100644
--- a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb
+++ b/meta-xfce/recipes-apps/gigolo/gigolo_0.5.2.bb
@@ -7,5 +7,4 @@ DEPENDS = "gtk+3 intltool-native xfce4-dev-tools-native"
 
 inherit xfce-app
 
-SRC_URI[md5sum] = "94e89ad3fabba7167760004b64062f4a"
-SRC_URI[sha256sum] = 
"ca87badb5871e4844579704704ea9e5ede444f710a3b264c12b60b2a0e48e14e"
+SRC_URI[sha256sum] = 
"e34a1aa0755f9f6c234c7d24b23a6cecd6ef50741d79da3bb6f698a2281dbbc3"
-- 
2.17.1


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



[oe] [hardknott 21/36] networkmanager: upgrade 1.28.0 -> 1.30.2

2021-04-08 Thread akuster
From: Vinicius Aquino 

Upgrade to release 1.30.2:

- 0004-fix_reallocarray_check.patch removed because the current
  version of nm already includes boths malloc.h and stdlib.h
- musl/0002-Fix-build-with-musl.patch removed because the commit
  c50da167bc of nm solves the build issue with musl
- musl/0001-Fix-build-with-musl-systemd-specific.patch modified
  to avoid conflicts when applied to current version of nm
- musl/0003-Fix-build-with-musl-systemd-specific.patch renamed
  to musl/0002-Fix-build-with-musl-systemd-specific.patch and
  modified to avoid conflicts when applied to current version of nm

Signed-off-by: Vinicius Aquino 
Signed-off-by: Otavio Salvador 
Signed-off-by: Khem Raj 
(cherry picked from commit 12a241278aec8893d65dc6fa8d045b0bac0220ea)
Signed-off-by: Armin Kuster 
---
 ...ttings-settings-property-documentati.patch |  50 ++--
 .../0004-fix_reallocarray_check.patch |  27 
 ...Fix-build-with-musl-systemd-specific.patch |  52 +++-
 ...Fix-build-with-musl-systemd-specific.patch |  26 
 .../musl/0002-Fix-build-with-musl.patch   | 121 --
 ...Fix-build-with-musl-systemd-specific.patch |  26 
 ...ger_1.28.0.bb => networkmanager_1.30.2.bb} |   6 +-
 7 files changed, 59 insertions(+), 249 deletions(-)
 delete mode 100644 
meta-networking/recipes-connectivity/networkmanager/networkmanager/0004-fix_reallocarray_check.patch
 create mode 100644 
meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0002-Fix-build-with-musl-systemd-specific.patch
 delete mode 100644 
meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0002-Fix-build-with-musl.patch
 delete mode 100644 
meta-networking/recipes-connectivity/networkmanager/networkmanager/musl/0003-Fix-build-with-musl-systemd-specific.patch
 rename 
meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.28.0.bb 
=> networkmanager_1.30.2.bb} (96%)

diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager/0002-Do-not-create-settings-settings-property-documentati.patch
 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager/0002-Do-not-create-settings-settings-property-documentati.patch
index ecd13504d33..0a86abafc06 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager/0002-Do-not-create-settings-settings-property-documentati.patch
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager/0002-Do-not-create-settings-settings-property-documentati.patch
@@ -1,34 +1,29 @@
-From 9eab96351a726e9ce6a15d158f743e35d73a8900 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= 
-Date: Sat, 16 Jan 2021 14:27:38 +0100
+From d0dead0478a070b96f37bd3b310443eaa8c93a25 Mon Sep 17 00:00:00 2001
+From: Vinicius Aquino 
+Date: Thu, 1 Apr 2021 14:13:07 -0300
 Subject: [PATCH] Do not create settings settings/property documentation
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
 
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= 
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
 It was tried to get this work by adding python3-pygobject-native to DEPENDS but
-compile could not find (configure passed) python module gi. 
+compile could not find (configure passed) python module gi.
 Anyway it is not necessary for us to have the settings/property docs.
 
 Upstream-Status: Inappropriate [OE specific]
 
 Signed-off-by: Andreas M??ller 
-
+Signed-off-by: Vinicius Aquino 
 ---
- Makefile.am  | 13 -
- configure.ac |  5 -
- 2 files changed, 18 deletions(-)
+ Makefile.am  | 4 
+ configure.ac | 5 -
+ 2 files changed, 9 deletions(-)
 
 diff --git a/Makefile.am b/Makefile.am
-index 110957a..b4cfbcc 100644
+index 9279672c1..2e52acbb2 100644
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -1587,14 +1587,10 @@ libnm/libnm.typelib: libnm/libnm.gir
+@@ -1686,14 +1686,10 @@ libnm/libnm.typelib: libnm/libnm.gir
  INTROSPECTION_GIRS += libnm/NM-1.0.gir
  
  libnm_noinst_data = \
@@ -43,30 +38,11 @@ index 110957a..b4cfbcc 100644
$(NULL)
  
  noinst_DATA += $(libnm_noinst_data)
-@@ -4448,18 +,9 @@ $(clients_common_libnmc_base_la_OBJECTS): 
$(libnm_lib_h_pub_mkenums)
- $(clients_common_libnmc_base_la_OBJECTS): clients/common/.dirstamp
- 
- clients_common_settings_doc_h = clients/common/settings-docs.h
--if HAVE_INTROSPECTION
--$(clients_common_settings_doc_h): clients/common/settings-docs.xsl 
libnm/nm-settings-docs-gir.xml clients/common/.dirstamp
--  $(AM_V_GEN) $(XSLTPROC) --output $@ $< $(word 2,$^)
--DISTCLEANFILES += $(clients_common_settings_doc_h)
--check-local-settings-docs: $(clients_common_settings_doc_h)
--  $(srcdir)/tools/check-settings-docs.sh "$(srcdir)" "$(builddir)" 
"$(clients_common_settings_doc_h)"
--check_local += check-local-settings-docs
--else
- $(clients_common_settings_doc_h): $(clients_common_settings_doc_h).in 
clients/common/.dirstamp
-   $(AM_V_GEN) cp 

[oe] [hardknott 23/36] xfce4-battery-plugin: upgrade 1.1.3 -> 1.1.4

2021-04-08 Thread akuster
From: Andreas Müller 

Release notes for 1.1.4
===
- Add help button to properties dialog
- Drop subtitle from settings dialog
- Fix labels alignment for very small panels
- Fix compilation warnings
- automake: INCLUDES -> AM_CPPFLAGS
- autoconf: Some updates
- Remove unnecessary boxes
- Remove GSourceFunc casts
- Add new README.md, update AM_INIT_AUTOMAKE
- Add basic GitLab pipeline
- Update URLs from goodies.xfce.org to docs.xfce.org (Bug #16154)
- Translation Updates

Signed-off-by: Andreas Müller 
Signed-off-by: Khem Raj 
(cherry picked from commit 745e253618a10224d653f6c0f0eefb1e11b5a87c)
Signed-off-by: Armin Kuster 
---
 ...4-battery-plugin_1.1.3.bb => xfce4-battery-plugin_1.1.4.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/battery/{xfce4-battery-plugin_1.1.3.bb 
=> xfce4-battery-plugin_1.1.4.bb} (66%)

diff --git 
a/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.3.bb 
b/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.4.bb
similarity index 66%
rename from 
meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.3.bb
rename to meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.4.bb
index ecbdc265e48..9e65cf688a8 100644
--- a/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.3.bb
+++ b/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.4.bb
@@ -5,5 +5,4 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "9f82c7e77de0a417716d68d33367973b"
-SRC_URI[sha256sum] = 
"12be0a44d16bd1e1618513ee64f946814925872db7d1c1188ab1454b00d040a3"
+SRC_URI[sha256sum] = 
"107df2a837156c010e1eab5430bab90c77f0a3dc699b5937678c8a9c5e64c222"
-- 
2.17.1


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



[oe] [hardknott 25/36] thunar: upgrade 4.16.4 -> 4.16.6

2021-04-08 Thread akuster
From: Andreas Müller 

4.16.6
==
- Reload current directory before selecting new files (Issue #524)
- tree-view: Hide menu-item "properties" for unmounted devices
- Removed 'the root folder has no parent' dialog box
- Revamp documentation to modernize/uniformize accross components
- Remove watches on shortcuts (Issue #513) (Issue #47)
- Translation Updates:
  Finnish, Occitan

4.16.5
==
- Revert "Bookmarks no longer need an existing file (Issue #47)"

Signed-off-by: Andreas Müller 
Signed-off-by: Khem Raj 
(cherry picked from commit 905b27cc610c78c28424ab1a1d122852b0787367)
Signed-off-by: Armin Kuster 
---
 .../recipes-xfce/thunar/{thunar_4.16.4.bb => thunar_4.16.6.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-xfce/thunar/{thunar_4.16.4.bb => thunar_4.16.6.bb} 
(89%)

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.16.4.bb 
b/meta-xfce/recipes-xfce/thunar/thunar_4.16.6.bb
similarity index 89%
rename from meta-xfce/recipes-xfce/thunar/thunar_4.16.4.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_4.16.6.bb
index e5fd5ffd3ad..128043d19b7 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_4.16.4.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_4.16.6.bb
@@ -8,7 +8,7 @@ inherit xfce gobject-introspection features_check mime-xdg
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[sha256sum] = 
"d51a2018c1ba7dcc420e7a84d85cc17a58f26fb1c80ee4c15e689a49f10425f9"
+SRC_URI[sha256sum] = 
"cb531d3fe67196a43ca04979ef271ece7858bbc80c15b0ee4323c1252a1a02b7"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"
-- 
2.17.1


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



[oe] [hardknott 19/36] python3-xmlschema: Upgrade 1.5.3 -> 1.6.0

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 1.6.0:

- XML data bindings and code generators are now considered stable
- Add arguments 'max_depth' and 'extra_validator' to validation
  methods
- Enhance decoding with 'value_hook' argument

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 0f32057302b1d9297e96319e501dde317b493eed)
Signed-off-by: Armin Kuster 
---
 .../{python3-xmlschema_1.5.3.bb => python3-xmlschema_1.6.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-xmlschema_1.5.3.bb => 
python3-xmlschema_1.6.0.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.5.3.bb 
b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-xmlschema_1.5.3.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_1.6.0.bb
index 3f9c06365f8..2d207fb243e 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_1.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f"
 
-SRC_URI[sha256sum] = 
"a7db4c8ae2afa28654d15fcbf5d7f22f0441b5611e50426426e5418f369b5c79"
+SRC_URI[sha256sum] = 
"e951efc5ab3f251973f92cba7a7026adb32a4cd844d3425133d23eb269de4f8f"
 
 PYPI_PACKAGE = "xmlschema"
 inherit pypi setuptools3
-- 
2.17.1


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



[oe] [hardknott 20/36] pidgin: upgrade to 2.14.2

2021-04-08 Thread akuster
From: Martin Jansa 

* drop --with-python=python3 as it was renamed to --with-python3 and it 
defaults to
  python3 now anyway
  https://reviews.imfreedom.org/r/550/

* add PACKAGECONFIG for cyrus-sasl, it's enabled by default since:
  commit 8d6c390002378664dea48e8766a0e4f063b12f78
  Author: Gary Kramlich 
  Date:   Mon Jul 13 03:34:57 2020 -0500

Enable cyrus-sasl support by default
  but cyrus-sasl is in meta-networking layer, so we want to keep it disabled by 
default

* drop patches for autoconf-2.71, it was resolved upstream in:
  commit aedf4a502e3b5875966e3f8277d7d43a0d9497a2
  Author: Gary Kramlich 
  Date:   Mon Mar 29 22:56:22 2021 -0500

Fix a bug where autoconf 2.71 complains about AC_PROG_INTLTOOL not being 
used.

* 2.14.1 was sometimes failing with
  cat ../../pidgin-2.14.1/libpurple/account.h 
../../pidgin-2.14.1/libpurple/accountopt.h 
../../pidgin-2.14.1/libpurple/blist.h ../../pidgin-2.14.1/libpurple/buddyicon.h 
../../pidgin-2.14.1/libpurple/certificate.h 
../../pidgin-2.14.1/libpurple/cipher.h 
../../pidgin-2.14.1/libpurple/circbuffer.h ../../pidgin-2.14.1/libpurple/cmds.h 
../../pidgin-2.14.1/libpurple/connection.h 
../../pidgin-2.14.1/libpurple/conversation.h 
../../pidgin-2.14.1/libpurple/core.h ../../pidgin-2.14.1/libpurple/dbus-maybe.h 
../../pidgin-2.14.1/libpurple/debug.h 
../../pidgin-2.14.1/libpurple/desktopitem.h 
../../pidgin-2.14.1/libpurple/eventloop.h ../../pidgin-2.14.1/libpurple/ft.h 
../../pidgin-2.14.1/libpurple/gaim-compat.h 
../../pidgin-2.14.1/libpurple/glibcompat.h
  ../../pidgin-2.14.1/libpurple/idle.h ../../pidgin-2.14.1/libpurple/imgstore.h 
../../pidgin-2.14.1/libpurple/log.h ../../pidgin-2.14.1/libpurple/media.h 
../../pidgin-2.14.1/libpurple/media-gst.h 
../../pidgin-2.14.1/libpurple/mediamanager.h 
../../pidgin-2.14.1/libpurple/mime.h ../../pidgin-2.14.1/libpurple/nat-pmp.h 
../../pidgin-2.14.1/libpurple/network.h ../../pidgin-2.14.1/libpurple/notify.h 
../../pidgin-2.14.1/libpurple/ntlm.h ../../pidgin-2.14.1/libpurple/plugin.h 
../../pidgin-2.14.1/libpurple/pluginpref.h 
../../pidgin-2.14.1/libpurple/pounce.h ../../pidgin-2.14.1/libpurple/prefs.h 
../../pidgin-2.14.1/libpurple/privacy.h ../../pidgin-2.14.1/libpurple/proxy.h 
../../pidgin-2.14.1/libpurple/prpl.h ../../pidgin-2.14.1/libpurple/request.h 
../../pidgin-2.14.1/libpurple/roomlist.h 
../../pidgin-2.14.1/libpurple/savedstatuses.h 
  ../../pidgin-2.14.1/libpurple/server.h 
../../pidgin-2.14.1/libpurple/signals.h ../../pidgin-2.14.1/libpurple/smiley.h 
../../pidgin-2.14.1/libpurple/dnsquery.h ../../pidgin-2.14.1/libpurple/dnssrv.h 
../../pidgin-2.14.1/libpurple/status.h 
../../pidgin-2.14.1/libpurple/stringref.h ../../pidgin-2.14.1/libpurple/stun.h 
../../pidgin-2.14.1/libpurple/sound.h 
../../pidgin-2.14.1/libpurple/sound-theme.h 
../../pidgin-2.14.1/libpurple/sound-theme-loader.h 
../../pidgin-2.14.1/libpurple/sslconn.h ../../pidgin-2.14.1/libpurple/theme.h 
../../pidgin-2.14.1/libpurple/theme-loader.h 
../../pidgin-2.14.1/libpurple/theme-manager.h 
  ../../pidgin-2.14.1/libpurple/upnp.h ../../pidgin-2.14.1/libpurple/util.h 
../../pidgin-2.14.1/libpurple/value.h ../../pidgin-2.14.1/libpurple/xmlnode.h 
../../pidgin-2.14.1/libpurple/whiteboard.h 
../../pidgin-2.14.1/libpurple/media/backend-iface.h 
../../pidgin-2.14.1/libpurple/media/candidate.h 
../../pidgin-2.14.1/libpurple/media/codec.h 
../../pidgin-2.14.1/libpurple/media/enum-types.h purple.h version.h 
marshallers.h | python3 ../../pidgin-2.14.1/libpurple/dbus-analyze-types.py 
--keyword=enum --verbatim > purple-client-bindings.h
  cat: marshallers.h: No such file or directory
  cat: marshallers.h: No such file or directory
  cat: marshallers.h: No such file or directory

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit 92926a3e45dadb55cfcacb892c01d512c42d53c4)
Signed-off-by: Armin Kuster 
---
 ...gure.ac-fix-build-with-autoconf-2.71.patch | 229 --
 ...able-few-languages-not-compatible-wi.patch |  49 
 .../{pidgin_2.14.1.bb => pidgin_2.14.2.bb}|   6 +-
 3 files changed, 2 insertions(+), 282 deletions(-)
 delete mode 100644 
meta-oe/recipes-support/pidgin/pidgin/0001-configure.ac-fix-build-with-autoconf-2.71.patch
 delete mode 100644 
meta-oe/recipes-support/pidgin/pidgin/0002-configure.ac-disable-few-languages-not-compatible-wi.patch
 rename meta-oe/recipes-support/pidgin/{pidgin_2.14.1.bb => pidgin_2.14.2.bb} 
(94%)

diff --git 
a/meta-oe/recipes-support/pidgin/pidgin/0001-configure.ac-fix-build-with-autoconf-2.71.patch
 
b/meta-oe/recipes-support/pidgin/pidgin/0001-configure.ac-fix-build-with-autoconf-2.71.patch
deleted file mode 100644
index cfb0290f9b7..000
--- 
a/meta-oe/recipes-support/pidgin/pidgin/0001-configure.ac-fix-build-with-autoconf-2.71.patch
+++ /dev/null
@@ -1,229 +0,0 @@
-From e03d3ef5aadd582ebf7102b7d5785fed177a0cb1 Mon Sep 17 00:00:00 2001
-From: Martin Jansa 
-Date: Sun, 7 Feb 2021 13:25:29 +0100
-Subject: [PATCH] configure.ac: fix build with 

[oe] [hardknott 17/36] python3-django: Upgrade 3.1.7 -> 3.2

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 3.2:

- Automatic AppConfig discovery
- Customizing type of auto-created primary keys
- Functional indexes
- pymemcache support
- New decorators for the admin site
- Other minor new features

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit f45f3862a64be2a8502a3a348bb3b7f72869c988)
Signed-off-by: Armin Kuster 
---
 .../python/{python3-django_3.1.7.bb => python3-django_3.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-django_3.1.7.bb => 
python3-django_3.2.bb} (59%)

diff --git a/meta-python/recipes-devtools/python/python3-django_3.1.7.bb 
b/meta-python/recipes-devtools/python/python3-django_3.2.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python3-django_3.1.7.bb
rename to meta-python/recipes-devtools/python/python3-django_3.2.bb
index d22bd14e8c2..e147e2f9d1b 100644
--- a/meta-python/recipes-devtools/python/python3-django_3.1.7.bb
+++ b/meta-python/recipes-devtools/python/python3-django_3.2.bb
@@ -1,7 +1,7 @@
 require python-django.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = 
"32ce792ee9b6a0cbbec340123e229ac9f765dff8c2a4ae9247a14b2ba3a365a7"
+SRC_URI[sha256sum] = 
"21f0f9643722675976004eb683c55d33c05486f94506672df3d6a141546f389d"
 
 RDEPENDS_${PN} += "\
 ${PYTHON_PN}-sqlparse \
@@ -9,5 +9,5 @@ RDEPENDS_${PN} += "\
 
 # Set DEFAULT_PREFERENCE so that the LTS version of django is built by
 # default. To build the 3.x branch, 
-# PREFERRED_VERSION_python3-django = "3.1.7" can be added to local.conf
+# PREFERRED_VERSION_python3-django = "3.2" can be added to local.conf
 DEFAULT_PREFERENCE = "-1"
-- 
2.17.1


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



[oe] [hardknott 18/36] python3-tqdm: Upgrade 4.59.0 -> 4.60.0

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 4.60.0:

- add contrib.logging helpers for redirecting to tqdm.write()
- support delay in notebook
- fix contrib.tmap, tzip not using tqdm_class
- add notebook tests
- updates & misc minor fixes for documentation

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 910579ddae89f1b85e18bae405eac5322eea3b9b)
Signed-off-by: Armin Kuster 
---
 .../python/{python3-tqdm_4.59.0.bb => python3-tqdm_4.60.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-tqdm_4.59.0.bb => 
python3-tqdm_4.60.0.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb 
b/meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb
rename to meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb
index 32e5cf053a4..e20ba779af6 100644
--- a/meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb
+++ b/meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "MIT & MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=59e4271a933d33edfe60237db377a14b"
 
-SRC_URI[sha256sum] = 
"d666ae29164da3e517fcf125e41d4fe96e5bb375cd87ff9763f6b38b5592fe33"
+SRC_URI[sha256sum] = 
"ebdebdb95e3477ceea267decfc0784859aa3df3e27e22d23b83e9b272bf157ae"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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



[oe] [hardknott 14/36] python3-sqlalchemy: Upgrade 1.4.5 -> 1.4.6

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 1.4.6:

orm:

- Fixed regression where a deprecated form of Query.join() were
  used, passing a series of entities to join from without any ON
  clause in a single Query.join() call, would fail to function
  correctly.
- Fixed critical regression where the Query.yield_per() method in
  the ORM would set up the internal Result to yield chunks at a
  time, however made use of the new Result.unique() method which
  uniques across the entire result.

sql:

- Fixed further regressions in the same area as that of #6173
  released in 1.4.5, where a “postcompile” parameter, again most
  typically those used for LIMIT/OFFSET rendering in Oracle and
  SQL Server, would fail to be processed correctly if the same
  parameter rendered in multiple places in the statement.
- Executing a Subquery using Connection.execute() is deprecated
  and will emit a deprecation warning; this use case was an
  oversight that should have been removed from 1.4.

schema:

- The Table object now raises an informative error message if it
  is instantiated without passing at least the Table.name and
  Table.metadata arguments positionally. Previously, if these were
  passed as keyword arguments, the object would silently fail to
  initialize correctly.

mypy:

- Applied a series of refactorings and fixes to accommodate for
  Mypy "incremental" mode across multiple files, which previously
  was not taken into account. In this mode the Mypy plugin has to
  accommodate Python datatypes expressed in other files coming in
  with less information than they have on a direct run.
- Fixed issue where the Mypy plugin would fail to interpret the
  "collection_class" of a relationship if it were a callable and
  not a class. Also improved type matching and error reporting for
  collection-oriented relationships.

asyncio:

- Added accessors .sqlstate and synonym .pgcode to the .orig
  attribute of the SQLAlchemy exception class raised by the
  asyncpg DBAPI adapter, that is, the intermediary exception
  object that wraps on top of that raised by the asyncpg
  library itself, but below the level of the SQLAlchemy dialect.

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit b649e45ab1f87346c535ef77052343594391bd39)
Signed-off-by: Armin Kuster 
---
 ...{python3-sqlalchemy_1.4.5.bb => python3-sqlalchemy_1.4.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.5.bb => 
python3-sqlalchemy_1.4.6.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb 
b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.6.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.6.bb
index 206a9ab3b0c..4d5aa33d1a9 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.6.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595"
 
-SRC_URI[sha256sum] = 
"1294f05916c044631fd626a4866326bbfbd17f62bd37510d000afaef4b35bd74"
+SRC_URI[sha256sum] = 
"193c3ca465fbc68de071995a461ab535466f041089d372ee6a6f0aae7b9307e6"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3
-- 
2.17.1


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



[oe] [hardknott 16/36] python3-pysonos: Upgrade 0.0.41 -> 0.0.42

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 0.0.42:

- Handle parse_event_xml doing I/O in the asyncio event loop

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 478e0e5833e8815f0e6ba77860ad54c342f34fb5)
Signed-off-by: Armin Kuster 
---
 .../{python3-pysonos_0.0.41.bb => python3-pysonos_0.0.42.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pysonos_0.0.41.bb => 
python3-pysonos_0.0.42.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb 
b/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb
rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb
index 564d60ee47b..25defabc51b 100644
--- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb
+++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.42.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
 
-SRC_URI[sha256sum] = 
"08d17fee04cc8209b915e61407673ea843b55792a9301fbe86adb9cc69a67a54"
+SRC_URI[sha256sum] = 
"20b45fa1779a01325e67822d243e1a3f7657d8b515308d84c1eb3c805cc3bdb5"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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



[oe] [hardknott 15/36] python3-bitarray: Upgrade 1.9.0 -> 1.9.1

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 1.9.1:

- switch documentation from markdown to reStructuredText
- add tests

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 79d2873495faaa6406ec9d19e3f715701d2429c9)
Signed-off-by: Armin Kuster 
---
 .../{python3-bitarray_1.9.0.bb => python3-bitarray_1.9.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bitarray_1.9.0.bb => 
python3-bitarray_1.9.1.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb 
b/meta-python/recipes-devtools/python/python3-bitarray_1.9.1.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_1.9.1.bb
index 12ac3d964f4..e6bfb25c492 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_1.9.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray;
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
 
-SRC_URI[sha256sum] = 
"db00073387af7fe30852d96b04742a0cdbc7feaf3158558520ab7898b0435ee2"
+SRC_URI[sha256sum] = 
"ec99acc1b18f99b7e9d0b77766b99f80b3c42d4e83306334deef9745b41a2079"
 
 inherit setuptools3 pypi
 
-- 
2.17.1


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



[oe] [hardknott 12/36] python3-pyroute2: Upgrade 0.5.16 -> 0.5.17

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 0.5.17:

- license: aligned cli/ss2
- ndb: del_ip() improvements
- ndb: wait(timeout=...)

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit be5b722809c29acef2de0c0978659692483aa8aa)
Signed-off-by: Armin Kuster 
---
 .../{python3-pyroute2_0.5.16.bb => python3-pyroute2_0.5.17.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.16.bb => 
python3-pyroute2_0.5.17.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.16.bb 
b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.16.bb
rename to meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb
index fed0fc38fe7..1d3d5a253a6 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.16.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 
\
 
file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
 
-SRC_URI[sha256sum] = 
"fe681a2d008cac815b9f287250d69a333fbfc2b2d89c37d58798104057149989"
+SRC_URI[sha256sum] = 
"12d51066ea5628a6fa76fc244f301a8eea5d25d71a9d664016976edfa3889733"
 
 inherit setuptools3 pypi ptest
 
-- 
2.17.1


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



[oe] [hardknott 13/36] python3-transitions: Upgrade 0.8.7 -> 0.8.8

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 0.8.8:

- AsyncMachine does not remove models when remove_models is called
- Introduce try/except for finalize callbacks in Machine and
  HierachicalMachine. Thus, errors occurring in finalize callbacks
  will be suppressed and only the original error will be raised.
- Show references in graphs and markup. Introduce
  MarkupMachine.format_references to tweak reference formatting
- Introduce Machine.on_exception to handle raised exceptions in
  callbacks
- Machine.get_triggers now supports State and Enum as arguments
- NestedState and HierachicalMachine.add_states now accept (lists
  of) states and enums as initial parameter

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit dce8ef5add115eb1ecdf39d547e5c566a92b2bd6)
Signed-off-by: Armin Kuster 
---
 ...ython3-transitions_0.8.7.bb => python3-transitions_0.8.8.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-transitions_0.8.7.bb => 
python3-transitions_0.8.8.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb 
b/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb
rename to meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb
index 04a033742a6..2b82df5814f 100644
--- a/meta-python/recipes-devtools/python/python3-transitions_0.8.7.bb
+++ b/meta-python/recipes-devtools/python/python3-transitions_0.8.8.bb
@@ -4,6 +4,6 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=baac7be1f4c17620df74188e23da6d47"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"8c60ec0828cd037820726283cad5d4d77a5e31514e058b51250420e9873e9bc7"
+SRC_URI[sha256sum] = 
"e7a86b31a161a76133f189b3ae9dad2755a80ea4c1e0eee1805648d021fb677d"
 
 RDEPENDS_${PN} += "python3-six"
-- 
2.17.1


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



[oe] [hardknott 11/36] python3-pymisp: Upgrade 2.4.141 -> 2.4.141.1

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 2.4.141.1:

- Re-bump changelog
- Bump version

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 0eefda892aea7f69189d1f3b1f99949d4feb5321)
Signed-off-by: Armin Kuster 
---
 .../{python3-pymisp_2.4.141.bb => python3-pymisp_2.4.141.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.141.bb => 
python3-pymisp_2.4.141.1.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb 
b/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb
index c8bd52f105c..df6f1c762d2 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.1.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
 
 SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main"
-SRCREV = "4a0c1e1dc42af171d3c1bcaa12436f79ff6cfd9b"
+SRCREV = "62cd5173f087e88834e88472060181b681b0b4d2"
 S = "${WORKDIR}/git"
 
 inherit setuptools3
-- 
2.17.1


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



[oe] [hardknott 09/36] python3-pychromecast: Upgrade 9.1.1 -> 9.1.2

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 9.1.2:

- Handle bad UUIDs from third-party Chromecasts
- Reuse SSL context in host browser

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 75a9fe6cc0ec8d031540462fdbbbcf28bbf87ccf)
Signed-off-by: Armin Kuster 
---
 ...hon3-pychromecast_9.1.1.bb => python3-pychromecast_9.1.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pychromecast_9.1.1.bb => 
python3-pychromecast_9.1.2.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb 
b/meta-python/recipes-devtools/python/python3-pychromecast_9.1.2.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb
rename to meta-python/recipes-devtools/python/python3-pychromecast_9.1.2.bb
index 3d0b84cf0bf..c392261ade2 100644
--- a/meta-python/recipes-devtools/python/python3-pychromecast_9.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pychromecast_9.1.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/balloob/pychromecast;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
 
-SRC_URI[sha256sum] = 
"ab9da1d2ef424b1fc755f6436f545a56056ec6de24075e93f369eac8eb821837"
+SRC_URI[sha256sum] = 
"907656cea46d39d0e93ec815979578ef4fb6f655fd8bf4e88e6421fcd7824e85"
 
 PYPI_PACKAGE = "PyChromecast"
 
-- 
2.17.1


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



[oe] [hardknott 10/36] python3-decorator: Upgrade 5.0.1 -> 5.0.5

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 5.0.5:

- Dropped support for Python < 3.5 with a substantial
  simplification of the code base (now building a decorator does
  not require calling "exec").
- Added a way to mimic functools.wraps-generated decorators.
- Ported the Continuous Integration from Travis to GitHub.

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit daf804c88290898bb56e401433aa6860c69afa2f)
Signed-off-by: Armin Kuster 
---
 .../{python3-decorator_5.0.1.bb => python3-decorator_5.0.5.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-decorator_5.0.1.bb => 
python3-decorator_5.0.5.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb 
b/meta-python/recipes-devtools/python/python3-decorator_5.0.5.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb
rename to meta-python/recipes-devtools/python/python3-decorator_5.0.5.bb
index e9d20379f9d..47daba8a0cc 100644
--- a/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.5.bb
@@ -9,7 +9,7 @@ decorator, just because you can."
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22"
 
-SRC_URI[sha256sum] = 
"1e53162e016f317a61d93848f00e80e7109ca9ed06846c7f2930cf0ebede7c6c"
+SRC_URI[sha256sum] = 
"acda948ffcfe4bd0c4a57834b74ad968b91925b8201b740ca9d46fb8c5c618ce"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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



[oe] [hardknott 08/36] python3-sqlalchemy: Upgrade 1.4.4 -> 1.4.5

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 1.4.5:

orm:
- Fixed regression where the joinedload() loader strategy would
  not successfully joinedload to a mapper that is mapper against
  a CTE construct.
- Scaled back the warning message added in #5171 to not warn for
  overlapping columns in an inheritance scenario where a
  particular relationship is local to a subclass and therefore
  does not represent an overlap.

sql:
- Fixed bug in new FunctionElement.render_derived() feature where
  column names rendered out explicitly in the alias SQL would not
  have proper quoting applied for case sensitive names and other
  non-alphanumeric names.
- Fixed regression where use of the Operators.in_() method with a
  Select object against a non-table-bound column would produce an
  AttributeError, or more generally using a ScalarSelect that has
  no datatype in a binary expression would produce invalid state.
- Added a new flag to the Dialect class called
  Dialect.supports_statement_cache. This flag now needs to be
  present directly on a dialect class in order for SQLAlchemy's
  query cache to take effect for that dialect. The rationale is
  based on discovered issues such as #6173 revealing that dialects
  which hardcode literal values from the compiled statement, often
  the numerical parameters used for LIMIT / OFFSET, will not be
  compatible with caching until these dialects are revised to use
  the parameters present in the statement only. For third party
  dialects where this flag is not applied, the SQL logging will
  show the message "dialect does not support caching", indicating
  the dialect should seek to apply this flag once they have
  verified that no per-statement literal values are being rendered
  iwithin the compilation phase.

schema:
- Introduce a new parameter Enum.omit_aliases in Enum type allow
  filtering aliases when using a pep435 Enum. Previous versions of
  SQLAlchemy kept aliases in all cases, creating database enum
  type with additional states, meaning that they were treated as
  different values in the db. For backward compatibility this flag
  defaults to False in the 1.4 series, but will be switched to
  True in a future version. A deprecation warning is raise if this
  iflag is not specified and the passed enum contains aliases.

mypy:
- Fixed issue in mypy plugin where newly added support for
  as_declarative() needed to more fully add the DeclarativeMeta
  class to the mypy interpreter’s state so that it does not
  result in a name not found error; additionally improves how
  global names are setup for the plugin including the Mapped name.

asyncio:
- Fixed issue where the asyncio extension could not be loaded if
  running Python 3.6 with the backport library of contextvars
  installed.

postgresql:
- Fixed regression where the PostgreSQL cast operator applied to
  elements within an ARRAY when using psycopg2 would fail to use
  the correct type in the case that the datatype were also
  embedded within an instance of the Variant adapter.
- Fixed typo in the fix released in 1.4.4 that completely
  prevented this change from working correctly, i.e. the error
  message did not match what was actually emitted by pg8000.
- Fixed issue where the PostgreSQL PGInspector, when generated
  against an Engine, would fail for .get_enums(),
  .get_view_names(), .get_foreign_table_names() and
  .get_table_oid() when used against a "future" style engine
  and not the connection directly.

mysql:
- Fixed regression in the MySQL dialect where the reflection query
  used to detect if a table exists would fail on very old MySQL
  5.0 and 5.1 versions.

mssql:
- Fixed a regression in MSSQL 2012+ that prevented the order by
  clause to be rendered when offset=0 is used in a subquery.

oracle:
- Fixed critical regression where the Oracle compiler would not
  maintain the correct parameter values in the LIMIT/OFFSET for a
  select due to a caching issue.

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit b8230b6a66018b370fdae7e32e7e5286234afe78)
Signed-off-by: Armin Kuster 
---
 ...{python3-sqlalchemy_1.4.4.bb => python3-sqlalchemy_1.4.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.4.bb => 
python3-sqlalchemy_1.4.5.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.4.bb 
b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.4.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb
index 1578da5e578..206a9ab3b0c 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.5.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595"
 

[oe] [hardknott 06/36] doxygen: Upgrade 1.8.20 -> 1.9.1

2021-04-08 Thread akuster
From: Randy MacLeod 

Refit and update patches.

Signed-off-by: Randy MacLeod 
Signed-off-by: Khem Raj 
(cherry picked from commit e4ad6f3507de85343d3cbd884781a0e0572414ae)
Signed-off-by: Armin Kuster 
---
 .../0001-build-don-t-look-for-Iconv.patch |   9 +-
 .../doxygen-native-only-check-python3.patch   | 116 +-
 .../{doxygen_1.8.20.bb => doxygen_1.9.1.bb}   |   3 +-
 3 files changed, 61 insertions(+), 67 deletions(-)
 rename meta-oe/recipes-devtools/doxygen/{doxygen_1.8.20.bb => 
doxygen_1.9.1.bb} (79%)

diff --git 
a/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
 
b/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
index c86dc1691e3..6906efd1c0d 100644
--- 
a/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
+++ 
b/meta-oe/recipes-devtools/doxygen/doxygen/0001-build-don-t-look-for-Iconv.patch
@@ -8,6 +8,7 @@ native build but all modern systems supply it as part of the 
standard
 C library. We don't need this check in meta-openembedded.
 
 Signed-off-by: Bartosz Golaszewski 
+Signed-off-by: Randy MacLeod 
 
 Upstream-status: Inappropriate
 - upstream doxygen must build on many architectures, this change is
@@ -17,10 +18,10 @@ Upstream-status: Inappropriate
  1 file changed, 4 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 45c2f2c1..22cf0144 100644
+index 06b9696f..f30b46b8 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -92,10 +92,6 @@ if (sqlite3)
+@@ -117,10 +117,6 @@ if (sqlite3)
endif()
  endif()
  
@@ -28,9 +29,9 @@ index 45c2f2c1..22cf0144 100644
 -include_directories(${ICONV_INCLUDE_DIR})
 -
 -
- #set(DOXYDOCS ${CMAKE_SOURCE_DIR}/doc CACHE INTERNAL "Path to doxygen docs")
+ #set(DOXYDOCS ${PROJECT_SOURCE_DIR}/doc CACHE INTERNAL "Path to doxygen docs")
  set(DOXYDOCS ${PROJECT_BINARY_DIR}/doc)
  set(ENV{DOXYGEN_DOCDIR} ${DOXYDOCS})
 -- 
-2.17.1
+2.27.0
 
diff --git 
a/meta-oe/recipes-devtools/doxygen/doxygen/doxygen-native-only-check-python3.patch
 
b/meta-oe/recipes-devtools/doxygen/doxygen/doxygen-native-only-check-python3.patch
index 53f5f44..9d1a5a93d0f 100644
--- 
a/meta-oe/recipes-devtools/doxygen/doxygen/doxygen-native-only-check-python3.patch
+++ 
b/meta-oe/recipes-devtools/doxygen/doxygen/doxygen-native-only-check-python3.patch
@@ -1,4 +1,4 @@
-From aa833cf56c5cc2e87a1d91881eb2286beb34e417 Mon Sep 17 00:00:00 2001
+From 7aeee92c752f8a4b2524ed6a41d60c1a3ca8bf2d Mon Sep 17 00:00:00 2001
 From: Leon Anavi 
 Date: Wed, 26 Aug 2020 10:52:10 +0300
 Subject: [PATCH] doxygen: Fix Python issues for doxygen-native
@@ -32,25 +32,28 @@ result variable PYTHON_EXECUTABLE with Python3_EXECUTABLE.
 
 This patch is only needded by doxygen-native.
 
+Updated to apply to release 1.9.1.
+
 Upstream-Status: Inappropriate[oe specific]
 
 Co-Authored-By: Kai Kang 
 Signed-off-by: Leon Anavi 
+Signed-off-by: Randy MacLeod 
 ---
  CMakeLists.txt  |  2 +-
  addon/doxywizard/CMakeLists.txt |  6 +++---
  doc/CMakeLists.txt  |  6 +++---
  examples/CMakeLists.txt |  4 ++--
  libmscgen/CMakeLists.txt|  2 +-
- src/CMakeLists.txt  | 12 ++--
+ src/CMakeLists.txt  | 10 +-
  testing/CMakeLists.txt  |  4 ++--
- 7 files changed, 18 insertions(+), 18 deletions(-)
+ 7 files changed, 17 insertions(+), 17 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 35e6a0c2..9aaebbdf 100644
+index f30b46b8..50f211c8 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -100,7 +100,7 @@ else ()
+@@ -101,7 +101,7 @@ else ()
  endif ()
  
  find_program(DOT NAMES dot)
@@ -60,50 +63,50 @@ index 35e6a0c2..9aaebbdf 100644
  find_package(BISON REQUIRED)
  if (BISON_VERSION VERSION_LESS 2.7)
 diff --git a/addon/doxywizard/CMakeLists.txt b/addon/doxywizard/CMakeLists.txt
-index 6aacd8b6..fa197e9e 100644
+index a6f65f8d..d163aa5b 100644
 --- a/addon/doxywizard/CMakeLists.txt
 +++ b/addon/doxywizard/CMakeLists.txt
 @@ -58,7 +58,7 @@ 
set_source_files_properties(${GENERATED_SRC_WIZARD}/settings.h PROPERTIES GENERA
  
  # generate version.cpp
  add_custom_command(
--COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/src/version.py 
${VERSION} > ${GENERATED_SRC_WIZARD}/version.cpp
-+COMMAND ${Python3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/src/version.py 
${VERSION} > ${GENERATED_SRC_WIZARD}/version.cpp
- DEPENDS ${CMAKE_SOURCE_DIR}/VERSION ${CMAKE_SOURCE_DIR}/src/version.py
+-COMMAND ${PYTHON_EXECUTABLE} ${PROJECT_SOURCE_DIR}/src/version.py 
${VERSION} > ${GENERATED_SRC_WIZARD}/version.cpp
++COMMAND ${Python3_EXECUTABLE} ${PROJECT_SOURCE_DIR}/src/version.py 
${VERSION} > ${GENERATED_SRC_WIZARD}/version.cpp
+ DEPENDS ${PROJECT_SOURCE_DIR}/VERSION ${PROJECT_SOURCE_DIR}/src/version.py
  OUTPUT ${GENERATED_SRC_WIZARD}/version.cpp
  )
 @@ -66,7 +66,7 @@ 
set_source_files_properties(${GENERATED_SRC_WIZARD}/version.cpp PROPERTIES GENER
  
  # generate configdoc.cpp
  add_custom_command(

[oe] [hardknott 07/36] networkmanager-openvpn: Fix packageing

2021-04-08 Thread akuster
From: Andreas Müller 

Recent upgrade introduced:
| ERROR: networkmanager-openvpn-1.8.14-r0 do_package: QA Issue: 
networkmanager-openvpn: Files/directories were installed but not shipped in any 
package:
|  /usr/share/metainfo
|  /usr/share/metainfo/network-manager-openvpn.metainfo.xml

Signed-off-by: Andreas Müller 
Signed-off-by: Khem Raj 
(cherry picked from commit a23fa069d0a60cf348dcc6399f7990de59105c21)
Signed-off-by: Armin Kuster 
---
 .../networkmanager/networkmanager-openvpn_1.8.14.bb  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb
 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb
index a1a61bed1e3..1f76d8ab521 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb
@@ -38,6 +38,7 @@ USERADD_PARAM_${PN} = "--system nm-openvpn"
 
 FILES_${PN} += " \
 ${datadir}/dbus-1 \
+${datadir}/metainfo \
 ${libdir}/NetworkManager/*.so \
 ${nonarch_libdir}/NetworkManager/VPN/nm-openvpn-service.name \
 "
-- 
2.17.1


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



[oe] [hardknott 04/36] android-tools: use PN instead of BPN in RDEPENDS

2021-04-08 Thread akuster
From: Martin Jansa 

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit 7e60ff535380b905f631a31f3f1228e78f1c117c)
Signed-off-by: Armin Kuster 
---
 .../recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb 
b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
index d93a7f72394..e8992346b08 100644
--- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
+++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
@@ -160,8 +160,8 @@ do_install() {
 
 PACKAGES =+ "${PN}-fstools ${PN}-adbd"
 
-RDEPENDS_${BPN}-adbd = "${BPN}-conf"
-RDEPENDS_${BPN}-fstools = "bash"
+RDEPENDS_${PN}-adbd = "${PN}-conf"
+RDEPENDS_${PN}-fstools = "bash"
 
 FILES_${PN}-adbd = "\
 ${bindir}/adbd \
-- 
2.17.1


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



[oe] [hardknott 05/36] pidgin-sipe: fix g_memdup2 changes to be backwards compatible with glib-1.67

2021-04-08 Thread akuster
From: Martin Jansa 

* current version unfortunatelly it isn't backwards compatible with 
glib-2.0-1.66.7 currently in oe-core master and hardknott and now fails with:
| ../../../pidgin-sipe-1.25.0/src/purple/../api/sipe-common.h:56:19: error: 
conflicting types for 'g_memdup'
|56 | #define g_memdup2 g_memdup
|   |   ^~~~

that's because glibcompat.h provided by libpurple from pidgin always provides 
g_memdup2
so the AC_CHECK_LIB in configure.ac detects that it isn't available in glib-2.0 
itself
and then tries to redefine it here.

Leave the fall-back on glibcompat.h and just replace g_memdup calls with 
g_memdup2.

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit 412cb3a15c7812c69660ae6e98dad6e01e09a7e9)
Signed-off-by: Armin Kuster 
---
 .../0001-Migrate-to-use-g_memdup2.patch   | 58 +--
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git 
a/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch
 
b/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch
index 4f5c0bd1f6c..ceb48d21fc0 100644
--- 
a/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch
+++ 
b/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch
@@ -1,17 +1,36 @@
-From 40799bb28a9e299055eec00092694ea2e408c431 Mon Sep 17 00:00:00 2001
+From 51c95a23bff3a024dc19e3127ca751e1458be0f0 Mon Sep 17 00:00:00 2001
 From: Khem Raj 
 Date: Mon, 5 Apr 2021 11:36:50 -0700
 Subject: [PATCH] Migrate to use g_memdup2
 
 g_memdup has been deprecated for long and latest glib-2.0 2.68+ has
-turned it int an error to use old function. Add a fall back to
-older versions of GLib, fall back to g_memdup with a #define
+turned it int an error to use old function.
+
+The fall-back to g_memdup isn't needed because pidgin provides g_memdup2
+in pidgin-sipe/1.25.0-r0/recipe-sysroot/usr/include/libpurple/glibcompat.h
+based on glib-2.0 version:
+  /* Backport the static inline version of g_memdup2 if we don't have 
g_memdup2.
+   * see 
https://mail.gnome.org/archives/desktop-devel-list/2021-February/msg0.html
+   * for more information.
+   */
+  #if !GLIB_CHECK_VERSION(2, 67, 3)
+  static inline gpointer
+  g_memdup2(gconstpointer mem, gsize byte_size) {
+  gpointer new_mem = NULL;
+
+  if(mem && byte_size != 0) {
+  new_mem = g_malloc (byte_size);
+  memcpy (new_mem, mem, byte_size);
+  }
+
+  return new_mem;
+  }
+  #endif /* !GLIB_CHECK_VERSION(2, 67, 3) */
 
 Upstream-Status: Pending
 Signed-off-by: Khem Raj 
 ---
- configure.ac   |  3 +++
- src/api/sipe-common.h  |  5 +
+ src/api/sipe-common.h  |  3 +++
  src/core/sip-sec-gssapi.c  |  4 ++--
  src/core/sip-sec-ntlm.c| 12 ++--
  src/core/sip-sec-tls-dsk.c |  4 ++--
@@ -19,35 +38,19 @@ Signed-off-by: Khem Raj 
  src/core/sipe-tls-tester.c |  2 +-
  src/core/sipe-tls.c|  4 ++--
  src/telepathy/telepathy-protocol.c |  2 +-
- 9 files changed, 23 insertions(+), 15 deletions(-)
+ 8 files changed, 18 insertions(+), 15 deletions(-)
 
-diff --git a/configure.ac b/configure.ac
-index 2481153..efe01b4 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -327,6 +327,9 @@ AM_CONDITIONAL(SIPE_OPENSSL, [test "x$enable_openssl" != 
xno])
- dnl check for libxml2
- PKG_CHECK_MODULES(LIBXML2, [libxml-2.0])
- 
-+# dnl check for g_memdup2 in glib-2.0
-+AC_CHECK_LIB(glib-2.0, g_memdup2, [GLIB_CFLAGS="$GLIB_CFLAGS 
-DHAVE_G_MEMDUP2=1"])
-+
- dnl assumption check: sizof(uuid_t) must be 16 (see uuid.c)
- AC_MSG_CHECKING([that sizeof(uuid_t) is 16])
- ac_save_CFLAGS="$CFLAGS"
 diff --git a/src/api/sipe-common.h b/src/api/sipe-common.h
-index c964f15..e114fdc 100644
+index c964f15..cab81e0 100644
 --- a/src/api/sipe-common.h
 +++ b/src/api/sipe-common.h
-@@ -51,3 +51,8 @@
+@@ -51,3 +51,6 @@
  #ifdef _MSC_VER
  typedef long ssize_t;
  #endif
 +
-+#ifndef HAVE_G_MEMDUP2
-+#define g_memdup2 g_memdup
-+#endif
-+
++// for g_memdup2
++#include 
 diff --git a/src/core/sip-sec-gssapi.c b/src/core/sip-sec-gssapi.c
 index 873080f..4c63868 100644
 --- a/src/core/sip-sec-gssapi.c
@@ -187,6 +190,3 @@ index f6e5337..1dde579 100644
}
if (icon_name)
*icon_name= g_strdup("im-" SIPE_TELEPATHY_DOMAIN);
--- 
-2.31.1
-
-- 
2.17.1


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



[oe] [hardknott 03/36] libyui(-ncurses): upgrade to 4.1.1, libyui repo was rewritten completely

2021-04-08 Thread akuster
From: Martin Jansa 

* af06143017fc5f18c4b6488ba4aed26bcc43ff6e doesn't exist in current repo:
  libyui$ git branch -a --contains af06143017fc5f18c4b6488ba4aed26bcc43ff6e
  error: no such commit af06143017fc5f18c4b6488ba4aed26bcc43ff6e

* there are no common commits in the new libyui repo, but luckily old
  repo is kept as
  https://github.com/libyui/libyui-old
  similarly libyui-ncurses now contains only README about being obsolete in:
  https://github.com/libyui/libyui-ncurses
  but at least it wasn't rewritten to have the new content

* now both recipes need to use the same git repo and just different subdirs in S

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit f825ad7d7e05bd3125580880cb9e6c1fbe959777)
Signed-off-by: Armin Kuster 
---
 ...byui-ncurses_4.0.0.bb => libyui-ncurses_4.1.1.bb} | 11 +--
 .../libyui/{libyui_4.0.0.bb => libyui_4.1.1.bb}  | 12 ++--
 2 files changed, 11 insertions(+), 12 deletions(-)
 rename meta-oe/recipes-graphics/libyui/{libyui-ncurses_4.0.0.bb => 
libyui-ncurses_4.1.1.bb} (79%)
 rename meta-oe/recipes-graphics/libyui/{libyui_4.0.0.bb => libyui_4.1.1.bb} 
(66%)

diff --git a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.0.0.bb 
b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb
similarity index 79%
rename from meta-oe/recipes-graphics/libyui/libyui-ncurses_4.0.0.bb
rename to meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb
index a3a4a150662..fdf01618a28 100644
--- a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.0.0.bb
+++ b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.1.1.bb
@@ -1,17 +1,16 @@
 SUMMARY = "Character Based User Interface for libyui"
 LICENSE = "LGPLv3"
-LIC_FILES_CHKSUM = "file://COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 
\
-file://COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \
+LIC_FILES_CHKSUM = 
"file://../COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
+file://../COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \
 "
 
-SRC_URI = "git://github.com/libyui/libyui-ncurses.git \
-  "
+SRC_URI = "git://github.com/libyui/libyui.git"
 
 SRC_URI_append_class-target = " 
file://0001-Fix-the-error-of-can-t-find-header-file.patch"
 
-SRCREV = "37d3a1e815a47f536b4f694f139f279cc93a3854"
+SRCREV = "718ac672374a2b0f50cbc7d637d90e6471babc3d"
 
-S = "${WORKDIR}/git"
+S = "${WORKDIR}/git/libyui-ncurses"
 
 inherit cmake gettext pkgconfig
 
diff --git a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb 
b/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb
similarity index 66%
rename from meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb
rename to meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb
index e42c178e66f..acab7d45682 100644
--- a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb
+++ b/meta-oe/recipes-graphics/libyui/libyui_4.1.1.bb
@@ -1,18 +1,18 @@
 SUMMARY = "Libyui is a widget abstraction library providing Qt, GTK and 
ncurses frontends."
 LICENSE = "LGPLv3"
-LIC_FILES_CHKSUM = "file://COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 \
-
file://COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \
-file://COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 
\
+LIC_FILES_CHKSUM = 
"file://../COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 \
+
file://../COPYING.lgpl-2.1;md5=4fbd65380cdd255951079008b364516c \
+
file://../COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
"
 
-SRC_URI = "git://github.com/libyui/libyui-old.git \
+SRC_URI = "git://github.com/libyui/libyui.git \
file://0001-Fix-build-with-clang.patch \
file://0001-Use-relative-install-paths-for-CMake.patch \
"
 
-SRCREV = "af06143017fc5f18c4b6488ba4aed26bcc43ff6e"
+SRCREV = "718ac672374a2b0f50cbc7d637d90e6471babc3d"
 
-S = "${WORKDIR}/git"
+S = "${WORKDIR}/git/libyui"
 
 inherit cmake gettext pkgconfig
 
-- 
2.17.1


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



[oe] [hardknott 01/36] libsmi: use /bin/sh instead of ${base_bindir}/sh to silence QA error with usrmerge

2021-04-08 Thread akuster
From: Martin Jansa 

* with usrmerge ${base_bindir} is /usr/bin/sh and libsmi fails with:
  ERROR: libsmi-0.5.0-r0 do_package_qa: QA Issue: /usr/bin/smistrip contained 
in package libsmi requires /usr/bin/sh, but no providers found in 
RDEPENDS_libsmi? [file-rdeps]
  ERROR: libsmi-0.5.0-r0 do_package_qa: QA run found fatal errors. Please 
consider fixing them.

* this is a bit strange as busybox does install /usr/bin/sh file:
  ./1.33.0-r0.usrmerge/image/usr/bin/sh
  ./1.33.0-r0.default/image/bin/sh

  but also adds /bin/sh to RPROVIDES_${PN} for usrmerge in DISTRO_FEATURES:
  RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', 
'/bin/sh', '', d)}"
  added in:
  
https://git.openembedded.org/openembedded-core/commit/?id=1f6c14939c8daa5e09103789c3ff5031cc888d16

  and 
1.33.0-r0.usrmerge/pkgdata/runtime/busybox:FILERPROVIDES_/usr/bin/busybox.nosuid_busybox
  correctly contains /usr/bin/sh

* adding runtime dependency on busybox as /usr/bin/sh provider would silence 
the QA warning
  but people might not like adding busybox to their image

* using /bin/sh silences the QA warning as well, because /bin/sh is explicitly 
ignored in file-rdeps insane.bbclass:
  
https://git.openembedded.org/openembedded-core/tree/meta/classes/insane.bbclass?id=1f6c14939c8daa5e09103789c3ff5031cc888d16#n907

  if "file-rdeps" not in skip:
ignored_file_rdeps = set(['/bin/sh', '/usr/bin/env', 'rtld(GNU_HASH)'])

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit 08fad9f3a6d1026eea84906c2ede7a4a2dc93863)
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb 
b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
index 212b1e797c7..ae76fade738 100644
--- a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
+++ b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += "wget"
 
 inherit autotools
 
-EXTRA_OECONF = "ac_cv_path_SH=${base_bindir}/sh ac_cv_path_WGET=${bindir}/wget 
ac_cv_path_AWK=${bindir}/awk"
+EXTRA_OECONF = "ac_cv_path_SH=/bin/sh ac_cv_path_WGET=${bindir}/wget 
ac_cv_path_AWK=${bindir}/awk"
 
 do_install_append () {
 install -d ${D}${sysconfdir}
-- 
2.17.1


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



[oe] [hardknott 02/36] libyui: switch to libyui-old repo which still has this SRCREV

2021-04-08 Thread akuster
From: Martin Jansa 

* af06143017fc5f18c4b6488ba4aed26bcc43ff6e doesn't exist in current repo:
  libyui$ git branch -a --contains af06143017fc5f18c4b6488ba4aed26bcc43ff6e
  error: no such commit af06143017fc5f18c4b6488ba4aed26bcc43ff6e

* there are no common commits in the new libyui repo, but luckily old
  repo is kept as
  https://github.com/libyui/libyui-old
  similarly libyui-ncurses now contains only README about being obsolete in:
  https://github.com/libyui/libyui-ncurses
  but at least it wasn't rewritten to have the new content

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit 902919167a97055e9be9cd3654f29823e81ae382)
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb 
b/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb
index bba17962e25..e42c178e66f 100644
--- a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb
+++ b/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING.gpl-3;md5=d32239bcb673463ab874e80d47fae504 \
 file://COPYING.lgpl-3;md5=e6a600fd5e1d9cbde2d983680233ad02 
\
"
 
-SRC_URI = "git://github.com/libyui/libyui.git \
+SRC_URI = "git://github.com/libyui/libyui-old.git \
file://0001-Fix-build-with-clang.patch \
file://0001-Use-relative-install-paths-for-CMake.patch \
"
-- 
2.17.1


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



[oe] [hardknott 00/36] Patch review part 2

2021-04-08 Thread akuster
Additional sync with master. 

Excludes: Revert "iwd: Upgade to 1.13"

Please have feedback by Saturday.

The following changes since commit 622ede33f6cd5e6e08d20e4e2ac0218e5559645c:

  fluidsynth: update SRC_URI to remove non-existing 2.1.x branch (2021-04-07 
18:45:52 -0700)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib stable/hardknott-nut
  
http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/hardknott-nut

Andreas Müller (6):
  networkmanager-openvpn: Fix packageing
  mousepad: upgrade 0.5.3 -> 0.5.4
  xfce4-battery-plugin: upgrade 1.1.3 -> 1.1.4
  gigolo: upgrade 0.5.1 -> 0.5.2
  thunar: upgrade 4.16.4 -> 4.16.6
  poppler: upgrade 21.03.0 -> 21.04.0

Khem Raj (1):
  opencv: Upgrade to 5.4.2

Leon Anavi (12):
  python3-sqlalchemy: Upgrade 1.4.4 -> 1.4.5
  python3-pychromecast: Upgrade 9.1.1 -> 9.1.2
  python3-decorator: Upgrade 5.0.1 -> 5.0.5
  python3-pymisp: Upgrade 2.4.141 -> 2.4.141.1
  python3-pyroute2: Upgrade 0.5.16 -> 0.5.17
  python3-transitions: Upgrade 0.8.7 -> 0.8.8
  python3-sqlalchemy: Upgrade 1.4.5 -> 1.4.6
  python3-bitarray: Upgrade 1.9.0 -> 1.9.1
  python3-pysonos: Upgrade 0.0.41 -> 0.0.42
  python3-django: Upgrade 3.1.7 -> 3.2
  python3-tqdm: Upgrade 4.59.0 -> 4.60.0
  python3-xmlschema: Upgrade 1.5.3 -> 1.6.0

Martin Jansa (6):
  libsmi: use /bin/sh instead of ${base_bindir}/sh to silence QA error
with usrmerge
  libyui: switch to libyui-old repo which still has this SRCREV
  libyui(-ncurses): upgrade to 4.1.1, libyui repo was rewritten
completely
  android-tools: use PN instead of BPN in RDEPENDS
  pidgin-sipe: fix g_memdup2 changes to be backwards compatible with
glib-1.67
  pidgin: upgrade to 2.14.2

Mingli Yu (1):
  hostapd: fix CVE-2021-0326 and CVE-2021-27803

Randy MacLeod (1):
  doxygen: Upgrade 1.8.20 -> 1.9.1

Vinicius Aquino (1):
  networkmanager: upgrade 1.28.0 -> 1.30.2

zangrc (8):
  mosquitto: upgrade 2.0.9 -> 2.0.10
  nbdkit: upgrade 1.25.4 -> 1.25.5
  stunnel: upgrade 5.58 -> 5.59
  usbredir: upgrade 0.8.0 -> 0.9.0
  hwdata: upgrade 0.345 -> 0.346
  live555: upgrade 20210322 -> 20210406
  rabbitmq-c: upgrade 0.10.0 -> 0.11.0
  xterm: upgrade 366 -> 367

 ...mosquitto_2.0.9.bb => mosquitto_2.0.10.bb} |   4 +-
 .../networkmanager-openvpn_1.8.14.bb  |   1 +
 ...ttings-settings-property-documentati.patch |  50 +---
 .../0004-fix_reallocarray_check.patch |  27 ---
 ...Fix-build-with-musl-systemd-specific.patch |  52 ++--
 ...Fix-build-with-musl-systemd-specific.patch |  26 ++
 .../musl/0002-Fix-build-with-musl.patch   | 121 -
 ...Fix-build-with-musl-systemd-specific.patch |  26 --
 ...ger_1.28.0.bb => networkmanager_1.30.2.bb} |   6 +-
 .../{nbdkit_1.25.4.bb => nbdkit_1.25.5.bb}|   2 +-
 .../{usbredir_0.8.0.bb => usbredir_0.9.0.bb}  |   2 +-
 .../stunnel/stunnel/fix-openssl-no-des.patch  |  10 +-
 .../{stunnel_5.58.bb => stunnel_5.59.bb}  |   2 +-
 .../hostapd/hostapd/CVE-2021-0326.patch   |  43 
 .../hostapd/hostapd/CVE-2021-27803.patch  |  54 +
 .../hostapd/hostapd_2.9.bb|   2 +
 ...bitmq-c_0.10.0.bb => rabbitmq-c_0.11.0.bb} |   4 +-
 .../android-tools/android-tools_5.1.1.r37.bb  |   4 +-
 .../0001-build-don-t-look-for-Iconv.patch |   9 +-
 .../doxygen-native-only-check-python3.patch   | 116 +
 .../{doxygen_1.8.20.bb => doxygen_1.9.1.bb}   |   3 +-
 ...urses_4.0.0.bb => libyui-ncurses_4.1.1.bb} |  11 +-
 .../{libyui_4.0.0.bb => libyui_4.1.1.bb}  |  10 +-
 ...-Add-configure-time-check-for-setsid.patch |  10 +-
 .../xorg-app/{xterm_366.bb => xterm_367.bb}   |   4 +-
 ...ive555_20210322.bb => live555_20210406.bb} |   2 +-
 meta-oe/recipes-support/hwdata/hwdata_git.bb  |   4 +-
 .../recipes-support/libsmi/libsmi_0.5.0.bb|   2 +-
 ...building-opencv-using-gcc-11.x-19244.patch |  28 ---
 .../{opencv_4.5.1.bb => opencv_4.5.2.bb}  |   5 +-
 .../0001-Migrate-to-use-g_memdup2.patch   |  58 ++---
 ...gure.ac-fix-build-with-autoconf-2.71.patch | 229 --
 ...able-few-languages-not-compatible-wi.patch |  49 
 .../{pidgin_2.14.1.bb => pidgin_2.14.2.bb}|   6 +-
 ...tock-glib-macro-to-define-boxed-type.patch | 228 -
 ...rrecly-used-volatile-from-enum-type-.patch |  47 
 ...{poppler_21.03.0.bb => poppler_21.04.0.bb} |   4 +-
 ...ray_1.9.0.bb => python3-bitarray_1.9.1.bb} |   2 +-
 ...or_5.0.1.bb => python3-decorator_5.0.5.bb} |   2 +-
 ...-django_3.1.7.bb => python3-django_3.2.bb} |   4 +-
 ...9.1.1.bb => python3-pychromecast_9.1.2.bb} |   2 +-
 ...2.4.141.bb => python3-pymisp_2.4.141.1.bb} |   2 +-
 ...2_0.5.16.bb => python3-pyroute2_0.5.17.bb} |   2 +-
 ...os_0.0.41.bb => python3-pysonos_0.0.42.bb} |   2 +-
 ...y_1.4.4.bb => python3-sqlalchemy_1.4.6.bb} |   2 +-
 ...-tqdm_4.59.0.bb => python3-tqdm_4.60.0.bb} |   2 +-
 ..._0.8.7.bb => python3-transitions_0.8.8.bb} |   2 +-
 ...ma_1.5.3.bb => python3-xmlschema_1.6.0.bb} |   2 +-
 .../{gigolo_0.5.1.bb => 

Re: [oe] [hardknott 00/64] Patch review

2021-04-08 Thread akuster


On 4/8/21 12:15 PM, Martin Jansa wrote:
> Please take at least the libyui changes as well, because the version
> in hardknott (as well as gatesgarth, dunfell) cannot be fetched.
Got that in stable/hardknott-nut and a clean build. will most likely
send a second series. Then I can work on g & d
-armin
>
> On Thu, Apr 8, 2021 at 6:36 PM akuster  <mailto:akuster...@gmail.com>> wrote:
>
> Sync with master. Dropped iwd update  as it needs ell 0.39 which
> is not in master
>
> Please have comments back by Saturday.
>
> The following changes since commit
> 4ff36ed798939b20746e5b06a04eadf235cceffa:
>
>   README: updated Maintainers list for Hardknott (2021-03-31
> 07:05:07 -0700)
>
> are available in the Git repository at:
>
>   git://git.openembedded.org/meta-openembedded-contrib
> <http://git.openembedded.org/meta-openembedded-contrib>
> stable/hardknott-nut
>  
> 
> http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/hardknott-nut
>
> Andrew Geissler (1):
>   nodejs: ppc64le machine support
>
> Awais Belal (1):
>   libnet-ssleay-perl: add rdep on perl-module-autoloader
>
> Hermes Zhang (1):
>   gpsd: backport d-bus message time patch from upstream
>
> INC@Cisco) (1):
>   bpftool: improve reproducibility
>
> Kartikey Rameshbhai Parmar (1):
>   fluidsynth: update SRC_URI to remove non-existing 2.1.x branch
>
> Khem Raj (11):
>   flashrom: Add remaining RISCV support
>   mpd: Check for commercial in LICENSE_FLAGS_WHITELIST
>   mpv: Exclude from world if commercial is not in inclusion list
>   sox: Exclude from world if commercial is not in inclusion list
>   vlc: Exclude from world if commercial is not in inclusion list
>   sox: Remove LICENSE_FLAGS = "commercial"
>   mariadb: Fix build on newer 32bit architectures
>   libmanette: Add recipe
>   pidgin-sipe: Fix build with glib-2.0 >= 2.68
>   gjs: Fix build with gcc11
>   poppler: Backport patches to fix build with glib-2.0 2.68+ and GCC11
>
> Leon Anavi (22):
>   python3-sqlalchemy: Upgrade 1.4.3 -> 1.4.4
>   python3-bitarray: Upgrade 1.8.1 -> 1.8.2
>   python3-httplib2: Upgrade 0.19.0 -> 0.19.1
>   python3-parso: Upgrade 0.8.1 -> 0.8.2
>   python3-matplotlib: Upgrade 3.3.4 -> 3.4.1
>   python3-pyroute2: Upgrade 0.5.15 -> 0.5.16
>   python3-h5py: Upgrade 3.1.0 -> 3.2.1
>   python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
>   python3-google-api-python-client: Upgrade 2.0.2 -> 2.1.0
>   python3-xlsxwriter: Upgrade 1.3.7 -> 1.3.8
>   python3-pymisp: Upgrade 2.4.140 -> 2.4.141
>   python3-tqdm: Upgrade 4.58.0 -> 4.59.0
>   python3-contextlib2: Upgrade 0.6.0 -> 0.6.0.post1
>   python3-typeguard: Upgrade 2.11.1 -> 2.12.0
>   python3-decorator: Upgrade 4.4.2 -> 5.0.1
>   python3-pillow: Upgrade 8.1.2 -> 8.2.0
>   python3-aiohttp: Upgrade 3.7.4 -> 3.7.4.post0
>   python3-networkx: Upgrade 2.5 -> 2.5.1
>   python3-pysonos: Upgrade 0.0.40 -> 0.0.41
>   python3-docutils: Upgrade 0.16 -> 0.17
>   python3-bitarray: Upgrade 1.8.2 -> 1.9.0
>   python3-regex: Upgrade 2021.3.17 -> 2021.4.4
>
> Martin Jansa (7):
>   packagegroup-meta-multimedia: include projucer only with x11 in
>     DISTRO_FEATURES
>   packagegroup-meta-multimedia: include vlc only with x11 in
>     DISTRO_FEATURES
>   packagegroup-meta-oe: include glfw, icewm, geis only with x11 in
>     DISTRO_FEATURES
>   phonet-utils: remove
>   packagegroup-meta-oe: use 4 spaces for identation
>   telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings
>   uml-utilities: fix installed-vs-shipped with usrmerge
>
> Mingli Yu (1):
>   freeradius: Upgrade to 3.0.21
>
> Ross Burton (2):
>   flashrom: recipe cleanup
>   openjpeg: add native/nativesdk class extension
>
> Valentin Longchamp (1):
>   libssh: add gcrypt to PACKAGECONFIG
>
> Yann Dirson (1):
>   mpv: remove explicit LICENSE_FLAGS
>
> Yi Fan Yu (1):
>   rsyslog: fix some of the ptests
>
> hasan.men (2):
>   librdkafka: Add initial recipe v1.6.1
>   libcppkafka: Add initial recipe for cppkafka wrapper
>
> wangmy (1):
>   mariadb: upgrade 10.5.8 -> 10.5.9
>
> zangrc (6):
>   gnome-autoar: upgrade 0.2.4 -> 0.3.1
>   emacs: upgrade 27.1 -> 27.2
>   fbgrab: upgrade 1.4 -> 1.5
>   ostree: upgrade 2020.8 -> 2021.1
>   za

[oe] [hardknott 63/64] poppler: Backport patches to fix build with glib-2.0 2.68+ and GCC11

2021-04-08 Thread akuster
From: Khem Raj 

Signed-off-by: Khem Raj 
(cherry picked from commit c6f3bec2e9768d9231cc042a9902570610a05ffb)
Signed-off-by: Armin Kuster 
---
 ...tock-glib-macro-to-define-boxed-type.patch | 228 ++
 ...rrecly-used-volatile-from-enum-type-.patch |  47 
 .../poppler/poppler_21.03.0.bb|   2 +
 3 files changed, 277 insertions(+)
 create mode 100644 
meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch
 create mode 100644 
meta-oe/recipes-support/poppler/poppler/0002-glib-Remove-incorrecly-used-volatile-from-enum-type-.patch

diff --git 
a/meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch
 
b/meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch
new file mode 100644
index 000..89de98c0cb9
--- /dev/null
+++ 
b/meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch
@@ -0,0 +1,228 @@
+From 17b25e3122685d8277fe70fb6d27ab1eaf15b3e7 Mon Sep 17 00:00:00 2001
+From: Christian Persch 
+Date: Fri, 26 Mar 2021 18:17:25 +0100
+Subject: [PATCH 1/2] glib: Use stock glib macro to define boxed type
+
+Upstream-Staus: Backport 
[https://github.com/freedesktop/poppler/commit/47de887d7658cfd68df44b3acf710971054f957b]
+Poppler already depends on a sufficiently new glib version, so we can
+simply use G_DEFINE_BOXED_TYPE instead of defining our own macro.
+---
+ glib/poppler-action.cc|  4 ++--
+ glib/poppler-annot.cc |  2 +-
+ glib/poppler-document.cc  |  6 +++---
+ glib/poppler-page.cc  | 20 ++--
+ glib/poppler-private.h| 15 ---
+ glib/poppler-structure-element.cc |  4 ++--
+ 6 files changed, 18 insertions(+), 33 deletions(-)
+
+diff --git a/glib/poppler-action.cc b/glib/poppler-action.cc
+index d395db7..b772a3c 100644
+--- a/glib/poppler-action.cc
 b/glib/poppler-action.cc
+@@ -25,7 +25,7 @@
+  * @title: PopplerAction
+  */
+ 
+-POPPLER_DEFINE_BOXED_TYPE(PopplerDest, poppler_dest, poppler_dest_copy, 
poppler_dest_free)
++G_DEFINE_BOXED_TYPE(PopplerDest, poppler_dest, poppler_dest_copy, 
poppler_dest_free)
+ 
+ /**
+  * poppler_dest_copy:
+@@ -88,7 +88,7 @@ static PopplerActionLayer 
*poppler_action_layer_copy(PopplerActionLayer *action_
+ return retval;
+ }
+ 
+-POPPLER_DEFINE_BOXED_TYPE(PopplerAction, poppler_action, poppler_action_copy, 
poppler_action_free)
++G_DEFINE_BOXED_TYPE(PopplerAction, poppler_action, poppler_action_copy, 
poppler_action_free)
+ 
+ /**
+  * poppler_action_free:
+diff --git a/glib/poppler-annot.cc b/glib/poppler-annot.cc
+index f4c5bb1..5320565 100644
+--- a/glib/poppler-annot.cc
 b/glib/poppler-annot.cc
+@@ -1693,7 +1693,7 @@ gchar 
*poppler_annot_file_attachment_get_name(PopplerAnnotFileAttachment *popple
+ }
+ 
+ /* PopplerAnnotCalloutLine */
+-POPPLER_DEFINE_BOXED_TYPE(PopplerAnnotCalloutLine, 
poppler_annot_callout_line, poppler_annot_callout_line_copy, 
poppler_annot_callout_line_free)
++G_DEFINE_BOXED_TYPE(PopplerAnnotCalloutLine, poppler_annot_callout_line, 
poppler_annot_callout_line_copy, poppler_annot_callout_line_free)
+ 
+ /**
+  * poppler_annot_callout_line_new:
+diff --git a/glib/poppler-document.cc b/glib/poppler-document.cc
+index bd26bc7..9e62ff6 100644
+--- a/glib/poppler-document.cc
 b/glib/poppler-document.cc
+@@ -2360,7 +2360,7 @@ struct _PopplerIndexIter
+ int index;
+ };
+ 
+-POPPLER_DEFINE_BOXED_TYPE(PopplerIndexIter, poppler_index_iter, 
poppler_index_iter_copy, poppler_index_iter_free)
++G_DEFINE_BOXED_TYPE(PopplerIndexIter, poppler_index_iter, 
poppler_index_iter_copy, poppler_index_iter_free)
+ 
+ /**
+  * poppler_index_iter_copy:
+@@ -2579,7 +2579,7 @@ struct _PopplerFontsIter
+ int index;
+ };
+ 
+-POPPLER_DEFINE_BOXED_TYPE(PopplerFontsIter, poppler_fonts_iter, 
poppler_fonts_iter_copy, poppler_fonts_iter_free)
++G_DEFINE_BOXED_TYPE(PopplerFontsIter, poppler_fonts_iter, 
poppler_fonts_iter_copy, poppler_fonts_iter_free)
+ 
+ /**
+  * poppler_fonts_iter_get_full_name:
+@@ -3111,7 +3111,7 @@ struct _PopplerLayersIter
+ int index;
+ };
+ 
+-POPPLER_DEFINE_BOXED_TYPE(PopplerLayersIter, poppler_layers_iter, 
poppler_layers_iter_copy, poppler_layers_iter_free)
++G_DEFINE_BOXED_TYPE(PopplerLayersIter, poppler_layers_iter, 
poppler_layers_iter_copy, poppler_layers_iter_free)
+ 
+ /**
+  * poppler_layers_iter_copy:
+diff --git a/glib/poppler-page.cc b/glib/poppler-page.cc
+index 7e21c71..2e229bf 100644
+--- a/glib/poppler-page.cc
 b/glib/poppler-page.cc
+@@ -1566,7 +1566,7 @@ void poppler_page_remove_annot(PopplerPage *page, 
PopplerAnnot *annot)
+ 
+ /* PopplerRectangle type */
+ 
+-POPPLER_DEFINE_BOXED_TYPE(PopplerRectangle, poppler_rectangle, 
poppler_rectangle_copy, poppler_rectangle_free)
++G_DEFINE_BOXED_TYPE(PopplerRectangle, poppler_rectangle, 
poppler_rectangle_copy, poppler_rectangle_free)
+ 
+ /**
+  * poppler_rectangle_new:
+@@ 

[oe] [hardknott 62/64] gjs: Fix build with gcc11

2021-04-08 Thread akuster
From: Khem Raj 

Partially backport an upstream fix to 1.58

Signed-off-by: Khem Raj 
Cc: Andreas Müller 
(cherry picked from commit 6f2099cf7806a7d00cdd3b4cda74e9e5574d0479)
Signed-off-by: Armin Kuster 
---
 ...id-g_once_init_enter-error-in-GCC-11.patch | 77 +++
 meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb|  4 +-
 2 files changed, 80 insertions(+), 1 deletion(-)
 create mode 100644 
meta-gnome/recipes-gnome/gjs/gjs/0001-maint-Avoid-g_once_init_enter-error-in-GCC-11.patch

diff --git 
a/meta-gnome/recipes-gnome/gjs/gjs/0001-maint-Avoid-g_once_init_enter-error-in-GCC-11.patch
 
b/meta-gnome/recipes-gnome/gjs/gjs/0001-maint-Avoid-g_once_init_enter-error-in-GCC-11.patch
new file mode 100644
index 000..6343a24a2da
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/gjs/gjs/0001-maint-Avoid-g_once_init_enter-error-in-GCC-11.patch
@@ -0,0 +1,77 @@
+From dae0055be61937fe70252f3f4ee09b355aba2b8f Mon Sep 17 00:00:00 2001
+From: Philip Chimento 
+Date: Sun, 14 Feb 2021 12:20:09 -0800
+Subject: [PATCH] maint: Avoid g_once_init_enter error in GCC 11
+
+On platforms where g_once_init_enter() is defined to use C11 atomic
+builtins, passing a pointer to a volatile value is an error in GCC 11 and
+later, in C++.
+
+More info about the GCC change:
+https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95378
+https://gcc.gnu.org/pipermail/gcc-patches/2020-June/548283.html
+
+However, it's my understanding that in modern C++ there is no longer a
+need to guard the initialization of these variables. Since C++11, static
+local variables in a function are guaranteed to be initialized only once,
+the first time control passes through that function. So we can just remove
+the g_once_init_enter guard.
+
+More info:
+https://en.cppreference.com/w/cpp/language/storage_duration#Static_local_variables
+
+Stack Overflow answers with quotations from the C++ standard:
+https://stackoverflow.com/a/58804/172999
+https://stackoverflow.com/a/8102145/172999
+
+Closes: #376
+---
+ gjs/error-types.cpp | 32 +---
+ 1 file changed, 13 insertions(+), 19 deletions(-)
+
+Upstream-Status: Backport 
[https://gitlab.gnome.org/GNOME/gjs/-/commit/f02eaf3a9d3465915eb849428c2d9615e2184a4c]
+diff --git a/gjs/error-types.cpp b/gjs/error-types.cpp
+index 86cb878..5eba61b 100644
+--- a/gjs/error-types.cpp
 b/gjs/error-types.cpp
+@@ -31,24 +31,18 @@ G_DEFINE_QUARK(gjs-js-error-quark, gjs_js_error)
+ // clang-format on
+ 
+ GType gjs_js_error_get_type(void) {
+-static volatile GType g_type_id;
+-
+-if (g_once_init_enter(_type_id)) {
+-static GEnumValue errors[] = {
+-{ GJS_JS_ERROR_ERROR, "Error", "error" },
+-{ GJS_JS_ERROR_EVAL_ERROR, "EvalError", "eval-error" },
+-{ GJS_JS_ERROR_INTERNAL_ERROR, "InternalError", "internal-error" 
},
+-{ GJS_JS_ERROR_RANGE_ERROR, "RangeError", "range-error" },
+-{ GJS_JS_ERROR_REFERENCE_ERROR, "ReferenceError", 
"reference-error" },
+-{ GJS_JS_ERROR_STOP_ITERATION, "StopIteration", "stop-iteration" 
},
+-{ GJS_JS_ERROR_SYNTAX_ERROR, "SyntaxError", "syntax-error" },
+-{ GJS_JS_ERROR_TYPE_ERROR, "TypeError", "type-error" },
+-{ GJS_JS_ERROR_URI_ERROR, "URIError", "uri-error" },
+-{ 0, nullptr, nullptr }
+-};
+-
+-g_type_id = g_enum_register_static("GjsJSError", errors);
+-}
+-
++static const GEnumValue errors[] = {
++{GJS_JS_ERROR_ERROR, "Error", "error"},
++{GJS_JS_ERROR_EVAL_ERROR, "EvalError", "eval-error"},
++{GJS_JS_ERROR_INTERNAL_ERROR, "InternalError", "internal-error"},
++{GJS_JS_ERROR_RANGE_ERROR, "RangeError", "range-error"},
++{GJS_JS_ERROR_REFERENCE_ERROR, "ReferenceError", "reference-error"},
++{GJS_JS_ERROR_STOP_ITERATION, "StopIteration", "stop-iteration"},
++{GJS_JS_ERROR_SYNTAX_ERROR, "SyntaxError", "syntax-error"},
++{GJS_JS_ERROR_TYPE_ERROR, "TypeError", "type-error"},
++{GJS_JS_ERROR_URI_ERROR, "URIError", "uri-error"},
++{0, nullptr, nullptr}};
++// Initialization of static local variable guaranteed only once in C++11
++static GType g_type_id = g_enum_register_static("GjsJSError", errors);
+ return g_type_id;
+ }
+-- 
+2.31.1
+
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb 
b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb
index dbb04ef8e38..678ba9c4c83 100644
--- a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb
+++ b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb
@@ -12,7 +12,9 @@ DEPENDS = "mozjs gtk+3"
 inherit gnomebase gsettings gobject-introspection vala gettext features_check 
upstream-version-is-even
 
 SRC_URI[archive.sha256sum] = 
"7fb3eb746c17363d9ee47f4a5d0bb048f0075611763eb0da11d85e0e57aff381"
-SRC_URI += "file://0001-Disable-tests-on-host.patch"
+SRC_URI += "file://0001-Disable-tests-on-host.patch \
+file://0001-maint-Avoid-g_once_init_enter-error-in-GCC-11.patch \
+"
 
 # gobject-introspection 

[oe] [hardknott 64/64] fluidsynth: update SRC_URI to remove non-existing 2.1.x branch

2021-04-08 Thread akuster
From: Kartikey Rameshbhai Parmar 

Remove branch 2.1.x from SRC_URI as fluidsynth github removed the branch.
The SRCREV is on master branch

Signed-off-by: Kartikey Rameshbhai Parmar 
Signed-off-by: Khem Raj 
(cherry picked from commit 555b90779f6d86f7df05604f474323d9aef96886)
Signed-off-by: Armin Kuster 
---
 meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc 
b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
index 74a2683ac9e..c2badc4469f 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
@@ -4,7 +4,7 @@ SECTION = "libs/multimedia"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
 
-SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.1.x"
+SRC_URI = "git://github.com/FluidSynth/fluidsynth.git"
 SRCREV = "e2d67ea77237046b703d537aec90620c22f7f629"
 S = "${WORKDIR}/git"
 PV = "2.1.7"
-- 
2.17.1


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



[oe] [hardknott 60/64] libcppkafka: Add initial recipe for cppkafka wrapper

2021-04-08 Thread akuster
From: "hasan.men" 

Signed-off-by: Khem Raj 
(cherry picked from commit 285e612ac9c1ab1fc9f50728cb27b0bd0c40e89c)
Signed-off-by: Armin Kuster 
---
 .../libcppkafka/libcppkafka_git.bb| 22 +++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb

diff --git a/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb 
b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb
new file mode 100644
index 000..6237638d3d3
--- /dev/null
+++ b/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb
@@ -0,0 +1,22 @@
+SUMMARY = "high level C++ wrapper for rdkafka"
+DESCRIPTION = "cppkafka allows C++ applications to consume and produce 
messages using the Apache Kafka protocol."
+HOMEPAGE = "https://github.com/mfontanini/cppkafka;
+SECTION = "lib"
+LICENSE = "BSD-2-Clause"
+
+LIC_FILES_CHKSUM = " \
+file://LICENSE;md5=d8b4ca15d239dc1485ef495c8f1bcc72 \
+"
+
+SRC_URI = "git://github.com/mfontanini/cppkafka;protocol=https"
+SRCREV = "5e4b350806d561473138ce7a982e8f6cf2e77733"
+
+DEPENDS = "librdkafka boost chrpath-replacement-native"
+
+inherit cmake
+
+S = "${WORKDIR}/git"
+
+do_install_append(){
+chrpath -d ${D}${libdir}/libcppkafka.so.0.3.1
+}
-- 
2.17.1


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



[oe] [hardknott 61/64] pidgin-sipe: Fix build with glib-2.0 >= 2.68

2021-04-08 Thread akuster
From: Khem Raj 

Signed-off-by: Khem Raj 
Cc: Martin Jansa 
(cherry picked from commit ad8c6ba3110ac345bb89ce4f6a1a98aa16502c81)
Signed-off-by: Armin Kuster 
---
 .../0001-Migrate-to-use-g_memdup2.patch   | 192 ++
 .../pidgin/pidgin-sipe_1.25.0.bb  |   1 +
 2 files changed, 193 insertions(+)
 create mode 100644 
meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch

diff --git 
a/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch
 
b/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch
new file mode 100644
index 000..4f5c0bd1f6c
--- /dev/null
+++ 
b/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch
@@ -0,0 +1,192 @@
+From 40799bb28a9e299055eec00092694ea2e408c431 Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Mon, 5 Apr 2021 11:36:50 -0700
+Subject: [PATCH] Migrate to use g_memdup2
+
+g_memdup has been deprecated for long and latest glib-2.0 2.68+ has
+turned it int an error to use old function. Add a fall back to
+older versions of GLib, fall back to g_memdup with a #define
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj 
+---
+ configure.ac   |  3 +++
+ src/api/sipe-common.h  |  5 +
+ src/core/sip-sec-gssapi.c  |  4 ++--
+ src/core/sip-sec-ntlm.c| 12 ++--
+ src/core/sip-sec-tls-dsk.c |  4 ++--
+ src/core/sipe-media.c  |  2 +-
+ src/core/sipe-tls-tester.c |  2 +-
+ src/core/sipe-tls.c|  4 ++--
+ src/telepathy/telepathy-protocol.c |  2 +-
+ 9 files changed, 23 insertions(+), 15 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2481153..efe01b4 100644
+--- a/configure.ac
 b/configure.ac
+@@ -327,6 +327,9 @@ AM_CONDITIONAL(SIPE_OPENSSL, [test "x$enable_openssl" != 
xno])
+ dnl check for libxml2
+ PKG_CHECK_MODULES(LIBXML2, [libxml-2.0])
+ 
++# dnl check for g_memdup2 in glib-2.0
++AC_CHECK_LIB(glib-2.0, g_memdup2, [GLIB_CFLAGS="$GLIB_CFLAGS 
-DHAVE_G_MEMDUP2=1"])
++
+ dnl assumption check: sizof(uuid_t) must be 16 (see uuid.c)
+ AC_MSG_CHECKING([that sizeof(uuid_t) is 16])
+ ac_save_CFLAGS="$CFLAGS"
+diff --git a/src/api/sipe-common.h b/src/api/sipe-common.h
+index c964f15..e114fdc 100644
+--- a/src/api/sipe-common.h
 b/src/api/sipe-common.h
+@@ -51,3 +51,8 @@
+ #ifdef _MSC_VER
+ typedef long ssize_t;
+ #endif
++
++#ifndef HAVE_G_MEMDUP2
++#define g_memdup2 g_memdup
++#endif
++
+diff --git a/src/core/sip-sec-gssapi.c b/src/core/sip-sec-gssapi.c
+index 873080f..4c63868 100644
+--- a/src/core/sip-sec-gssapi.c
 b/src/core/sip-sec-gssapi.c
+@@ -602,7 +602,7 @@ sip_sec_init_sec_context__gssapi(SipSecContext context,
+ 
+   out_buff->length = output_token.length;
+   if (out_buff->length)
+-  out_buff->value = g_memdup(output_token.value, 
output_token.length);
++  out_buff->value = g_memdup2(output_token.value, 
output_token.length);
+   else
+   /* Special case: empty token */
+   out_buff->value = (guint8 *) g_strdup("");
+@@ -653,7 +653,7 @@ sip_sec_make_signature__gssapi(SipSecContext context,
+   return FALSE;
+   } else {
+   signature->length = output_token.length;
+-  signature->value  = g_memdup(output_token.value,
++  signature->value  = g_memdup2(output_token.value,
+output_token.length);
+   gss_release_buffer(, _token);
+   return TRUE;
+diff --git a/src/core/sip-sec-ntlm.c b/src/core/sip-sec-ntlm.c
+index 2e2354f..1fa4daa 100644
+--- a/src/core/sip-sec-ntlm.c
 b/src/core/sip-sec-ntlm.c
+@@ -951,7 +951,7 @@ sip_sec_ntlm_parse_challenge(SipSecBuffer in_buff,
+ 
+   /* server challenge (nonce) */
+   if (server_challenge) {
+-  *server_challenge = g_memdup(cmsg->nonce, 8);
++  *server_challenge = g_memdup2(cmsg->nonce, 8);
+   }
+ 
+   /* flags */
+@@ -984,7 +984,7 @@ sip_sec_ntlm_parse_challenge(SipSecBuffer in_buff,
+   *target_info_len = len;
+   }
+   if (target_info) {
+-  *target_info = g_memdup(content, len);
++  *target_info = g_memdup2(content, len);
+   }
+   }
+ }
+@@ -1117,13 +1117,13 @@ sip_sec_ntlm_gen_authenticate(guchar **client_sign_key,
+  Set ServerSigningKey to SIGNKEY(ExportedSessionKey, "Server")
+   */
+   SIGNKEY(exported_session_key, TRUE, key);
+-  *client_sign_key = g_memdup(key, 16);
++  *client_sign_key = g_memdup2(key, 16);
+   SIGNKEY(exported_session_key, FALSE, key);
+-  *server_sign_key = g_memdup(key, 16);
++  *server_sign_key = g_memdup2(key, 16);
+   SEALKEY(neg_flags, exported_session_key, TRUE, key);
+-  *client_seal_key = g_memdup(key, 16);

[oe] [hardknott 59/64] librdkafka: Add initial recipe v1.6.1

2021-04-08 Thread akuster
From: "hasan.men" 

* A patch is added to fix absolute path usage in cmake.

Signed-off-by: Khem Raj 
(cherry picked from commit 3e5209b691c9f4c720335d4f00dc143264c2df96)
Signed-off-by: Armin Kuster 
---
 .../0001_fix_absolute_path_usage.patch| 83 +++
 .../librdkafka/librdkafka_1.6.1.bb| 23 +
 2 files changed, 106 insertions(+)
 create mode 100644 
meta-oe/recipes-support/librdkafka/librdkafka/0001_fix_absolute_path_usage.patch
 create mode 100644 meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb

diff --git 
a/meta-oe/recipes-support/librdkafka/librdkafka/0001_fix_absolute_path_usage.patch
 
b/meta-oe/recipes-support/librdkafka/librdkafka/0001_fix_absolute_path_usage.patch
new file mode 100644
index 000..d60978661d3
--- /dev/null
+++ 
b/meta-oe/recipes-support/librdkafka/librdkafka/0001_fix_absolute_path_usage.patch
@@ -0,0 +1,83 @@
+From dd06894a786edf4bea11dace50d7380b89dfaba5 Mon Sep 17 00:00:00 2001
+From: hasan.men 
+Date: Sun, 4 Apr 2021 17:20:32 +0200
+Subject: [PATCH] fix absolute path problem
+
+---
+ src/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index c6c05e06..e6c47374 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -176,7 +176,7 @@ if(MINGW)
+ endif(MINGW)
+ 
+ # Support '#include '
+-target_include_directories(rdkafka PUBLIC 
"$")
++target_include_directories(rdkafka PUBLIC 
$ 
$)
+ target_compile_definitions(rdkafka PUBLIC ${rdkafka_compile_definitions})
+ if(RDKAFKA_BUILD_STATIC)
+   target_compile_definitions(rdkafka PUBLIC LIBRDKAFKA_STATICLIB)
+@@ -188,7 +188,7 @@ if(MINGW)
+   target_link_libraries(rdkafka PUBLIC crypt32 ws2_32 secur32)
+ endif(MINGW)
+ 
+-if(WIN32)  
++if(WIN32)
+   if(RDKAFKA_BUILD_STATIC)
+ target_link_libraries(rdkafka PUBLIC crypt32)
+   else()
+@@ -207,13 +207,13 @@ endif()
+ 
+ if(WITH_ZLIB)
+   find_package(ZLIB REQUIRED)
+-  target_include_directories(rdkafka PUBLIC ${ZLIB_INCLUDE_DIRS})
++  target_include_directories(rdkafka PRIVATE ${ZLIB_INCLUDE_DIRS})
+   target_link_libraries(rdkafka PUBLIC ZLIB::ZLIB)
+ endif()
+ 
+ if(WITH_ZSTD)
+-  target_link_libraries(rdkafka PUBLIC ${ZSTD_LIBRARY})
+-  target_include_directories(rdkafka PUBLIC ${ZSTD_INCLUDE_DIR})
++  target_link_libraries(rdkafka PRIVATE ${ZSTD_LIBRARY})
++  target_include_directories(rdkafka PRIVATE ${ZSTD_INCLUDE_DIR})
+   message(STATUS "Found ZSTD: ${ZSTD_LIBRARY}")
+ endif()
+ 
+@@ -222,12 +222,12 @@ if(WITH_SSL)
+ if(NOT TARGET bundled-ssl)
+   message(FATAL_ERROR "bundled-ssl target not exist")
+ endif()
+-target_include_directories(rdkafka BEFORE PUBLIC 
${BUNDLED_SSL_INCLUDE_DIR})
++target_include_directories(rdkafka BEFORE PRIVATE 
${BUNDLED_SSL_INCLUDE_DIR})
+ target_link_libraries(rdkafka PUBLIC ${BUNDLED_SSL_LIBRARIES})
+ add_dependencies(rdkafka bundled-ssl)
+   else()
+ find_package(OpenSSL REQUIRED)
+-target_include_directories(rdkafka PUBLIC ${OPENSSL_INCLUDE_DIR})
++target_include_directories(rdkafka PRIVATE ${OPENSSL_INCLUDE_DIR})
+ target_link_libraries(rdkafka PUBLIC OpenSSL::SSL OpenSSL::Crypto)
+ get_target_property(OPENSSL_TARGET_TYPE OpenSSL::SSL TYPE)
+ if(OPENSSL_CRYPTO_LIBRARY MATCHES "\\.a$")
+@@ -244,7 +244,7 @@ find_package(Threads REQUIRED)
+ target_link_libraries(rdkafka PUBLIC Threads::Threads)
+ 
+ if(WITH_SASL_CYRUS)
+-  target_include_directories(rdkafka PUBLIC ${SASL_INCLUDE_DIRS})
++  target_include_directories(rdkafka PRIVATE ${SASL_INCLUDE_DIRS})
+   target_link_libraries(rdkafka PUBLIC ${SASL_LIBRARIES})
+ endif()
+ 
+@@ -253,7 +253,7 @@ if(WITH_LIBDL)
+ endif()
+ 
+ if(WITH_LZ4_EXT)
+-  target_include_directories(rdkafka PUBLIC ${LZ4_INCLUDE_DIRS})
++  target_include_directories(rdkafka PRIVATE ${LZ4_INCLUDE_DIRS})
+   target_link_libraries(rdkafka PUBLIC LZ4::LZ4)
+ endif()
+ 
+-- 
+2.17.1
\ No newline at end of file
diff --git a/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb 
b/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb
new file mode 100644
index 000..5314f4a48a0
--- /dev/null
+++ b/meta-oe/recipes-support/librdkafka/librdkafka_1.6.1.bb
@@ -0,0 +1,23 @@
+SUMMARY = "the Apache Kafka C/C++ client library"
+DESCRIPTION = "librdkafka is a C library implementation of the Apache Kafka 
protocol, providing Producer, Consumer and Admin clients."
+HOMEPAGE = "https://github.com/edenhill/librdkafka;
+SECTION = "libs"
+LICENSE = "BSD-2-Clause"
+
+LIC_FILES_CHKSUM = " \
+file://LICENSE;md5=2be8675acbfdac48935e73897af5f646 \
+"
+
+SRC_URI = "git://github.com/edenhill/librdkafka;protocol=https \
+file://0001_fix_absolute_path_usage.patch"
+SRCREV = "1a722553638bba85dbda5050455f7b9a5ef302de"
+
+DEPENDS = "zlib openssl zstd"
+
+inherit cmake
+
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${datadir}"
+
+EXTRA_OECMAKE += "-DRDKAFKA_BUILD_EXAMPLES=OFF -DRDKAFKA_BUILD_TESTS=OFF"
\ No newline at end of file
-- 
2.17.1



[oe] [hardknott 57/64] uml-utilities: fix installed-vs-shipped with usrmerge

2021-04-08 Thread akuster
From: Martin Jansa 

* fixes:
  ERROR: uml-utilities-20040406-r1 do_package: QA Issue: uml-utilities: 
Files/directories were installed but not shipped in any package:
/usr/lib/uml/port-helper
  Please set FILES such that these items are packaged. Alternatively if they 
are unneeded, avoid installing them or delete them within do_install.
  uml-utilities: 1 installed and not shipped files. [installed-vs-shipped]

* pass LIB_DIR instead of using default value from Makefile:
  $ grep LIB_DIR.*= tools/port-helper/Makefile
  LIB_DIR ?= /usr/lib/uml

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit ccba1eb6a8b4c850e26e5814adfb5136ca4865a8)
Signed-off-by: Armin Kuster 
---
 .../recipes-extended/uml-utilities/uml-utilities_20040406.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb 
b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb
index 8e00cb3ea47..f86b2b912e4 100644
--- a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb
+++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb
@@ -18,15 +18,14 @@ S = "${WORKDIR}/tools"
 inherit update-alternatives
 
 do_compile() {
-oe_runmake
+oe_runmake LIB_DIR=${libdir}/uml
 }
 
 do_install() {
 oe_runmake install DESTDIR=${D}
 }
 
-FILES_${PN} += "${exec_prefix}${nonarch_base_libdir}"
-FILES_${PN}-dbg += "${exec_prefix}${nonarch_base_libdir}/uml/.debug"
+FILES_${PN} += "${libdir}/uml"
 
 ALTERNATIVE_${PN} = "tunctl"
 ALTERNATIVE_LINK_NAME[tunctl] = "${bindir}/tunctl"
-- 
2.17.1


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



[oe] [hardknott 58/64] libmanette: Add recipe

2021-04-08 Thread akuster
From: Khem Raj 

Its needed for gamepad support in webkit

Signed-off-by: Khem Raj 
(cherry picked from commit cf0b587ddd9691a82db1c651f3c3b1ffb94196ee)
Signed-off-by: Armin Kuster 
---
 .../packagegroups/packagegroup-meta-oe.bb|  2 +-
 .../libmanette/libmanette_0.2.6.bb   | 16 
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb

diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb 
b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index a6513352c04..59908e2c0f2 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -760,7 +760,7 @@ RDEPENDS_packagegroup-meta-oe-support ="\
 ccid \
 zchunk \
 libgpiod \
-libgpiod \
+libmanette \
 ckermit \
 libcereal \
 daemontools \
diff --git a/meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb 
b/meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb
new file mode 100644
index 000..23ab348dcfa
--- /dev/null
+++ b/meta-oe/recipes-support/libmanette/libmanette_0.2.6.bb
@@ -0,0 +1,16 @@
+# Copyright (C) 2021 Khem Raj 
+# Released under the MIT license (see COPYING.MIT for the terms)
+SUMMARY = "The simple GObject game controller library"
+HOMEPAGE = "https://gnome.pages.gitlab.gnome.org/libmanette/;
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+DEPENDS = "libevdev libgudev"
+
+SRC_URI = 
"https://download.gnome.org/sources/libmanette/0.2/libmanette-${PV}.tar.xz;
+SRC_URI[sha256sum] = 
"63653259a821ec7d90d681e52e757e2219d462828c9d74b056a5f53267636bac"
+
+inherit meson pkgconfig gobject-introspection ptest vala
+
+FILES_${PN}-ptest =+ "${bindir}/manette-test"
+FILES_${PN}-dev =+ "${libdir}/girepository-1.0"
-- 
2.17.1


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



[oe] [hardknott 56/64] telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings

2021-04-08 Thread akuster
From: Martin Jansa 

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit e721f6d9444779cfd5f5de54c0cf4fe2f15fc74d)
Signed-off-by: Armin Kuster 
---
 .../recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb 
b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
index 2b05c61a0d0..4d4e841f624 100644
--- a/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
+++ b/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
@@ -12,7 +12,9 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
 inherit autotools pkgconfig gettext gobject-introspection vala
 
-EXTRA_OECONF = "--enable-vala-bindings"
+# Respect GI_DATA_ENABLED value when enabling vala-bindings:
+# configure: error: GObject-Introspection must be enabled for Vala bindings
+EXTRA_OECONF = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', 
'--enable-vala-bindings', '--disable-vala-bindings', d)}"
 
 FILES_${PN} += "${datadir}/telepathy \
 ${datadir}/dbus-1"
-- 
2.17.1


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



[oe] [hardknott 55/64] packagegroup-meta-oe: use 4 spaces for identation

2021-04-08 Thread akuster
From: Martin Jansa 

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit 5c83f2da63504fc3d6bfaec3e0d149a8926f56b7)
Signed-off-by: Armin Kuster 
---
 .../packagegroups/packagegroup-meta-oe.bb | 204 +-
 1 file changed, 102 insertions(+), 102 deletions(-)

diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb 
b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index d5e5aa01cd6..a6513352c04 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -321,109 +321,109 @@ RDEPENDS_packagegroup-meta-oe-devtools_remove_aarch64 = 
"concurrencykit"
 RDEPENDS_packagegroup-meta-oe-devtools_remove_x86 = "ply"
 
 RDEPENDS_packagegroup-meta-oe-extended ="\
- bitwise \
+bitwise \
 ${@bb.utils.contains("DISTRO_FEATURES", "x11 wayland opengl", 
"boinc-client", "", d)} \
- brotli \
- byacc \
- cmpi-bindings \
- collectd \
- cfengine-masterfiles \
- cfengine \
- ddrescue \
- dialog \
- enscript \
- ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gnuplot", "", d)} \
- dlt-daemon \
- docopt.cpp \
- iotop \
- dumb-init \
- konkretcmpi \
- figlet \
- libcec \
- libdivecomputer \
- fluentbit \
- ${@bb.utils.contains("DISTRO_FEATURES", "x11", "libgxim", "", d)} \
- liblognorm \
- libmodbus \
- haveged \
- hexedit \
- hiredis \
- hplip \
- hwloc \
- libleak \
- libuio \
- ${@bb.utils.contains("DISTRO_FEATURES", "x11", "libwmf", "", d)} \
- lprng \
- ${@bb.utils.contains("DISTRO_FEATURES", "x11", "icewm", "", d)} \
- md5deep \
- indent \
- jansson \
- nana \
- nicstat \
- ${@bb.utils.contains("DISTRO_FEATURES", "pam", "openwsman", "", d)} \
- p7zip \
- isomd5sum \
- jpnevulator \
- ${@bb.utils.contains("DISTRO_FEATURES", "polkit", 
"polkit-group-rule-datetime polkit-group-rule-network polkit", "", d)} \
- rarpd \
- redis \
- libfastjson \
- librelp \
- sblim-cmpi-devel \
- sblim-sfc-common \
- ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sblim-sfcb ", "", d)} \
- sblim-sfcc \
- libblockdev \
- sgpio \
- smartmontools \
- can-utils \
- canutils \
- libsocketcan \
- libconfig \
- linuxconsole \
- uml-utilities \
- libidn \
- libqb \
- wipe \
- libzip \
- zram \
- libplist \
- libusbmuxd \
- liblockfile \
- liblogging \
- libnss-nisplus \
- libpwquality \
- ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "libreport", "", d)} \
- libserialport \
- libstatgrab \
- lockfile-progs \
- logwatch \
- mailx \
- mraa \
- ostree \
- ${@bb.utils.contains("DISTRO_FEATURES", "pam", "pam-plugin-ccreds 
pam-plugin-ldapdb pam-ssh-agent-auth", "", d)} \
- pegtl \
- libfile-fnmatch-perl \
- rrdtool \
- sanlock \
- scsirastools \
- sedutil \
- libsigrok \
- libsigrokdecode \
- sigrok-cli \
- snappy \
- tipcutils \
- tiptop \
- tmate \
- tmux \
- triggerhappy \
- upm \
- vlock \
- volume-key \
- wxwidgets \
- zlog \
- zstd \
- redis-plus-plus \
+brotli \
+byacc \
+cmpi-bindings \
+collectd \
+cfengine-masterfiles \
+cfengine \
+ddrescue \
+dialog \
+enscript \
+${@bb.utils.contains("DISTRO_FEATURES", "x11", "gnuplot", "", d)} \
+dlt-daemon \
+docopt.cpp \
+iotop \
+dumb-init \
+konkretcmpi \
+figlet \
+libcec \
+libdivecomputer \
+fluentbit \
+${@bb.utils.contains("DISTRO_FEATURES", "x11", "libgxim", "", d)} \
+liblognorm \
+libmodbus \
+haveged \
+hexedit \
+hiredis \
+hplip \
+hwloc \
+libleak \
+libuio \
+${@bb.utils.contains("DISTRO_FEATURES", "x11", "libwmf", "", d)} \
+lprng \
+${@bb.utils.contains("DISTRO_FEATURES", "x11", "icewm", "", d)} \
+md5deep \
+indent \
+jansson \
+nana \
+nicstat \
+${@bb.utils.contains("DISTRO_FEATURES", "pam", "openwsman", "", d)} \
+p7zip \
+isomd5sum \
+jpnevulator \
+${@bb.utils.contains("DISTRO_FEATURES", "polkit", 
"polkit-group-rule-datetime polkit-group-rule-network polkit", "", d)} \
+rarpd \
+redis \
+libfastjson \
+librelp \
+sblim-cmpi-devel \
+sblim-sfc-common \
+${@bb.utils.contains("DISTRO_FEATURES", "pam", "sblim-sfcb ", "", d)} \
+sblim-sfcc \
+libblockdev \
+sgpio \
+smartmontools \
+can-utils \
+canutils \
+libsocketcan \
+libconfig \
+linuxconsole \
+uml-utilities \
+libidn \
+libqb \
+wipe \
+libzip \
+zram \
+libplist \
+libusbmuxd \
+liblockfile \
+liblogging \
+libnss-nisplus \
+libpwquality \
+${@bb.utils.contains("DISTRO_FEATURES", "systemd", 

[oe] [hardknott 53/64] packagegroup-meta-oe: include glfw, icewm, geis only with x11 in DISTRO_FEATURES

2021-04-08 Thread akuster
From: Martin Jansa 

* and also opengl for glfw

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit 3bffa82504f27d2da7ca87aeda799632b717d831)
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb 
b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 4eb2e8c11c9..2958eac6a0f 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -192,7 +192,7 @@ RDEPENDS_packagegroup-meta-oe-core = "\
 usleep \
 dbus-cxx \
 "
-RDEPENDS_packagegroup-meta-oe-core_append_libc-glibc = " glfw"
+RDEPENDS_packagegroup-meta-oe-core_append_libc-glibc = " 
${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "glfw", "", d)}"
 RDEPENDS_packagegroup-meta-oe-core_remove_riscv64 = "safec"
 RDEPENDS_packagegroup-meta-oe-core_remove_riscv32 = "safec"
 
@@ -355,7 +355,7 @@ RDEPENDS_packagegroup-meta-oe-extended ="\
  libuio \
  ${@bb.utils.contains("DISTRO_FEATURES", "x11", "libwmf", "", d)} \
  lprng \
- icewm \
+ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "icewm", "", d)} \
  md5deep \
  indent \
  jansson \
@@ -712,7 +712,6 @@ RDEPENDS_packagegroup-meta-oe-support ="\
 ace-cloud-editor \
 frame \
 ${@bb.utils.contains("DISTRO_FEATURES", "x11", "geis", "", d)} \
-geis \
 grail \
 asio \
 augeas \
-- 
2.17.1


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



[oe] [hardknott 54/64] phonet-utils: remove

2021-04-08 Thread akuster
From: Martin Jansa 

* no update other than occassional build fix since 2011 when I've imported this
* it's also failing with usrmerge:
  ERROR: phonet-utils-0.0.0+gitrAUTOINC+4acfa720fd-r2 do_package_qa: QA Issue: 
phonet-utils package is not obeying usrmerge distro feature. /lib should be 
relocated to /usr. [usrmerge]
  ERROR: phonet-utils-0.0.0+gitrAUTOINC+4acfa720fd-r2 do_package_qa: QA run 
found fatal errors. Please consider fixing them.

Signed-off-by: Martin Jansa 
Signed-off-by: Khem Raj 
(cherry picked from commit 976c8d3f69c847aee33bc53663dcc2fdca7fb556)
Signed-off-by: Armin Kuster 
---
 .../0001-Include-limits.h-for-PATH_MAX.patch  | 25 ---
 .../phonet-utils/phonet-utils_git.bb  | 15 ---
 .../packagegroups/packagegroup-meta-oe.bb |  1 -
 3 files changed, 41 deletions(-)
 delete mode 100644 
meta-oe/recipes-connectivity/phonet-utils/phonet-utils/0001-Include-limits.h-for-PATH_MAX.patch
 delete mode 100644 
meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb

diff --git 
a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils/0001-Include-limits.h-for-PATH_MAX.patch
 
b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils/0001-Include-limits.h-for-PATH_MAX.patch
deleted file mode 100644
index 8bb7e5a1887..000
--- 
a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils/0001-Include-limits.h-for-PATH_MAX.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From f7ad9a4471cee2324f216a0d82ba8097ec746c56 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Sat, 15 Jul 2017 11:48:12 -0700
-Subject: [PATCH] Include limits.h for PATH_MAX
-
-Signed-off-by: Khem Raj 

- src/pnstat.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/pnstat.c b/src/pnstat.c
-index 661a5bc..76068e6 100644
 a/src/pnstat.c
-+++ b/src/pnstat.c
-@@ -35,6 +35,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- struct fd
- {
--- 
-2.13.3
-
diff --git a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb 
b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb
deleted file mode 100644
index 3c599950fe8..000
--- a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "This small package provides a few command line tools for Linux 
Phonet"
-HOMEPAGE = ""
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master \
-   file://0001-Include-limits.h-for-PATH_MAX.patch \
-   "
-PR = "r2"
-S = "${WORKDIR}/git"
-SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea"
-PV = "0.0.0+gitr${SRCPV}"
-
-inherit autotools-brokensep
-
-FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules"
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb 
b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 2958eac6a0f..d5e5aa01cd6 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -146,7 +146,6 @@ RDEPENDS_packagegroup-meta-oe-connectivity ="\
 obexftp \
 packagegroup-tools-bluetooth \
 paho-mqtt-c \
-phonet-utils \
 rabbitmq-c \
 rfkill \
 rtorrent \
-- 
2.17.1


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



[oe] [hardknott 52/64] freeradius: Upgrade to 3.0.21

2021-04-08 Thread akuster
From: Mingli Yu 

Drop one patch at the issue is already fixed in new version
(307678b268 Fix rlm_python3 build)

Signed-off-by: Mingli Yu 
Signed-off-by: Khem Raj 
(cherry picked from commit ece4e7d4f06581b2e68b9f662bc208b050f76cf1)
Signed-off-by: Armin Kuster 
---
 ...python3-add-PY_INC_DIR-in-search-dir.patch | 58 ---
 ...eradius_3.0.20.bb => freeradius_3.0.21.bb} |  3 +-
 2 files changed, 1 insertion(+), 60 deletions(-)
 delete mode 100644 
meta-networking/recipes-connectivity/freeradius/files/0001-rlm_python3-add-PY_INC_DIR-in-search-dir.patch
 rename meta-networking/recipes-connectivity/freeradius/{freeradius_3.0.20.bb 
=> freeradius_3.0.21.bb} (98%)

diff --git 
a/meta-networking/recipes-connectivity/freeradius/files/0001-rlm_python3-add-PY_INC_DIR-in-search-dir.patch
 
b/meta-networking/recipes-connectivity/freeradius/files/0001-rlm_python3-add-PY_INC_DIR-in-search-dir.patch
deleted file mode 100644
index d63023162d7..000
--- 
a/meta-networking/recipes-connectivity/freeradius/files/0001-rlm_python3-add-PY_INC_DIR-in-search-dir.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From 70888fff49e4d2b6c2121a6050fdd9f11a87 Mon Sep 17 00:00:00 2001
-From: Yi Zhao 
-Date: Thu, 6 Feb 2020 09:32:04 +0800
-Subject: [PATCH] rlm_python3: add PY_INC_DIR in search dir
-
-The configure option --with-rlm-python3-include-dir is used to set
-PY_INC_DIR which is never used and it fails to find Python.h,
-so add it into search dir to fix it.
-
-Also remove SMART_LIBS from mod_flags because it introduces rpath
-to LDFALGS which causes a do_package_qa error:
-
-ERROR: freeradius-3.0.20-r0 do_package_qa: QA Issue: package freeradius-python 
contains bad RPATH
-/buildarea/build/tmp/work/core2-64-poky-linux/freeradius/3.0.20-r0/recipe-sysroot-native/usr/lib/python3.8/config
 in file
-/buildarea/build/tmp/work/core2-64-poky-linux/freeradius/3.0.20-r0/packages-split/freeradius-python/usr/lib/rlm_python3.so.0.0.0
-package freeradius-python contains bad RPATH
-/buildarea/build/tmp/work/core2-64-poky-linux/freeradius/3.0.20-r0/recipe-sysroot-native/usr/lib/python3.8/config
 in file
-/buildarea/build/tmp/work/core2-64-poky-linux/freeradius/3.0.20-r0/packages-split/freeradius-python/usr/lib/rlm_python3.so.0.0.0
 [rpaths]
-
-Upstream-Status: Inappropriate [OE specific]
-
-Signed-off-by: Yi Zhao 

- src/modules/rlm_python3/configure.ac | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/modules/rlm_python3/configure.ac 
b/src/modules/rlm_python3/configure.ac
-index a00320f..adbdf19 100644
 a/src/modules/rlm_python3/configure.ac
-+++ b/src/modules/rlm_python3/configure.ac
-@@ -95,7 +95,7 @@ if test x$with_[]modname != xno; then
- 
-   old_CFLAGS=$CFLAGS
-   CFLAGS="$CFLAGS $PY_CFLAGS"
--  smart_try_dir="$PY_PREFIX/include/python$PY_SYS_VERSION"
-+  smart_try_dir="$PY_PREFIX/include/python$PY_SYS_VERSION 
$PY_INC_DIR"
-   FR_SMART_CHECK_INCLUDE(Python.h)
-   CFLAGS=$old_CFLAGS
- 
-@@ -114,13 +114,13 @@ if test x$with_[]modname != xno; then
- 
-   eval t=\${ac_cv_lib_${sm_lib_safe}_${sm_func_safe}}
-   if test "x$t" = "xyes"; then
--  mod_ldflags="$PY_LIB_LOC $PY_EXTRA_LIBS $SMART_LIBS -lm"
-+  mod_ldflags="$PY_LIB_LOC $PY_EXTRA_LIBS -lm"
-   targetname=modname
-   else
-   FR_SMART_CHECK_LIB(python${PY_SYS_VERSION}m, 
Py_Initialize)
-   eval t=\${ac_cv_lib_${sm_lib_safe}_${sm_func_safe}}
-   if test "x$t" = "xyes"; then
--  mod_ldflags="$PY_LIB_LOC $PY_EXTRA_LIBS 
$SMART_LIBS -lm"
-+  mod_ldflags="$PY_LIB_LOC $PY_EXTRA_LIBS -lm"
-   targetname=modname
-   else
-   targetname=
--- 
-2.7.4
-
diff --git 
a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb 
b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb
similarity index 98%
rename from meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb
rename to meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb
index 608d66b1b38..864a4e94470 100644
--- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb
+++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb
@@ -26,7 +26,6 @@ SRC_URI = 
"git://github.com/FreeRADIUS/freeradius-server.git;branch=v3.0.x;lfs=0
 file://freeradius-fix-quoting-for-BUILT_WITH.patch \
 file://freeradius-fix-error-for-expansion-of-macro.patch \
 file://0001-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch \
-file://0001-rlm_python3-add-PY_INC_DIR-in-search-dir.patch \
 file://0001-raddb-certs-Makefile-fix-the-existed-certificate-err.patch \
 file://0001-raddb-certs-Makefile-fix-the-occasional-verification.patch \
 

[oe] [hardknott 50/64] mariadb: upgrade 10.5.8 -> 10.5.9

2021-04-08 Thread akuster
From: wangmy 

refresh c11_atomics.patch
remove 0001-stacktrace-t.c-make-the-test-conditional.patch since it is
included in 10.5.9

Signed-off-by: Wang Mingyu 
Signed-off-by: Khem Raj 
(cherry picked from commit 7e64cce442c14f026a5e43cd5d90416c9f81343a)
Signed-off-by: Armin Kuster 
---
 ...ive_10.5.8.bb => mariadb-native_10.5.9.bb} |  0
 meta-oe/recipes-dbs/mysql/mariadb.inc |  3 +-
 ...ktrace-t.c-make-the-test-conditional.patch | 38 ---
 .../mysql/mariadb/c11_atomics.patch   | 16 
 .../{mariadb_10.5.8.bb => mariadb_10.5.9.bb}  |  0
 5 files changed, 9 insertions(+), 48 deletions(-)
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.5.8.bb => 
mariadb-native_10.5.9.bb} (100%)
 delete mode 100644 
meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.5.8.bb => mariadb_10.5.9.bb} 
(100%)

diff --git a/meta-oe/recipes-dbs/mysql/mariadb-native_10.5.8.bb 
b/meta-oe/recipes-dbs/mysql/mariadb-native_10.5.9.bb
similarity index 100%
rename from meta-oe/recipes-dbs/mysql/mariadb-native_10.5.8.bb
rename to meta-oe/recipes-dbs/mysql/mariadb-native_10.5.9.bb
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc 
b/meta-oe/recipes-dbs/mysql/mariadb.inc
index 1fbcb71427e..67cfa54f02e 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -20,11 +20,10 @@ SRC_URI = 
"https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz
file://fix-arm-atomic.patch \
file://0001-Fix-library-LZ4-lookup.patch \
file://0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch \
-   file://0001-stacktrace-t.c-make-the-test-conditional.patch \
   "
 SRC_URI_append_libc-musl = " file://ppc-remove-glibc-dep.patch"
 
-SRC_URI[sha256sum] = 
"eb4824f6f2c532cd3fc6a6bce7bf78ea7c6b949f8bdd07656b2c84344e757be8"
+SRC_URI[sha256sum] = 
"40ab19aeb8de141fdc188cf2251213c9e7351bee4d0cd29db704fae68d1068cf"
 
 UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases;
 
diff --git 
a/meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
 
b/meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
deleted file mode 100644
index d8f672d7444..000
--- 
a/meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 966cbeb309f867ff4ac8e7f4462be4780e421700 Mon Sep 17 00:00:00 2001
-From: Mingli Yu 
-Date: Mon, 25 Jan 2021 19:01:06 -0800
-Subject: [PATCH] stacktrace-t.c: make the test conditional
-
-Fixes:
-/prj/tmp/work/cortexa57-poky-linux-musl/mariadb/10.5.8-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux-musl/../../libexec/aarch64-poky-linux-musl/gcc/aarch64-poky-linux-musl/10.2.0/ld.bfd:
 
/usr/src/debug/mariadb/10.5.8-r0/mariadb-10.5.8/unittest/mysys/stacktrace-t.c:36:
 undefined reference to `my_safe_print_str'
-
-Upstream-Status: Submitted [https://jira.mariadb.org/browse/MDEV-24131]
-
-Signed-off-by: Mingli Yu 

- unittest/mysys/stacktrace-t.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/unittest/mysys/stacktrace-t.c b/unittest/mysys/stacktrace-t.c
-index 8fa0db15b36..d8408f80d76 100644
 a/unittest/mysys/stacktrace-t.c
-+++ b/unittest/mysys/stacktrace-t.c
-@@ -29,6 +29,7 @@ void test_my_safe_print_str()
-   memcpy(b_stack, "LEGAL", 6);
-   memcpy(b_bss, "LEGAL", 6);
- 
-+#ifdef HAVE_STACKTRACE
- #ifndef __SANITIZE_ADDRESS__
-   fprintf(stderr, "\n= stack =\n");
-   my_safe_print_str(b_stack, 65535);
-@@ -48,6 +49,7 @@ void test_my_safe_print_str()
-   fprintf(stderr, "\n= (const char*) 1 =\n");
-   my_safe_print_str((const char*)1, 5);
- #endif /*__SANITIZE_ADDRESS__*/
-+#endif /*HAVE_STACKTRACE*/
- 
-   free(b_heap);
- 
--- 
-2.17.1
-
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/c11_atomics.patch 
b/meta-oe/recipes-dbs/mysql/mariadb/c11_atomics.patch
index 32c9818ab0c..1c76ab39181 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb/c11_atomics.patch
+++ b/meta-oe/recipes-dbs/mysql/mariadb/c11_atomics.patch
@@ -17,10 +17,10 @@ Signed-off-by: Mingli Yu 
  3 files changed, 27 insertions(+), 1 deletion(-)
 
 diff --git a/configure.cmake b/configure.cmake
-index bb3ad43..2ff4f19 100644
+index 4fc324a9..23a2ea91 100644
 --- a/configure.cmake
 +++ b/configure.cmake
-@@ -861,7 +861,25 @@ int main()
+@@ -862,7 +862,25 @@ int main()
long long int *ptr= 
return (int)__atomic_load_n(ptr, __ATOMIC_SEQ_CST);
  }"
@@ -48,10 +48,10 @@ index bb3ad43..2ff4f19 100644
  IF(WITH_VALGRIND)
SET(HAVE_valgrind 1)
 diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt
-index 6a3a1ef..e306ae7 100644
+index 6aab788f..91b9c393 100644
 --- a/mysys/CMakeLists.txt
 +++ b/mysys/CMakeLists.txt
-@@ -140,6 +140,10 @@ TARGET_LINK_LIBRARIES(mysys dbug strings ${ZLIB_LIBRARY}
+@@ -154,6 +154,10 @@ TARGET_LINK_LIBRARIES(mysys dbug strings ${ZLIB_LIBRARY}
   ${LIBNSL} ${LIBM} ${LIBRT} 

[oe] [hardknott 48/64] python3-bitarray: Upgrade 1.8.2 -> 1.9.0

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 1.9.0:

- add shift operations (`<<`, `>>`, `<<=`, `>>=`)
- add `bitarray.util.ba2base()` and `bitarray.util.base2ba()`
- documentation and tests

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit befe8552bdefc3fa289c9a5a966b5a8c96377ada)
Signed-off-by: Armin Kuster 
---
 .../{python3-bitarray_1.8.2.bb => python3-bitarray_1.9.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bitarray_1.8.2.bb => 
python3-bitarray_1.9.0.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb 
b/meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb
index 8fd4b6c31f4..12ac3d964f4 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray;
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
 
-SRC_URI[sha256sum] = 
"96136d9add2b9b3b73e1eb7538b8d12547ee82dc3fbd31addef829371ce2a1bd"
+SRC_URI[sha256sum] = 
"db00073387af7fe30852d96b04742a0cdbc7feaf3158558520ab7898b0435ee2"
 
 inherit setuptools3 pypi
 
-- 
2.17.1


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



[oe] [hardknott 51/64] mariadb: Fix build on newer 32bit architectures

2021-04-08 Thread akuster
From: Khem Raj 

newer 32bit arches e.g. RV32 and ARC do not have __NR_io_getevents
syscall and have started of with 64bit time_t so there is no 32bit
version

Signed-off-by: Khem Raj 
(cherry picked from commit bd8e72c1397f700fca0ddc44120abf9d325fd872)
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-dbs/mysql/mariadb.inc |  2 +
 ...ck-if-syscall-exists-before-using-it.patch | 43 +++
 .../recipes-dbs/mysql/mariadb/sys_futex.patch | 22 ++
 3 files changed, 67 insertions(+)
 create mode 100644 
meta-oe/recipes-dbs/mysql/mariadb/0001-aio_linux-Check-if-syscall-exists-before-using-it.patch
 create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/sys_futex.patch

diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc 
b/meta-oe/recipes-dbs/mysql/mariadb.inc
index 67cfa54f02e..9833b288571 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -20,6 +20,8 @@ SRC_URI = 
"https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz
file://fix-arm-atomic.patch \
file://0001-Fix-library-LZ4-lookup.patch \
file://0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch \
+   file://0001-aio_linux-Check-if-syscall-exists-before-using-it.patch 
\
+   file://sys_futex.patch \
   "
 SRC_URI_append_libc-musl = " file://ppc-remove-glibc-dep.patch"
 
diff --git 
a/meta-oe/recipes-dbs/mysql/mariadb/0001-aio_linux-Check-if-syscall-exists-before-using-it.patch
 
b/meta-oe/recipes-dbs/mysql/mariadb/0001-aio_linux-Check-if-syscall-exists-before-using-it.patch
new file mode 100644
index 000..a2f7812c509
--- /dev/null
+++ 
b/meta-oe/recipes-dbs/mysql/mariadb/0001-aio_linux-Check-if-syscall-exists-before-using-it.patch
@@ -0,0 +1,43 @@
+From 5d9a869a72420cf0bb08b6aa93e980df90bdcf2e Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Sat, 3 Apr 2021 12:02:36 -0700
+Subject: [PATCH] aio_linux: Check if syscall exists before using it
+
+Return -ENOSYS if not implememented, fixes build on arches like RISCV32
+Fixes
+tpool/aio_linux.cc:63:20: error: '__NR_io_getevents' was not declared in this 
scope; did you mean 'io_getevents'?
+   63 |   int ret= syscall(__NR_io_getevents, reinterpret_cast(ctx),
+  |^
+  |io_getevents
+
+Upstream-Staus: Pending
+Signed-off-by: Khem Raj 
+---
+ tpool/aio_linux.cc | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/tpool/aio_linux.cc b/tpool/aio_linux.cc
+index d9aa8be2..d8a87a8f 100644
+--- a/tpool/aio_linux.cc
 b/tpool/aio_linux.cc
+@@ -59,6 +59,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
MA 02111 - 1301 USA*/
+ */
+ static int my_getevents(io_context_t ctx, long min_nr, long nr, io_event *ev)
+ {
++#ifdef __NR_io_getevents
+   int saved_errno= errno;
+   int ret= syscall(__NR_io_getevents, reinterpret_cast(ctx),
+min_nr, nr, ev, 0);
+@@ -68,6 +69,9 @@ static int my_getevents(io_context_t ctx, long min_nr, long 
nr, io_event *ev)
+ errno= saved_errno;
+   }
+   return ret;
++#else
++  return -ENOSYS;
++#endif
+ }
+ #endif
+ 
+-- 
+2.31.1
+
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/sys_futex.patch 
b/meta-oe/recipes-dbs/mysql/mariadb/sys_futex.patch
new file mode 100644
index 000..3277a3eee11
--- /dev/null
+++ b/meta-oe/recipes-dbs/mysql/mariadb/sys_futex.patch
@@ -0,0 +1,22 @@
+ Use SYS_futex for syscall
+
+glibc defines SYS_futex and on newer 32bit CPUs like RISCV-32, arc there
+is no 32bit time_t therefore define SYS_futex in terms of SYS_futex_time64
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj 
+--- a/storage/innobase/include/ib0mutex.h
 b/storage/innobase/include/ib0mutex.h
+@@ -150,6 +150,12 @@ private:
+ #include 
+ #include 
+ 
++/** Newer 32bit CPUs eg. RISCV-32 are defaulting to 64bit time_t from get go 
and
++ therefore do not define __NR_futex */
++#if !defined(SYS_futex) && defined(SYS_futex_time64)
++# define SYS_futex SYS_futex_time64
++#endif
++
+ /** Mutex implementation that used the Linux futex. */
+ template  class Policy>
+ struct TTASFutexMutex {
-- 
2.17.1


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



[oe] [hardknott 47/64] python3-docutils: Upgrade 0.16 -> 0.17

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 0.17:

- Installing with setup.py now requires setuptools. Alternatively,
  install with pip.
- The generic command line front end tool docutils-cli.py allows
  the free selection of reader, parser, and writer components.
- New, experimental wrapper to integrate the recommonmark Markdown
  parser for use with Docutils.
- pseudoxml-writer got a --detailled option for pretty printing
  text nodes.
- odf/odt-writer improved metadata handling.
- HTML5 writer improvements.
- LaTeX writer improvements.
- Fixes in Arabic mappings and Korean translations.
- directives: Prevent infinte inclusion loops.

License-Update: Fix link to 2-Clause BSD license in COPYING.txt.

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit a2964529ec9d7b4a8e9233ec7d7bb66eb9942edc)
Signed-off-by: Armin Kuster 
---
 .../{python3-docutils_0.16.bb => python3-docutils_0.17.bb}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-docutils_0.16.bb => 
python3-docutils_0.17.bb} (52%)

diff --git a/meta-python/recipes-devtools/python/python3-docutils_0.16.bb 
b/meta-python/recipes-devtools/python/python3-docutils_0.17.bb
similarity index 52%
rename from meta-python/recipes-devtools/python/python3-docutils_0.16.bb
rename to meta-python/recipes-devtools/python/python3-docutils_0.17.bb
index 44b7320cbb5..8605e93b52f 100644
--- a/meta-python/recipes-devtools/python/python3-docutils_0.16.bb
+++ b/meta-python/recipes-devtools/python/python3-docutils_0.17.bb
@@ -2,9 +2,8 @@ SUMMARY = "Docutils is a modular system for processing 
documentation into useful
 HOMEPAGE = "https://pypi.org/project/docutils/;
 SECTION = "devel/python"
 LICENSE = "BSD-2-Clause & GPL-2.0 & Python-2.0"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7a4646907ab9083c826280b19e103106"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=836a1950177996968a49ff477a4a61c4"
 
-SRC_URI[md5sum] = "9ccb6f332e23360f964de72c8ea5f0ed"
-SRC_URI[sha256sum] = 
"7d4e999cca74a52611773a42912088078363a30912e8822f7a3d38043b767573"
+SRC_URI[sha256sum] = 
"e2ffeea817964356ba4470efba7c2f42b6b0de0b04e66378507e3e2504bbff4c"
 
 inherit pypi setuptools3
-- 
2.17.1


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



[oe] [hardknott 49/64] python3-regex: Upgrade 2021.3.17 -> 2021.4.4

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 2021.4.4 with the following bug fixes:

- regex fails with a quantified backreference but succeeds with
  repeated backref
- API is not a drop-in replacement for python's re when it comes
  to typing

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit ad0df8ff6f2c5e3aa8cf11cabd616f3352a22144)
Signed-off-by: Armin Kuster 
---
 .../{python3-regex_2021.3.17.bb => python3-regex_2021.4.4.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-regex_2021.3.17.bb => 
python3-regex_2021.4.4.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb 
b/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb
rename to meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
index a3cb8041331..177b06b97c8 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c0
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"4b8a1fb724904139149a43e172850f35aa6ea97fb0545244dc0b805e0154ed68"
+SRC_URI[sha256sum] = 
"52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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



[oe] [hardknott 43/64] python3-pillow: Upgrade 8.1.2 -> 8.2.0

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 8.2.0:

- Added getxmp() method
- Add ImageShow support for GraphicsMagick
- Do not load transparent pixels from subsequent GIF frames
- Use LZW encoding when saving GIF images
- Set all transparent colors to be equal in quantize()
- Allow PixelAccess to use Python __int__ when parsing x and y
- Removed Image._MODEINFO
- Add preserve_tone option to autocontrast
- Fixed linear_gradient and radial_gradient I and F modes
- Add support for reading TIFFs with PlanarConfiguration=2
- Deprecated categories
- Do not premultiply alpha when resizing with Image.NEAREST
  resampling
- Dynamically link FriBiDi instead of Raqm
- Allow fewer PNG palette entries than the bit depth maximum when
  saving
- Use duration from info dictionary when saving WebP
- Stop flattening EXIF IFD into getexif()
- Replaced tiff_deflate with tiff_adobe_deflate compression when
  saving TIFF images
- Save ICC profile from TIFF encoderinfo
- Moved RGB fix inside ImageQt class
- Allow alpha_composite destination to be negative
- Ensure file is closed if it is opened by ImageQt.ImageQt
- Added ImageDraw rounded_rectangle method
- Added IPythonViewer
- Only draw each rectangle outline pixel once
- Use mmap instead of built-in Win32 mapper
- Handle PCX images with an odd stride
- Only read different sizes for "Large Thumbnail" MPO frames
- Added PyQt6 support
- Changed Image.open formats parameter to be case-insensitive
- Deprecate Tk/Tcl 8.4, to be removed in Pillow 10 (2023-01-02)
- Added tk version to pilinfo
- Support for ignoring tests when running valgrind
- OSS-Fuzz support

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 0fc9235bbb8f4df0ac7b33f0b875e1fc36e1e563)
Signed-off-by: Armin Kuster 
---
 .../{python3-pillow_8.1.2.bb => python3-pillow_8.2.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pillow_8.1.2.bb => 
python3-pillow_8.2.0.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb 
b/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb
rename to meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb
index a1b4f9059d9..3241230d13f 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb
@@ -5,11 +5,11 @@ HOMEPAGE = "https://pillow.readthedocs.io;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a"
 
-SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.1.x \
+SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.2.x \
file://0001-support-cross-compiling.patch \
file://0001-explicitly-set-compile-options.patch \
 "
-SRCREV ?= "88bd672dafad68b419ea29bef941dfa17f941038"
+SRCREV ?= "e0e353c0ef7516979a9aedce3792596649ce4433"
 
 inherit setuptools3
 
-- 
2.17.1


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



[oe] [hardknott 45/64] python3-networkx: Upgrade 2.5 -> 2.5.1

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 2.5.1:

- pagerank uses scipy by default now
- New source argument to has_eulerian_path to look for path
  starting at source
- prefix_tree now uses a non-recursive algorithm. The original
  recursive algorithm is still available via prefix_tree_recursive

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 6b98728840639ec426d3e8ae06ac064ed73cd24b)
Signed-off-by: Armin Kuster 
---
 .../{python3-networkx_2.5.bb => python3-networkx_2.5.1.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-networkx_2.5.bb => 
python3-networkx_2.5.1.bb} (70%)

diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.5.bb 
b/meta-python/recipes-devtools/python/python3-networkx_2.5.1.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-networkx_2.5.bb
rename to meta-python/recipes-devtools/python/python3-networkx_2.5.1.bb
index 70573828bd3..0b52cfd7e59 100644
--- a/meta-python/recipes-devtools/python/python3-networkx_2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-networkx_2.5.1.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "http://networkx.github.io/;
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a24ea029adac8935699bf69b2e38c728"
 
-SRC_URI[md5sum] = "21f25be1f4373e19153a9beca63346e7"
-SRC_URI[sha256sum] = 
"7978955423fbc9639c10498878be59caf99b44dc304c2286162fd24b458c1602"
+SRC_URI[sha256sum] = 
"109cd585cac41297f71103c3c42ac6ef7379f29788eb54cb751be5a663bb235a"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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



[oe] [hardknott 46/64] python3-pysonos: Upgrade 0.0.40 -> 0.0.41

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 0.0.41:

- Add events_asyncio events module

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 2a73a50db27c7c15a77519c92d66141d26fc6c7a)
Signed-off-by: Armin Kuster 
---
 .../{python3-pysonos_0.0.40.bb => python3-pysonos_0.0.41.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pysonos_0.0.40.bb => 
python3-pysonos_0.0.41.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb 
b/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb
rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb
index dbfa0dff5c1..564d60ee47b 100644
--- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb
+++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea"
 
-SRC_URI[sha256sum] = 
"3fed94dffbca5807d39d000d1415fe8d7dfc1032ba92a33d0b577eb2e98a81f3"
+SRC_URI[sha256sum] = 
"08d17fee04cc8209b915e61407673ea843b55792a9301fbe86adb9cc69a67a54"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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



[oe] [hardknott 40/64] python3-contextlib2: Upgrade 0.6.0 -> 0.6.0.post1

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 0.6.0.post1:

- Correctly update NEWS.rst for the 0.6.0 release.

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 37ce67f57543cb9f85bc9882633fc6ff5ba2)
Signed-off-by: Armin Kuster 
---
 ...contextlib2_0.6.0.bb => python3-contextlib2_0.6.0.post1.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-contextlib2_0.6.0.bb => 
python3-contextlib2_0.6.0.post1.bb} (67%)

diff --git a/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb 
b/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.post1.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb
rename to meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.post1.bb
index 6074efa73e6..2eac0ad2704 100644
--- a/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.post1.bb
@@ -4,8 +4,7 @@ SECTION = "devel/python"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734"
 
-SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979"
-SRC_URI[sha256sum] = 
"7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3"
+SRC_URI[sha256sum] = 
"01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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



[oe] [hardknott 44/64] python3-aiohttp: Upgrade 3.7.4 -> 3.7.4.post0

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 3.7.4.post0:

- Bumped upper bound of the chardet runtime dependency to allow
  their v4.0 version stream.

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 6cfe535f40e4e987b5b755ee59918643178a79b2)
Signed-off-by: Armin Kuster 
---
 ...{python3-aiohttp_3.7.4.bb => python3-aiohttp_3.7.4.post0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aiohttp_3.7.4.bb => 
python3-aiohttp_3.7.4.post0.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.bb 
b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.bb
rename to meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb
index 63d67838910..8bf129d30c0 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3bf3d48554bdca1ea7fdb48de378c2ca"
 
-SRC_URI[sha256sum] = 
"5d84ecc73141d0a0d61ece0742bb7ff5751b0657dab8405f899d3ceb104cc7de"
+SRC_URI[sha256sum] = 
"493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc4497afecf"
 
 PYPI_PACKAGE = "aiohttp"
 inherit setuptools3 pypi
-- 
2.17.1


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



[oe] [hardknott 42/64] python3-decorator: Upgrade 4.4.2 -> 5.0.1

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 5.0.1:

- Dropped support for Python < 3.5 with a substantial
  simplification of the code base. Ported CI from Travis to
  GitHub.
- Fixed setup.cfg and python_requires in setup.py

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit a112f5ed6c7c611445583a08a2d1b22e6e141526)
Signed-off-by: Armin Kuster 
---
 .../{python3-decorator_4.4.2.bb => python3-decorator_5.0.1.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-decorator_4.4.2.bb => 
python3-decorator_5.0.1.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb 
b/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb
rename to meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb
index 23d0cf2181b..e9d20379f9d 100644
--- a/meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb
@@ -9,8 +9,7 @@ decorator, just because you can."
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22"
 
-SRC_URI[md5sum] = "d83c624cce93e6bdfab144821b526e1d"
-SRC_URI[sha256sum] = 
"e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"
+SRC_URI[sha256sum] = 
"1e53162e016f317a61d93848f00e80e7109ca9ed06846c7f2930cf0ebede7c6c"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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



[oe] [hardknott 38/64] python3-pymisp: Upgrade 2.4.140 -> 2.4.141

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 2.4.141:

- Use get_uuid_or_id_from_abstract_misp in tag methods
- Skip nameless sections in ELF
- Make reportlab tests optional if missing dep
- Enable taxonomy failed if global pythonify is on
- Properly pass content-type
- Re-enable support for uploading STIX 1 documents

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit b3b8d4f6a637ce695030921d4d335f5941380b53)
Signed-off-by: Armin Kuster 
---
 .../{python3-pymisp_2.4.140.bb => python3-pymisp_2.4.141.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.140.bb => 
python3-pymisp_2.4.141.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb 
b/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb
index 32e673660cf..c8bd52f105c 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
 
 SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main"
-SRCREV = "39a7b8242f0d3022276d417ec334bb46b890ff23"
+SRCREV = "4a0c1e1dc42af171d3c1bcaa12436f79ff6cfd9b"
 S = "${WORKDIR}/git"
 
 inherit setuptools3
-- 
2.17.1


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



[oe] [hardknott 41/64] python3-typeguard: Upgrade 2.11.1 -> 2.12.0

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 2.12.0:

- Added @typeguard_ignore decorator to exclude specific functions
  and classes from runtime type checking

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 8507a0dda68d17874d6e5768683657914c88d3e5)
Signed-off-by: Armin Kuster 
---
 ...{python3-typeguard_2.11.1.bb => python3-typeguard_2.12.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-typeguard_2.11.1.bb => 
python3-typeguard_2.12.0.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb 
b/meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb
rename to meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb
index 640adf83b7f..148806e101c 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53"
 
-SRC_URI[sha256sum] = 
"33243c1cbfcb9736a06c6db22dd08876b5f297e6344aa272a2862c0f8e669f64"
+SRC_URI[sha256sum] = 
"fca77fd4ccba63465b421cdbbab5a1a8e3994e6d6f18b45da2bb475c09f147ef"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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



[oe] [hardknott 36/64] python3-google-api-python-client: Upgrade 2.0.2 -> 2.1.0

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 2.1.0:

- Add status_code property on http error handling
- Change default of static_discovery when discoveryServiceUrl set
- Correct api version in oauth-installed.md
- fix .close()
- Resolve issue where num_retries would have no effect
- Distinguish between public/private docs in 2.0 guide
- Update README to promote cloud client libraries

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 212c6a5f1447f92d70c68c06855735927866cfdb)
Signed-off-by: Armin Kuster 
---
 ...lient_2.0.2.bb => python3-google-api-python-client_2.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-google-api-python-client_2.0.2.bb 
=> python3-google-api-python-client_2.1.0.bb} (78%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.0.2.bb 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.1.0.bb
similarity index 78%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.0.2.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.1.0.bb
index 38aa349a6f2..11b94b3fcda 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.0.2.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.1.0.bb
@@ -4,6 +4,6 @@ HOMEPAGE = 
"https://github.com/googleapis/google-api-python-client;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
 
-SRC_URI[sha256sum] = 
"48686cceb0dc8cb8b9ee1920ad7c0d9b499ef4fca0ca51c1c69f1e462a628011"
+SRC_URI[sha256sum] = 
"f9ac377efe69571aea1acc9e15760d4204aca23c4464eb63f963ae4defc95d97"
 
 inherit pypi setuptools3
-- 
2.17.1


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



[oe] [hardknott 39/64] python3-tqdm: Upgrade 4.58.0 -> 4.59.0

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 4.59.0:

- add tqdm.dask.TqdmCallback
- add asyncio.gather()
- add basic support for length_hint
- add & update tests
- misc documentation updates
- update contributing guide
- update URLs
- bash completion: add missing --delay
- misc code tidy
- add [notebook] extra

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit d35780c181474bd1b214ec2e17d5efee7b9c042f)
Signed-off-by: Armin Kuster 
---
 .../python/{python3-tqdm_4.58.0.bb => python3-tqdm_4.59.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-tqdm_4.58.0.bb => 
python3-tqdm_4.59.0.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.58.0.bb 
b/meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-tqdm_4.58.0.bb
rename to meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb
index 771016962da..32e5cf053a4 100644
--- a/meta-python/recipes-devtools/python/python3-tqdm_4.58.0.bb
+++ b/meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "MIT & MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=59e4271a933d33edfe60237db377a14b"
 
-SRC_URI[sha256sum] = 
"c23ac707e8e8aabb825e4d91f8e17247f9cc14b0d64dd9e97be0781e9e525bba"
+SRC_URI[sha256sum] = 
"d666ae29164da3e517fcf125e41d4fe96e5bb375cd87ff9763f6b38b5592fe33"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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



[oe] [hardknott 35/64] libxaw: upgrade 1.0.13 -> 1.0.14

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit 454644c578c84062f49b443626b7bb7dfff06060)
Signed-off-by: Armin Kuster 
---
 .../xorg-lib/{libxaw_1.0.13.bb => libxaw_1.0.14.bb}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-graphics/xorg-lib/{libxaw_1.0.13.bb => 
libxaw_1.0.14.bb} (82%)

diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.13.bb 
b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb
similarity index 82%
rename from meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.13.bb
rename to meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb
index cb1ffcd8cc9..15f52d8d453 100644
--- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.13.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.14.bb
@@ -5,10 +5,9 @@ DEPENDS += "xorgproto virtual/libx11 libxext libxt libxmu 
libxpm libxau xmlto-na
 LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364"
 
 PE = "1"
-PR = "r2"
 
-SRC_URI[md5sum] = "e5e06eb14a608b58746bdd1c0bd7b8e3"
-SRC_URI[sha256sum] = 
"8ef8067312571292ccc2bbe94c41109dcf022ea5a4ec71656a83d8cce9edb0cd"
+SRC_URI[md5sum] = "c1ce21c296bbf3da3e30cf651649563e"
+SRC_URI[sha256sum] = 
"76aef98ea3df92615faec28004b5ce4e5c6855e716fa16de40c32030722a6f8e"
 
 do_install_append () {
 ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6
-- 
2.17.1


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



[oe] [hardknott 32/64] ostree: upgrade 2020.8 -> 2021.1

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit 7d2604942cebea24e090f11186d0aa43a61be037)
Signed-off-by: Armin Kuster 
---
 .../ostree/{ostree_2020.8.bb => ostree_2021.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/ostree/{ostree_2020.8.bb => ostree_2021.1.bb} 
(99%)

diff --git a/meta-oe/recipes-extended/ostree/ostree_2020.8.bb 
b/meta-oe/recipes-extended/ostree/ostree_2021.1.bb
similarity index 99%
rename from meta-oe/recipes-extended/ostree/ostree_2020.8.bb
rename to meta-oe/recipes-extended/ostree/ostree_2021.1.bb
index 4f0f719fb38..c382ad87f27 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2020.8.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2021.1.bb
@@ -25,7 +25,7 @@ SRC_URI = " \
 gitsm://github.com/ostreedev/ostree \
 file://run-ptest \
 "
-SRCREV = "3e289b19345e30d2da193cd208e109f7d7aaa2a1"
+SRCREV = "e9e4b9112083228b8c385ad26924b6c4623f4179"
 
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+\.\d+)"
 
-- 
2.17.1


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



[oe] [hardknott 37/64] python3-xlsxwriter: Upgrade 1.3.7 -> 1.3.8

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 1.3.8:

- Added ability to add accessibility options "description" and
  "decorative" to images via :func:`insert_image`.
- Added fix for datetime.timedelta values that exceed the Excel
  1900 leap day (timedeltas greater than 59 days, in hours).
  This is a backward incompatible change.
- Added the worksheet :func:`read_only_recommended` method to set
  the Excel "Read-only Recommended" option that is available when
  saving a file.
- Fixed issue where temp files used in `constant_memory` mode
  weren't closed/deleted if the workbook object was garbage
  collected.
- Fixed issue where pattern formats without colors were given a
  default black fill color.
- Added option to set a chart crossing to 'min' as well as the
  existing 'max' option. The 'min' option isn't available in the
  Excel interface but can be enabled via VBA.

License-Update: Updated copyright year.

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 4161ee91c1607d32651b4852f0c3b27f763880ec)
Signed-off-by: Armin Kuster 
---
 ...thon3-xlsxwriter_1.3.7.bb => python3-xlsxwriter_1.3.8.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.3.7.bb => 
python3-xlsxwriter_1.3.8.bb} (51%)

diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.7.bb 
b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb
similarity index 51%
rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.7.bb
rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb
index a8f013c580a..e89221e5c38 100644
--- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.7.bb
+++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb
@@ -2,13 +2,12 @@ SUMMARY = "Python 2 and 3 compatibility library"
 HOMEPAGE = "https://xlsxwriter.readthedocs.io;
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0960d52d61b0801760f39463288c2672"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e95e368cd6cb090815046688e92d11e"
 
 inherit pypi setuptools3
 
 PYPI_PACKAGE = "XlsxWriter"
 
-SRC_URI[md5sum] = "8c0595292fae76297eac03ae76507b7b"
-SRC_URI[sha256sum] = 
"9b1ade2d1ba5d9b40a6d1de1d55ded4394ab8002718092ae80a08532c2add2e6"
+SRC_URI[sha256sum] = 
"2b7e22b1268c2ed85d73e5629097c9a63357f2429667ada9863cd05ff8ee33aa"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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



[oe] [hardknott 33/64] zabbix: upgrade 5.2.5 -> 5.2.6

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit 5f3159f6349e5e1a1b134b2997d7dc62daaf2ef7)
Signed-off-by: Armin Kuster 
---
 .../zabbix/{zabbix_5.2.5.bb => zabbix_5.2.6.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/zabbix/{zabbix_5.2.5.bb => 
zabbix_5.2.6.bb} (95%)

diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.5.bb 
b/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb
similarity index 95%
rename from meta-oe/recipes-connectivity/zabbix/zabbix_5.2.5.bb
rename to meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb
index 2bbfec9dcf2..37bb9a2820b 100644
--- a/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.5.bb
+++ b/meta-oe/recipes-connectivity/zabbix/zabbix_5.2.6.bb
@@ -28,8 +28,8 @@ SRC_URI = 
"https://cdn.zabbix.com/zabbix/sources/stable/5.2/${BPN}-${PV}.tar.gz
 file://zabbix-agent.service \
 "
 
-SRC_URI[md5sum] = "e90822716c5c241890f6fed1588b5451"
-SRC_URI[sha256sum] = 
"ce0d9745a8b9154e87d6906edd0fce7b7ec298acd34a0543ea53d1a5f2f14bc5"
+SRC_URI[md5sum] = "31dab3535a1fa212f5724902727f6d4d"
+SRC_URI[sha256sum] = 
"76cb704f2a04fbc87bb3eff44fa71339c355d467f7bbd8fb53f8927c760e1680"
 
 inherit autotools-brokensep linux-kernel-base pkgconfig systemd useradd
 
-- 
2.17.1


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



[oe] [hardknott 34/64] nodejs: ppc64le machine support

2021-04-08 Thread akuster
From: Andrew Geissler 

Commit 836912ab changed the logic in this recipe to stop looking for
"ppc64le". This caused the ppc64le systems used by me to stop working.
There wasn't much in the commit message on why this change occurred but
ppc64le is definitely still needed.

Signed-off-by: Andrew Geissler 
Signed-off-by: Khem Raj 
(cherry picked from commit 649fb54245a2cb330ee6f78ab28c917492760f76)
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-devtools/nodejs/nodejs_12.21.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_12.21.0.bb 
b/meta-oe/recipes-devtools/nodejs/nodejs_12.21.0.bb
index 3a2822c38d1..9b86bf3373b 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_12.21.0.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_12.21.0.bb
@@ -39,7 +39,7 @@ def map_nodejs_arch(a, d):
 if   re.match('i.86$', a): return 'ia32'
 elif re.match('x86_64$', a): return 'x64'
 elif re.match('aarch64$', a): return 'arm64'
-elif re.match('(powerpc64|powerpc64le)$', a): return 'ppc64'
+elif re.match('(powerpc64|powerpc64le|ppc64le)$', a): return 'ppc64'
 elif re.match('powerpc$', a): return 'ppc'
 return a
 
-- 
2.17.1


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



[oe] [hardknott 31/64] fbgrab: upgrade 1.4 -> 1.5

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit 1358f588e312a987b02b0673f799110ad518739f)
Signed-off-by: Armin Kuster 
---
 .../recipes-graphics/fbgrab/{fbgrab_1.4.bb => fbgrab_1.5.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/fbgrab/{fbgrab_1.4.bb => fbgrab_1.5.bb} (89%)

diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.4.bb 
b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb
similarity index 89%
rename from meta-oe/recipes-graphics/fbgrab/fbgrab_1.4.bb
rename to meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb
index a1294b98a8b..419881d5ca6 100644
--- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.4.bb
+++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb
@@ -6,7 +6,7 @@ SECTION = "console/utils"
 DEPENDS = "libpng zlib"
 SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https"
 
-SRCREV = "74373aafc0b496e67642562d86eac6b858a31f24"
+SRCREV = "f43ce6d5ce48fb01360eaa7c4a92c2573a1d02f8"
 S = "${WORKDIR}/git"
 
 inherit autotools-brokensep
-- 
2.17.1


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



[oe] [hardknott 30/64] emacs: upgrade 27.1 -> 27.2

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit aaef364ac87f6c4b8544cca78e7e530fa3a08750)
Signed-off-by: Armin Kuster 
---
 meta-oe/recipes-support/emacs/{emacs_27.1.bb => emacs_27.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/emacs/{emacs_27.1.bb => emacs_27.2.bb} (99%)

diff --git a/meta-oe/recipes-support/emacs/emacs_27.1.bb 
b/meta-oe/recipes-support/emacs/emacs_27.2.bb
similarity index 99%
rename from meta-oe/recipes-support/emacs/emacs_27.1.bb
rename to meta-oe/recipes-support/emacs/emacs_27.2.bb
index cfc089b3b6a..e3157ec4217 100644
--- a/meta-oe/recipes-support/emacs/emacs_27.1.bb
+++ b/meta-oe/recipes-support/emacs/emacs_27.2.bb
@@ -8,7 +8,7 @@ SRC_URI = "https://ftp.gnu.org/pub/gnu/emacs/emacs-${PV}.tar.xz;
 
 SRC_URI_append_class-target = " file://usemake-docfile-native.patch"
 
-SRC_URI[sha256sum] = 
"4a4c128f915fc937d61edfc273c98106711b540c9be3cd5d2e2b9b5b2f172e41"
+SRC_URI[sha256sum] = 
"b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9"
 
 PACKAGECONFIG[gnutls] = "--with-gnutls=yes,--with-gnutls=no,gnutls"
 PACKAGECONFIG[kerberos] = "--with-kerberos=yes,--with-kerberos=no,krb5"
-- 
2.17.1


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



[oe] [hardknott 29/64] snort: upgrade 2.9.17 -> 2.9.17.1

2021-04-08 Thread akuster
From: zhengruoqin 

Signed-off-by: Zheng Ruoqin 
Signed-off-by: Khem Raj 
(cherry picked from commit 66dcc24cd7bf9d0a9b0a7718d9db2a58a2f8545d)
Signed-off-by: Armin Kuster 
---
 .../snort/{snort_2.9.17.bb => snort_2.9.17.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/snort/{snort_2.9.17.bb => 
snort_2.9.17.1.bb} (97%)

diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.17.bb 
b/meta-networking/recipes-connectivity/snort/snort_2.9.17.1.bb
similarity index 97%
rename from meta-networking/recipes-connectivity/snort/snort_2.9.17.bb
rename to meta-networking/recipes-connectivity/snort/snort_2.9.17.1.bb
index 324114f63d8..9c20be537c8 100644
--- a/meta-networking/recipes-connectivity/snort/snort_2.9.17.bb
+++ b/meta-networking/recipes-connectivity/snort/snort_2.9.17.1.bb
@@ -14,7 +14,7 @@ SRC_URI = 
"https://www.snort.org/downloads/archive/snort/${BP}.tar.gz \
 file://disable-run-test-program-while-cross-compiling.patch \
 file://configure.in-disable-tirpc-checking-for-fedora.patch \
 "
-SRC_URI[sha256sum] = 
"c3b234c3922a09b0368b847ddb8d1fa371b741f032f42aa9ab53d67b428dc648"
+SRC_URI[sha256sum] = 
"303d3d5dc5affecfeaad3a331d3163f901d48d960fdd6598cb55c6d1591eed82"
 
 UPSTREAM_CHECK_URI = "https://www.snort.org/downloads;
 UPSTREAM_CHECK_REGEX = "snort-(?P\d+(\.\d+)+)\.tar"
-- 
2.17.1


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



[oe] [hardknott 28/64] networkmanager-openvpn: upgrade 1.8.12 -> 1.8.14

2021-04-08 Thread akuster
From: zhengruoqin 

Signed-off-by: Zheng Ruoqin 
Signed-off-by: Khem Raj 
(cherry picked from commit 30a80664e38912d3532cfab5291e468191507625)
Signed-off-by: Armin Kuster 
---
 ...ger-openvpn_1.8.12.bb => networkmanager-openvpn_1.8.14.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-networking/recipes-connectivity/networkmanager/{networkmanager-openvpn_1.8.12.bb
 => networkmanager-openvpn_1.8.14.bb} (91%)

diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb
similarity index 91%
rename from 
meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
rename to 
meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb
index d455a0f06b8..a1a61bed1e3 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.12.bb
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.14.bb
@@ -10,8 +10,8 @@ inherit gnomebase useradd gettext systemd
 
 SRC_URI = 
"${GNOME_MIRROR}/NetworkManager-openvpn/${@gnome_verdir("${PV}")}/NetworkManager-openvpn-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "e8b1210011ece18d0278310fbff45af5"
-SRC_URI[sha256sum] = 
"0efda8878aaf0e6eb5071a053aea5d7f9d42aac097b3ff89e7cbc9233f815318"
+SRC_URI[md5sum] = "bef67eca77bee68da703609b92f804a0"
+SRC_URI[sha256sum] = 
"e7419053fc3b5a7e25f1a7517c313ad4531b6ea280255524ebb85a70c76fdbeb"
 
 S = "${WORKDIR}/NetworkManager-openvpn-${PV}"
 
-- 
2.17.1


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



[oe] [hardknott 27/64] lldpd: upgrade 1.0.4 -> 1.0.8

2021-04-08 Thread akuster
From: zhengruoqin 

Signed-off-by: Zheng Ruoqin 
Signed-off-by: Khem Raj 
(cherry picked from commit 55669e9214f3213ade48896e7cfe72396cb1e795)
Signed-off-by: Armin Kuster 
---
 .../recipes-daemons/lldpd/{lldpd_1.0.4.bb => lldpd_1.0.8.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-daemons/lldpd/{lldpd_1.0.4.bb => 
lldpd_1.0.8.bb} (94%)

diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.4.bb 
b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb
similarity index 94%
rename from meta-networking/recipes-daemons/lldpd/lldpd_1.0.4.bb
rename to meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb
index 8fdaf848ff2..bd94c091989 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.4.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb
@@ -11,8 +11,8 @@ SRC_URI = "\
 file://lldpd.default \
 "
 
-SRC_URI[md5sum] = "33e8d58623f99184e4e709cbbfe45db3"
-SRC_URI[sha256sum] = 
"5319bc032fabf1008d5d91e280276aa7f1bbfbb70129d8526cd4526d7c22724f"
+SRC_URI[md5sum] = "42dbf5b445f750b5ba01ab25c8ba"
+SRC_URI[sha256sum] = 
"98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928ca3def"
 
 inherit autotools update-rc.d useradd systemd pkgconfig bash-completion
 
-- 
2.17.1


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



[oe] [hardknott 24/64] libnet-ssleay-perl: add rdep on perl-module-autoloader

2021-04-08 Thread akuster
From: Awais Belal 

Without the autoloader module, doing a Net::SSLeay fails.
The Net::SSLeay package also does an

use AutoLoader;
Ref: https://github.com/rurban/Net-SSLeay/blob/master/lib/Net/SSLeay.pm#L26

so this is evident.

Signed-off-by: Awais Belal 
Signed-off-by: Khem Raj 
(cherry picked from commit 56058fe5b9cb77033f095e8f78838eb466a506ad)
Signed-off-by: Armin Kuster 
---
 meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb 
b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
index 50ab5af3add..93a0687b2a3 100644
--- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
@@ -19,6 +19,7 @@ RDEPENDS_${PN} += "\
 perl-module-extutils-makemaker \
 perl-module-mime-base64 \
 perl-module-socket \
+perl-module-autoloader \
 zlib \
 "
 
-- 
2.17.1


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



[oe] [hardknott 23/64] rsyslog: fix some of the ptests

2021-04-08 Thread akuster
From: Yi Fan Yu 

Run test as non-root 'tester'.
Add more rdepends for ptest.

Introduce a patch to skip checking for a libc header:
sys/inotify

Python scripts no longer called with ./script.
Remove the need to add the correct shebang.
Ptest results:

8.2102.0
===
TOTAL: 424
PASS:  417
SKIP:  5
XFAIL: 0
FAIL:  2
XPASS: 0
ERROR: 0

Remaining failure related to relp:
* imrelp-tls-cfgcmd
* sndrcv_relp_tls-cfgcmd

the test expects an error "relp connect failed with return 10031",
but the connection seems to be established and working.

Signed-off-by: Yi Fan Yu 
Signed-off-by: Khem Raj 
(cherry picked from commit 9dda6b9608f3d8a06806b595a909d44bc00c377b)
Signed-off-by: Armin Kuster 
---
 ...-tests-disable-the-check-for-inotify.patch | 46 +++
 .../rsyslog/rsyslog/run-ptest |  6 ++-
 .../rsyslog/rsyslog_8.2102.0.bb   | 15 +++---
 3 files changed, 60 insertions(+), 7 deletions(-)
 create mode 100644 
meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch

diff --git 
a/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch
 
b/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch
new file mode 100644
index 000..552172d3974
--- /dev/null
+++ 
b/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch
@@ -0,0 +1,46 @@
+From 194e199ce08acc2192f6a63420ff24d9064666e5 Mon Sep 17 00:00:00 2001
+From: Yi Fan Yu 
+Date: Sat, 27 Mar 2021 19:18:25 -0400
+Subject: [PATCH] tests: disable the check for inotify
+
+We don't need to check inotify.h.
+Assume it is present since it is part of the linux kernel
+since 2.6.13 [1].
+
+[1](https://kernelnewbies.org/Linux_2_6_13)
+
+(it would require installing the libc headers otherwise,
+ for the test  to detect /usr/include/sys/inotify.h.)
+
+Upstream-Status: Inappropriate[OE-specific]
+
+Signed-off-by: Yi Fan Yu 
+---
+ tests/diag.sh | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/diag.sh b/tests/diag.sh
+index 6cd60ea88..7424f48c5 100755
+--- a/tests/diag.sh
 b/tests/diag.sh
+@@ -2672,7 +2672,7 @@ case $1 in
+   fi
+   ;;
+   'check-inotify') # Check for inotify/fen support 
+-  if [ -n "$(find /usr/include -name 'inotify.h' -print -quit)" 
]; then
++  if true; then
+   echo [inotify mode]
+   elif [ -n "$(find /usr/include/sys/ -name 'port.h' -print 
-quit)" ]; then
+   grep -qF "PORT_SOURCE_FILE" < /usr/include/sys/port.h
+@@ -2687,7 +2687,7 @@ case $1 in
+   fi
+   ;;
+   'check-inotify-only') # Check for ONLY inotify support 
+-  if [ -n "$(find /usr/include -name 'inotify.h' -print -quit)" 
]; then
++  if true; then
+   echo [inotify mode]
+   else
+   echo [inotify not supported, skipping...]
+-- 
+2.29.2
+
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog/run-ptest 
b/meta-oe/recipes-extended/rsyslog/rsyslog/run-ptest
index aa698d85ce1..efa9ba3ed01 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog/run-ptest
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog/run-ptest
@@ -5,4 +5,8 @@ set -o pipefail
 
 SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
 cd ${SCRIPTPATH}
-make -C tests -k check-TESTS
+useradd tester  || echo "user already exists"
+ln -sf /usr/sbin/logrotate /usr/bin/logrotate
+su tester -c "make -C tests -k check-TESTS"
+userdel tester
+rm -f /usr/bin/logrotate
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2102.0.bb 
b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2102.0.bb
index 22059d1407b..921124024cb 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2102.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2102.0.bb
@@ -24,6 +24,7 @@ SRC_URI = 
"http://www.rsyslog.com/download/files/download/rsyslog/${BPN}-${PV}.t
file://rsyslog.service \
file://use-pkgconfig-to-check-libgcrypt.patch \
file://run-ptest \
+   file://0001-tests-disable-the-check-for-inotify.patch \
 "
 
 SRC_URI_append_libc-musl = " \
@@ -80,11 +81,6 @@ PACKAGECONFIG[mail] = "--enable-mail,--disable-mail,,"
 PACKAGECONFIG[valgrind] = ",--without-valgrind-testbench,valgrind,"
 PACKAGECONFIG[imhttp] = "--enable-imhttp,--disable-imhttp,civetweb,"
 
-do_configure_prepend() {
-sed -i -e 's|python |python3 |g' ${S}/tests/*.sh
-sed -i -e 's|/usr/bin/env python|/usr/bin/env python3|g' ${S}/tests/*.py
-sed -i -e 's|/usr/bin/env python|/usr/bin/env python3|g' 
${S}/tests/testsuites/*.py
-}
 
 TESTDIR = "tests"
 do_compile_ptest() {
@@ -97,6 +93,10 @@ do_install_ptest() {
 cp -rf ${S}/${TESTDIR} ${D}${PTEST_PATH}
 cp -rf ${B}/${TESTDIR} ${D}${PTEST_PATH}
 
+# give permissions to all users
+# some tests need to write to this directory as user 'daemon'
+chmod 777 -R 

[oe] [hardknott 26/64] fetchmail: upgrade 6.4.17 -> 6.4.18

2021-04-08 Thread akuster
From: zhengruoqin 

Signed-off-by: Zheng Ruoqin 
Signed-off-by: Khem Raj 
(cherry picked from commit d399c6043c1e30d5d06e81fc2771ee7fa1143c2a)
Signed-off-by: Armin Kuster 
---
 .../fetchmail/{fetchmail_6.4.17.bb => fetchmail_6.4.18.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/fetchmail/{fetchmail_6.4.17.bb => 
fetchmail_6.4.18.bb} (91%)

diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.17.bb 
b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.18.bb
similarity index 91%
rename from meta-networking/recipes-support/fetchmail/fetchmail_6.4.17.bb
rename to meta-networking/recipes-support/fetchmail/fetchmail_6.4.18.bb
index 7c513f62b64..7254a4713a6 100644
--- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.17.bb
+++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.18.bb
@@ -12,7 +12,7 @@ DEPENDS = "openssl"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \
"
-SRC_URI[sha256sum] = 
"a41bcdf11b41aa0682b259aee4717c617c15dadd43fa008b2ed38b770f4d50c6"
+SRC_URI[sha256sum] = 
"302dc9bcdc6927dedf375d2baaead2347557faa70d98b1da83f2409fa6fb259f"
 
 inherit autotools gettext python3-dir python3native
 
-- 
2.17.1


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



[oe] [hardknott 25/64] gnome-autoar: upgrade 0.2.4 -> 0.3.1

2021-04-08 Thread akuster
From: zangrc 

Signed-off-by: Zang Ruochen 
Signed-off-by: Khem Raj 
(cherry picked from commit a281dd572c730a5f107b7cd524c8bfe66d366104)
Signed-off-by: Armin Kuster 
---
 .../{gnome-autoar_0.2.4.bb => gnome-autoar_0.3.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-autoar/{gnome-autoar_0.2.4.bb => 
gnome-autoar_0.3.1.bb} (66%)

diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.2.4.bb 
b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.1.bb
similarity index 66%
rename from meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.2.4.bb
rename to meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.1.bb
index afeda3e9319..5e833a91acf 100644
--- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.2.4.bb
+++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.1.bb
@@ -9,8 +9,8 @@ DEPENDS = " \
 
 inherit gnomebase gobject-introspection gtk-doc vala
 
-SRC_URI[archive.md5sum] = "36ab263f4773c95c9381766eb3c2"
-SRC_URI[archive.sha256sum] = 
"0a34c377f8841abbf4c29bc848b301fbd8e4e20c03d7318c777c58432033657a"
+SRC_URI[archive.md5sum] = "3149496d0189623a8e1289bbab4d8385"
+SRC_URI[archive.sha256sum] = 
"0e78713e6f0de339fdee16bab82753ae290fe80fa7b4ba6e3db8c1465b81d0f8"
 
 do_compile_prepend() {
 export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
-- 
2.17.1


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



[oe] [hardknott 22/64] gpsd: backport d-bus message time patch from upstream

2021-04-08 Thread akuster
From: Hermes Zhang 

This patch is backport from 821c149d486c0e67c1bd35d7c044ede9348aeb8d of
upstream to fix the broken d-bus message time

Signed-off-by: Khem Raj 
(cherry picked from commit 285e4c9bfb5bee87f33193c455ce4962a0b927c3)
Signed-off-by: Armin Kuster 
---
 ...port.c-Fix-broken-d-bus-message-time.patch | 36 +++
 meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb  |  1 +
 2 files changed, 37 insertions(+)
 create mode 100644 
meta-oe/recipes-navigation/gpsd/gpsd/0001-gpsd-dbusexport.c-Fix-broken-d-bus-message-time.patch

diff --git 
a/meta-oe/recipes-navigation/gpsd/gpsd/0001-gpsd-dbusexport.c-Fix-broken-d-bus-message-time.patch
 
b/meta-oe/recipes-navigation/gpsd/gpsd/0001-gpsd-dbusexport.c-Fix-broken-d-bus-message-time.patch
new file mode 100644
index 000..659865efe10
--- /dev/null
+++ 
b/meta-oe/recipes-navigation/gpsd/gpsd/0001-gpsd-dbusexport.c-Fix-broken-d-bus-message-time.patch
@@ -0,0 +1,36 @@
+From c9cec2a888d4fea8534be78a0f46d920155ceae6 Mon Sep 17 00:00:00 2001
+From: Paul Fertser 
+Date: Wed, 4 Nov 2020 12:40:50 -0800
+Subject: [PATCH] gpsd/dbusexport.c: Fix broken d-bus message time.
+
+Change-Id: I4b9990ce4517a8feb29fc9e090c62f5a0c56ddd5
+---
+ dbusexport.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/dbusexport.c b/dbusexport.c
+index 40b35739e..5d08a8702 100644
+--- a/dbusexport.c
 b/dbusexport.c
+@@ -38,6 +38,7 @@ void send_dbus_fix(struct gps_device_t *channel)
+ /*DBusMessageIter   iter; */
+ dbus_uint32_t serial; /* collected, but not used */
+ char *gpsd_devname;
++double dtime;   // time as a double, loss of precision!
+ 
+ /* if the connection is non existent, return without doing anything */
+ if (connection == NULL)
+@@ -51,8 +52,9 @@ void send_dbus_fix(struct gps_device_t *channel)
+ /* the dbus/locationd doc fails to specify altitude as WGS84 or MSL.
+  * assume altMSL */
+ message = dbus_message_new_signal("/org/gpsd", "org.gpsd", "fix");
++dtime = TSTONS(>time);
+ dbus_message_append_args(message,
+-   DBUS_TYPE_DOUBLE, &(gpsfix->time),
++   DBUS_TYPE_DOUBLE, ,
+DBUS_TYPE_INT32, &(gpsfix->mode),
+DBUS_TYPE_DOUBLE, &(gpsfix->ept),
+DBUS_TYPE_DOUBLE, &(gpsfix->latitude),
+-- 
+2.20.1
+
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb 
b/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb
index 3888ad8fa33..0989cc13987 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.20.bb
@@ -8,6 +8,7 @@ PROVIDES = "virtual/gpsd"
 SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \
 file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \
 file://0001-Revert-SConstruct-Add-test-for-sizeof-time_t-result-.patch \
+file://0001-gpsd-dbusexport.c-Fix-broken-d-bus-message-time.patch \
 file://gpsd.init \
 "
 SRC_URI[md5sum] = "cf7fdec7ce7221d20bee1a7246362b05"
-- 
2.17.1


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



[oe] [hardknott 21/64] python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 3.2.6.post1:

- Improvement and refactoring in CI and tests with ``tox``.

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 75ef564e5994ec212da7e9fe40ec7497dc7ccaa4)
Signed-off-by: Armin Kuster 
---
 ...{python3-cheetah_3.2.6.bb => python3-cheetah_3.2.6.post1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cheetah_3.2.6.bb => 
python3-cheetah_3.2.6.post1.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb 
b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb
rename to meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb
index a7e5443f25b..8149d6ccee4 100644
--- a/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb
+++ b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb
@@ -11,4 +11,4 @@ RDEPENDS_${PN}_class-native = ""
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[sha256sum] = 
"f1c2b693cdcac2ded2823d363f8459ae785261e61c128d68464c8781dba0466b"
+SRC_URI[sha256sum] = 
"58b5d84e5fbff6cf8e117414b3ea49ef51654c02ee887d155113c5b91d761967"
-- 
2.17.1


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



[oe] [hardknott 20/64] python3-h5py: Upgrade 3.1.0 -> 3.2.1

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 3.2.1:

- Added support to use the HDF5 ROS3 driver to access HDF5 files
  on S3
- Setting the config option default_file_mode to values other than
  'r' is deprecated. Pass the desired mode when opening a
  :class:`~.File` instead.
- :exc:`OSError` exceptions raised by h5py should now have a useful
  .errno attribute, where HDF5 provides this information.
  Subclasses such as :exc:`FileNotFoundError` should also be raised
  where appropriate.
- Fix reading data with a datatype of variable-length arrays of
  fixed length strings.
- Fix :meth:`.Dataset.read_direct` and :meth:`.Dataset.write_direct`
  when the source and destination have different shapes.
- Fix selecting data using integer indices in
  :meth:`.Dataset.read_direct` and :meth:`.Dataset.write_direct`.
- Fix exception handling in :meth:`.Group.visititems`.
- Issue a warning when File(..., swmr=True) is specified with any
  mode other than 'r', as the SWMR option is ignored in these cases.
- Fix NumPy 1.20 deprecation warnings concerning the use of None as
  shape, and the deprecated aliases np.float, np.int and np.bool.
- Fix :attr:`.File.driver` when the read-only S3 driver is
  available.

Add hdf5-native as a dependency to avoid:

error: libhdf5.so: cannot open shared object file: No such file or directory

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit f95812d0bc1bf25778566a44791257e5a113ab63)
Signed-off-by: Armin Kuster 
---
 .../python3-h5py/0001-setup.py-Fix-numpy-version.patch| 8 
 .../0001-setup_build.py-avoid-absolute-path.patch | 4 ++--
 .../{python3-h5py_3.1.0.bb => python3-h5py_3.2.1.bb}  | 3 ++-
 3 files changed, 8 insertions(+), 7 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-h5py_3.1.0.bb => 
python3-h5py_3.2.1.bb} (87%)

diff --git 
a/meta-python/recipes-devtools/python/python3-h5py/0001-setup.py-Fix-numpy-version.patch
 
b/meta-python/recipes-devtools/python/python3-h5py/0001-setup.py-Fix-numpy-version.patch
index 4881b023c80..9b79cc5395b 100644
--- 
a/meta-python/recipes-devtools/python/python3-h5py/0001-setup.py-Fix-numpy-version.patch
+++ 
b/meta-python/recipes-devtools/python/python3-h5py/0001-setup.py-Fix-numpy-version.patch
@@ -1,4 +1,4 @@
-From e6c0d487fb5e6063305b8b3187896fbfe5720ed2 Mon Sep 17 00:00:00 2001
+From b1d4d171fd13624f3d8bb917f716b62494066501 Mon Sep 17 00:00:00 2001
 From: Leon Anavi 
 Date: Mon, 22 Feb 2021 18:42:43 +0200
 Subject: [PATCH] setup.py: Fix numpy version
@@ -14,12 +14,12 @@ Signed-off-by: Leon Anavi 
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/setup.py b/setup.py
-index 7dbe583..6602c97 100755
+index 4b2890c..42ba21b 100755
 --- a/setup.py
 +++ b/setup.py
 @@ -49,7 +49,7 @@ SETUP_REQUIRES = [
- f"Cython >=0.29; python_version<'3.8'",
- f"Cython >=0.29.14; python_version>='3.8'",
+ "Cython >=0.29.14; python_version=='3.8'",
+ "Cython >=0.29.15; python_version>='3.9'",
  ] + [
 -f"numpy =={np_min}; python_version{py_condition}"
 +f"numpy >={np_min}; python_version{py_condition}"
diff --git 
a/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch
 
b/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch
index d0c2ece19bb..0b8555734a6 100644
--- 
a/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch
+++ 
b/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch
@@ -1,4 +1,4 @@
-From 1a46082d0889a784037952c4da0cde3822849032 Mon Sep 17 00:00:00 2001
+From 6f8cee826ef9309c174aa97cb6af2ba532ed9dba Mon Sep 17 00:00:00 2001
 From: Mingli Yu 
 Date: Thu, 28 Jan 2021 18:44:10 -0800
 Subject: [PATCH] setup_build.py: avoid absolute path
@@ -15,7 +15,7 @@ Signed-off-by: Leon Anavi 
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/setup_build.py b/setup_build.py
-index 3c7c7ad..d824bdd 100644
+index 78c6677..64db7f7 100644
 --- a/setup_build.py
 +++ b/setup_build.py
 @@ -21,7 +21,7 @@ from setup_configure import BuildConfig
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.1.0.bb 
b/meta-python/recipes-devtools/python/python3-h5py_3.2.1.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-h5py_3.1.0.bb
rename to meta-python/recipes-devtools/python/python3-h5py_3.2.1.bb
index 03ae4c9db40..5faa0b8080f 100644
--- a/meta-python/recipes-devtools/python/python3-h5py_3.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-h5py_3.2.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=113251d71fb0384712c719b567261c5c"
 
-SRC_URI[sha256sum] = 
"1e2516f190652beedcb8c7acfa1c6fa92d99b42331cbef5e5c7ec2d65b0fc3c2"
+SRC_URI[sha256sum] = 
"89474be911bfcdb34cbf0d98b8ec48b578c27a89fdb1ae4ee7513f1ef8d9249e"
 
 SRC_URI_append = " \

[oe] [hardknott 18/64] python3-matplotlib: Upgrade 3.3.4 -> 3.4.1

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to relase 3.4.1:

- fix errorbar when specifying fillstyle
- fix Inkscape cleanup at exit on Windows for tests
- fix legends of colour-mapped scatter plots
- fix positioning of annotation fancy arrows
- fix size and color rendering for 3D scatter plots
- fix suptitle manual positioning when using constrained layout
- respect antialiasing settings in cairo backends as well

License-Update: Adjust setup.py line for to check the license.

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit ba370b99afeac30ad1e8e02cde73b91a4b6cc525)
Signed-off-by: Armin Kuster 
---
 ...thon3-matplotlib_3.3.4.bb => python3-matplotlib_3.4.1.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-matplotlib_3.3.4.bb => 
python3-matplotlib_3.4.1.bb} (85%)

diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.3.4.bb 
b/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-matplotlib_3.3.4.bb
rename to meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb
index a4df9a6fe60..21c29aa2ce3 100644
--- a/meta-python/recipes-devtools/python/python3-matplotlib_3.3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/matplotlib/matplotlib;
 SECTION = "devel/python"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "\
-
file://setup.py;beginline=273;endline=273;md5=e0ef37de7122ce842bcd1fb54482b353 \
+
file://setup.py;beginline=282;endline=282;md5=20e7ab4d2b2b1395a0e4ab800181eb96 \
 file://LICENSE/LICENSE;md5=afec61498aa5f0c45936687da9a53d74 \
 "
 DEPENDS = "\
@@ -19,8 +19,7 @@ DEPENDS = "\
 python3-certifi-native \
 "
 
-SRC_URI[md5sum] = "0b48f34ec623e765a1bda15924ce0b56"
-SRC_URI[sha256sum] = 
"3e477db76c22929e4c6876c44f88d790aacdf3c3f8f3a90cb1975c0bf37825b0"
+SRC_URI[sha256sum] = 
"84d4c4f650f356678a5d658a43ca21a41fca13f9b8b00169c0b76e6a6a948908"
 
 inherit pypi setuptools3 pkgconfig
 
-- 
2.17.1


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



[oe] [hardknott 19/64] python3-pyroute2: Upgrade 0.5.15 -> 0.5.16

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 0.5.16:

- ndb: fix syntax for Python < 3.6

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 8f3ee91cfc0d6478ce9764d3415111a08b5c522f)
Signed-off-by: Armin Kuster 
---
 .../{python3-pyroute2_0.5.15.bb => python3-pyroute2_0.5.16.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.15.bb => 
python3-pyroute2_0.5.16.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.15.bb 
b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.16.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-pyroute2_0.5.15.bb
rename to meta-python/recipes-devtools/python/python3-pyroute2_0.5.16.bb
index ca168b13758..fed0fc38fe7 100644
--- a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.15.bb
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.16.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 
\
 
file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
 
-SRC_URI[sha256sum] = 
"d730eff091dd5b2b78282bc82ebe6888e7ee4d70b79468b1da58d99fc1a2a2fc"
+SRC_URI[sha256sum] = 
"fe681a2d008cac815b9f287250d69a333fbfc2b2d89c37d58798104057149989"
 
 inherit setuptools3 pypi ptest
 
-- 
2.17.1


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



[oe] [hardknott 15/64] python3-bitarray: Upgrade 1.8.1 -> 1.8.2

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 1.8.2:

- fix crash caused by unsupported types in binary operations
- speedup initializing or extending a bitarray from another with
  different bit endianness
- add formatting options to `bitarray.util.pprint()`
- add documentation on bitarray representations
- add and improve tests (all 291 tests run in less than half a
  second on a modern machine)

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit db7fca08f36c1ac452acdfc05458cbb294503382)
Signed-off-by: Armin Kuster 
---
 .../{python3-bitarray_1.8.1.bb => python3-bitarray_1.8.2.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bitarray_1.8.1.bb => 
python3-bitarray_1.8.2.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.8.1.bb 
b/meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-bitarray_1.8.1.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb
index 9bb5f280d9d..8fd4b6c31f4 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_1.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray;
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = 
"file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
 
-SRC_URI[sha256sum] = 
"e02f79fba7a470d438eb39017d503498faaf760b17b6b46af1a9de12fd58d311"
+SRC_URI[sha256sum] = 
"96136d9add2b9b3b73e1eb7538b8d12547ee82dc3fbd31addef829371ce2a1bd"
 
 inherit setuptools3 pypi
 
-- 
2.17.1


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



[oe] [hardknott 17/64] python3-parso: Upgrade 0.8.1 -> 0.8.2

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 0.8.2:

- Various small bugfixes

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit 3e1cedb62a16498fec02afdd917b380adf0339f6)
Signed-off-by: Armin Kuster 
---
 .../python/{python3-parso_0.8.1.bb => python3-parso_0.8.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-parso_0.8.1.bb => 
python3-parso_0.8.2.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.1.bb 
b/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-parso_0.8.1.bb
rename to meta-python/recipes-devtools/python/python3-parso_0.8.2.bb
index 9e4ede52905..afcfabb95a8 100644
--- a/meta-python/recipes-devtools/python/python3-parso_0.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-parso_0.8.2.bb
@@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f"
 
 PYPI_PACKAGE = "parso"
 
-SRC_URI[sha256sum] = 
"8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e"
+SRC_URI[sha256sum] = 
"12b83492c6239ce32ff5eed6d3639d6a536170723c6f3f1506869f1ace413398"
 
 inherit setuptools3 pypi
-- 
2.17.1


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



[oe] [hardknott 16/64] python3-httplib2: Upgrade 0.19.0 -> 0.19.1

2021-04-08 Thread akuster
From: Leon Anavi 

Upgrade to release 0.19.1:

- auth header parsing performance optimizations
- Use mock from the standard library on Python>=3.3

Signed-off-by: Leon Anavi 
Signed-off-by: Khem Raj 
Signed-off-by: Trevor Gamblin 
(cherry picked from commit ce5a70222c3951a1ca54d767f7badf363e65a8f8)
Signed-off-by: Armin Kuster 
---
 .../{python3-httplib2_0.19.0.bb => python3-httplib2_0.19.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-httplib2_0.19.0.bb => 
python3-httplib2_0.19.1.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb 
b/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb
rename to meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb
index f720723a65a..a16f8d9d202 100644
--- a/meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb
+++ b/meta-python/recipes-devtools/python/python3-httplib2_0.19.1.bb
@@ -4,6 +4,6 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf"
 
-SRC_URI[sha256sum] = 
"e0d428dad43c72dbce7d163b7753ffc7a39c097e6788ef10f4198db69b92f08e"
+SRC_URI[sha256sum] = 
"0b12617eeca7433d4c396a100eaecfa4b08ee99aa881e6df6e257a7aad5d533d"
 
 inherit pypi setuptools3
-- 
2.17.1


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



[oe] [hardknott 09/64] mpd: Check for commercial in LICENSE_FLAGS_WHITELIST

2021-04-08 Thread akuster
From: Khem Raj 

aac and ffmpeg could be enabled only if they have been whitelisted by
user

Signed-off-by: Khem Raj 
(cherry picked from commit 20ac7000cca4b1af84782e9e79dcc5207fdcf71a)
Signed-off-by: Armin Kuster 
---
 .../recipes-multimedia/musicpd/mpd_0.22.6.bb  | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.6.bb 
b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.6.bb
index e91bb5d9789..b1fa96e1bee 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.6.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.22.6.bb
@@ -2,8 +2,6 @@ SUMMARY = "Music Player Daemon"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-LICENSE_FLAGS = "${@bb.utils.contains_any('PACKAGECONFIG', ['ffmpeg', 'aac'], 
'commercial', '', d)}"
-
 HOMEPAGE ="http://www.musicpd.org;
 
 inherit meson useradd systemd pkgconfig
@@ -28,7 +26,14 @@ S = "${WORKDIR}/git"
 
 EXTRA_OEMESON += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 
'-Dsystemd=enabled -Dsystemd_system_unit_dir=${systemd_system_unitdir} 
-Dsystemd_user_unit_dir=${systemd_system_unitdir}', '-Dsystemd=disabled', d)}"
 
-PACKAGECONFIG ??= "aac alsa ao bzip2 daemon ffmpeg fifo flac fluidsynth 
iso9660 jack libsamplerate httpd mms mpg123 modplug sndfile upnp openal opus 
oss recorder vorbis wavpack zlib"
+PACKAGECONFIG ??= "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", 
"commercial", "aac", "", d)} \
+   alsa ao bzip2 daemon \
+   ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", 
"commercial", "ffmpeg aac", "", d)} \
+   fifo flac fluidsynth iso9660 \
+   jack libsamplerate httpd \
+   mms mpg123 modplug sndfile \
+   upnp openal opus oss recorder \
+   vorbis wavpack zlib"
 
 PACKAGECONFIG[aac] = "-Dfaad=enabled,-Dfaad=disabled,faad2"
 PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
-- 
2.17.1


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



[oe] [hardknott 13/64] sox: Remove LICENSE_FLAGS = "commercial"

2021-04-08 Thread akuster
From: Khem Raj 

Its not needed bitbake gives a better diagnostics when included
in image deps without accepting commercial license

Signed-off-by: Khem Raj 
Cc: Andreas Müller 
(cherry picked from commit da393545a2721af13ff42426b7effdd7adc4d927)
Signed-off-by: Armin Kuster 
---
 meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb | 4 
 1 file changed, 4 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb 
b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
index 4c3f37913ad..2d6e913d871 100644
--- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
+++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb
@@ -6,9 +6,6 @@ SECTION = "audio"
 
 DEPENDS = "libpng ffmpeg libsndfile1"
 
-# While this item does not require it, it depends on ffmpeg which does
-LICENSE_FLAGS = "commercial"
-
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', 
d)} \
magic \
 "
@@ -40,4 +37,3 @@ SRC_URI[sha256sum] = 
"b45f598643ffbd8e363ff24d61166ccec4836fea6d381b8df53e3b
 inherit autotools pkgconfig
 
 EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", 
"commercial", "0", "1", d)}"
-
-- 
2.17.1


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



  1   2   3   4   5   6   7   8   >