[oe] [meta-oe][PATCH] linuxconsole: Fix makefile issue found with clang

2022-04-13 Thread Khem Raj
Signed-off-by: Khem Raj 
Cc: Wang Mingyu 
---
 ...me-of-the-first-prerequisite-in-rule.patch | 37 +++
 .../linuxconsole/linuxconsole_1.7.1.bb|  1 +
 2 files changed, 38 insertions(+)
 create mode 100644 
meta-oe/recipes-extended/linuxconsole/linuxconsole/0001-utils-Use-name-of-the-first-prerequisite-in-rule.patch

diff --git 
a/meta-oe/recipes-extended/linuxconsole/linuxconsole/0001-utils-Use-name-of-the-first-prerequisite-in-rule.patch
 
b/meta-oe/recipes-extended/linuxconsole/linuxconsole/0001-utils-Use-name-of-the-first-prerequisite-in-rule.patch
new file mode 100644
index 00..bbfed0fd82
--- /dev/null
+++ 
b/meta-oe/recipes-extended/linuxconsole/linuxconsole/0001-utils-Use-name-of-the-first-prerequisite-in-rule.patch
@@ -0,0 +1,37 @@
+From 25f54c3359a0fa34890030662e9b02e0a9745f4f Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Wed, 13 Apr 2022 20:57:38 -0700
+Subject: [PATCH] utils: Use name of the first prerequisite in rule
+
+Use $< instead of $^ because the latter will specify both pre-requisite
+inputattach.c serio-ids.h files on same compiler cmdline and clang does
+not like that and errors out like below
+
+clang-14: error: cannot specify -o when generating multiple output files
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj 
+---
+ utils/Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/utils/Makefile b/utils/Makefile
+index 1fc51ab..a7434a9 100644
+--- a/utils/Makefile
 b/utils/Makefile
+@@ -46,10 +46,10 @@ endif
+ evdev-joystick: evdev-joystick.c
+ 
+ inputattach: inputattach.c serio-ids.h
+-  $(CC) $(CFLAGS) $(CPPFLAGS) -funsigned-char $^ $(LDFLAGS) 
$(SYSTEMDFLAGS) -lm -o $@
++  $(CC) $(CFLAGS) $(CPPFLAGS) -funsigned-char $< $(LDFLAGS) 
$(SYSTEMDFLAGS) -lm -o $@
+ 
+ ffcfstress: ffcfstress.c bitmaskros.h
+-  $(CC) $(CFLAGS) $(CPPFLAGS) -funsigned-char $^ $(LDFLAGS) -lm -o $@
++  $(CC) $(CFLAGS) $(CPPFLAGS) -funsigned-char $< $(LDFLAGS) -lm -o $@
+ 
+ ffmvforce.o: ffmvforce.c
+   $(CC) $(CFLAGS) $(CPPFLAGS) -c $^ -o $@ `$(PKG_CONFIG) --cflags sdl2`
+-- 
+2.35.2
+
diff --git a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb 
b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb
index f213b7859e..5716817e95 100644
--- a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb
+++ b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb
@@ -12,6 +12,7 @@ DEPENDS = "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', 
d)}"
 
 SRC_URI = "\
 ${SOURCEFORGE_MIRROR}/linuxconsole/linuxconsoletools-${PV}.tar.bz2 \
+file://0001-utils-Use-name-of-the-first-prerequisite-in-rule.patch \
 file://51-these-are-not-joysticks-rm.rules \
 file://60-joystick.rules \
 file://inputattachctl \
-- 
2.35.2


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



[oe] [meta-networking] [PATCH] smcroute: upgrade 2.5.4 -> 2.5.5

2022-04-13 Thread wangmy
Changelog:
=
### Changes
- Revert extraction of version from GIT tag.  Incompatible with systems
  that do 'autoreconf' on a dist. tarball

### Fixes
- Fix #175: Parse error in '/etc/smcroute.conf'.  SMCRoute fails to
  start on interfaces with 'mrdisc' disabled, when built with mrdisc
  support and '-N' passed on command line

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

diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb 
b/meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb
similarity index 90%
rename from meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb
rename to meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb
index 649e6d4e8e..b0b96bed8f 100644
--- a/meta-networking/recipes-support/smcroute/smcroute_2.5.4.bb
+++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.5.bb
@@ -5,7 +5,7 @@ SECTION = "net"
 LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-SRCREV = "9b6e397595a154c84a329c55bed21e0c43e89ee6"
+SRCREV = "9ca7441add4427a91fe90c34ae4a178ed9a50553"
 SRC_URI = 
"git://github.com/troglobit/smcroute.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] squashfs-tools-ng: upgrade 1.0.2 -> 1.1.4

2022-04-13 Thread wangmy
Changelog from 1.0.2 to 1.1.4:
https://github.com/AgentD/squashfs-tools-ng/blob/master/CHANGELOG.md

License-Update:
- COPYING.md
  Add exceptions to files under **GNU Lesser General Public License version 3 
or later**
  Add description to examples
- zstd.txt
  Delete blank lines at the end of the text

Signed-off-by: Wang Mingyu 
---
 ...uashfs-tools-ng_1.0.2.bb => squashfs-tools-ng_1.1.4.bb} | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/squashfs-tools-ng/{squashfs-tools-ng_1.0.2.bb 
=> squashfs-tools-ng_1.1.4.bb} (89%)

diff --git 
a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb 
b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.1.4.bb
similarity index 89%
rename from 
meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb
rename to meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.1.4.bb
index 580c53a323..c57324d89c 100644
--- a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb
+++ b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.1.4.bb
@@ -1,7 +1,7 @@
 SUMMARY = "New set of tools for working with SquashFS images"
 SECTION = "base"
 LICENSE = "GPL-3.0-or-later & LGPL-3.0-or-later & MIT & BSD-2-Clause & Zlib"
-LIC_FILES_CHKSUM = "file://COPYING.md;md5=c0de2c0aca56349dab98e97992316f7e \
+LIC_FILES_CHKSUM = "file://COPYING.md;md5=5789fb0572753ed69014cd90a445cd74 \
 
file://licenses/GPLv3.txt;md5=1ebbd3e34237af26da5dc08a4e440464 \
 
file://licenses/hash_table.txt;md5=874823605326caeaabaa95bfbd0f9fb0 \
 
file://licenses/LGPLv3.txt;md5=3000208d539ec061b899bce1d9ce9404 \
@@ -9,9 +9,10 @@ LIC_FILES_CHKSUM = 
"file://COPYING.md;md5=c0de2c0aca56349dab98e97992316f7e \
 
file://licenses/xxhash.txt;md5=f042a9be092bd6d7fe6f217d8d00f4ca \
 
file://licenses/xz.txt;md5=1c389b9610ccfdb25f7abaea6a0bb5a4 \
 
file://licenses/zlib.txt;md5=ae27c72096606131f760e5f59cf98b06 \
-
file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8"
+
file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8 \
+"
 
-SRCREV = "b96f0fc154feef531be76034bf6e38925636146f"
+SRCREV = "7667b84cc34707c28ca0db8d24f046ec34e8c25d"
 SRC_URI = 
"git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] st: upgrade 0.8.4 -> 0.8.5

2022-04-13 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 meta-oe/recipes-graphics/suckless/{st_0.8.4.bb => st_0.8.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/suckless/{st_0.8.4.bb => st_0.8.5.bb} (90%)

diff --git a/meta-oe/recipes-graphics/suckless/st_0.8.4.bb 
b/meta-oe/recipes-graphics/suckless/st_0.8.5.bb
similarity index 90%
rename from meta-oe/recipes-graphics/suckless/st_0.8.4.bb
rename to meta-oe/recipes-graphics/suckless/st_0.8.5.bb
index acd4cab965..e88c2c0f09 100644
--- a/meta-oe/recipes-graphics/suckless/st_0.8.4.bb
+++ b/meta-oe/recipes-graphics/suckless/st_0.8.5.bb
@@ -7,7 +7,7 @@ inherit pkgconfig features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[sha256sum] = 
"d42d3ceceb4d6a65e32e90a5336e3d446db612c3fbd9ebc1780bc6c9a03346a6"
+SRC_URI[sha256sum] = 
"ea6832203ed02ff74182bcb8adaa9ec454c8f989e79232cb859665e2f544ab37"
 
 DEPENDS += "libx11 libxft fontconfig ncurses-native"
 
-- 
2.25.1


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



[oe] [PATCH] openjpeg: fix CVE-2022-1122

2022-04-13 Thread Marguet, Nicolas
CVE: CVE-2022-1122

The defect is undergoing reanalysis and there may be follow-up commits.

Ref:
* https://github.com/uclouvain/openjpeg/issues/1368

Signed-off-by: Nicolas Marguet 
---
 .../openjpeg/openjpeg/CVE-2022-1122.patch | 31 +++
 .../openjpeg/openjpeg_2.4.0.bb|  1 +
 2 files changed, 32 insertions(+)
 create mode 100644 
meta-oe/recipes-graphics/openjpeg/openjpeg/CVE-2022-1122.patch

diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg/CVE-2022-1122.patch 
b/meta-oe/recipes-graphics/openjpeg/openjpeg/CVE-2022-1122.patch
new file mode 100644
index 0..8aa9c15e3
--- /dev/null
+++ b/meta-oe/recipes-graphics/openjpeg/openjpeg/CVE-2022-1122.patch
@@ -0,0 +1,31 @@
+Upstream-Status: Backport 
[https://github.com/uclouvain/openjpeg/commit/0afbdcf3e6d0d2bd2e16a0c4d513ee3cf86e460d]
+CVE: CVE-2022-1122
+
+While this patch improves things re-CVE-2022-1122, the defect is undergoing 
re-analysis and there may be follow-up commits.
+
+From 0afbdcf3e6d0d2bd2e16a0c4d513ee3cf86e460d Mon Sep 17 00:00:00 2001
+From: xiaoxiaoafeifei 
+Date: Wed, 14 Jul 2021 09:35:13 +0800
+Subject: [PATCH] Fix segfault in src/bin/jp2/opj_decompress.c due to
+ uninitialized pointer (fixes #1368) (#1369)
+
+---
+ src/bin/jp2/opj_decompress.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/bin/jp2/opj_decompress.c b/src/bin/jp2/opj_decompress.c
+index 0e028735..18ead672 100644
+--- a/src/bin/jp2/opj_decompress.c
 b/src/bin/jp2/opj_decompress.c
+@@ -1356,7 +1356,7 @@ int main(int argc, char **argv)
+ int it_image;
+ num_images = get_num_images(img_fol.imgdirpath);
+ 
+-dirptr = (dircnt_t*)malloc(sizeof(dircnt_t));
++dirptr = (dircnt_t*)calloc(1, sizeof(dircnt_t));
+ if (!dirptr) {
+ destroy_parameters();
+ return EXIT_FAILURE;
+-- 
+2.25.1
+
diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb 
b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb
index b41bb9eb8..f248619ec 100644
--- a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb
+++ b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb
@@ -10,6 +10,7 @@ SRC_URI = " \
 file://0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch \
 file://0001-This-patch-fixed-include-dir-to-usr-include-.-Obviou.patch \
 file://CVE-2021-29338.patch \
+file://CVE-2022-1122.patch \
 "
 SRCREV = "37ac30ceff6640bbab502388c5e0fa0bff23f505"
 S = "${WORKDIR}/git"
-- 
2.34.0


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



[oe] [meta-oe] [PATCH] s-nail: upgrade 14.9.23 -> 14.9.24

2022-04-13 Thread wangmy
Changelog:
=
- Release tarball might be in --format=pax.
- Again honour MTA arguments passed after the "--" command line
  "option" in non-send-only mode (broken since at least v14.9.12).
- support Microsoft IMAP servers.
- Fix crash due to crafted emails.
- Fix *expandargv*#419=restrict (broken since v14.9.0).
- Fix a bug from nail 10.08 as of 2004-06-28 that leads to
  crashes when some file cannot be loaded.
  And while here fix one file-close overshoot of mine in since
  v14.9.16, that would cause panics in debug-enabled code.
- deal with argc==0 aka CVE-2021-4034.

Signed-off-by: Wang Mingyu 
---
 .../s-nail/{s-nail_14.9.23.bb => s-nail_14.9.24.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/s-nail/{s-nail_14.9.23.bb => 
s-nail_14.9.24.bb} (92%)

diff --git a/meta-oe/recipes-extended/s-nail/s-nail_14.9.23.bb 
b/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
similarity index 92%
rename from meta-oe/recipes-extended/s-nail/s-nail_14.9.23.bb
rename to meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
index 4dbb99b3d5..bc514b577a 100644
--- a/meta-oe/recipes-extended/s-nail/s-nail_14.9.23.bb
+++ b/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=87266591c81260f10221f1f38872d023"
 
 SRC_URI = "https://ftp.sdaoden.eu/${BP}.tar.xz \
file://make-errors.patch"
-SRC_URI[sha256sum] = 
"2c717b22f4cd8719b82b6618640da6031382d2bf8eb51283bca2c6266957bca8"
+SRC_URI[sha256sum] = 
"2714d6b8fb2af3b363fc7c79b76d058753716345d1b6ebcd8870ecd0e4f7ef8c"
 
 DEPENDS = "coreutils-native"
 
-- 
2.25.1


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



[oe] [meta-networking] [PATCH] rdma-core: upgrade 39.0 -> 40.0

2022-04-13 Thread wangmy
Changelog:
https://github.com/linux-rdma/rdma-core/releases/tag/v40.0

Signed-off-by: Wang Mingyu 
---
 .../rdma-core/{rdma-core_39.0.bb => rdma-core_40.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/rdma-core/{rdma-core_39.0.bb => 
rdma-core_40.0.bb} (95%)

diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_39.0.bb 
b/meta-networking/recipes-support/rdma-core/rdma-core_40.0.bb
similarity index 95%
rename from meta-networking/recipes-support/rdma-core/rdma-core_39.0.bb
rename to meta-networking/recipes-support/rdma-core/rdma-core_40.0.bb
index 5fb72c7acb..c567e3314b 100644
--- a/meta-networking/recipes-support/rdma-core/rdma-core_39.0.bb
+++ b/meta-networking/recipes-support/rdma-core/rdma-core_40.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libnl"
 RDEPENDS:${PN} = "bash perl"
 
 SRC_URI = 
"git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https"
-SRCREV = "b2fedc4b1b891afd2c26ebfd21f9e440e83c28ff"
+SRCREV = "a3e69268892bbd5ab30123748e89a26509a25ac5"
 S = "${WORKDIR}/git"
 
 #Default Dual License 
https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] qpdf: upgrade 10.5.0 -> 10.6.3

2022-04-13 Thread wangmy
Changelog from 10.5.0 to 10.6.3:
https://qpdf.readthedocs.io/en/stable/release-notes.html


Signed-off-by: Wang Mingyu 
---
 .../recipes-printing/qpdf/{qpdf_10.5.0.bb => qpdf_10.6.3.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-printing/qpdf/{qpdf_10.5.0.bb => qpdf_10.6.3.bb} (90%)

diff --git a/meta-oe/recipes-printing/qpdf/qpdf_10.5.0.bb 
b/meta-oe/recipes-printing/qpdf/qpdf_10.6.3.bb
similarity index 90%
rename from meta-oe/recipes-printing/qpdf/qpdf_10.5.0.bb
rename to meta-oe/recipes-printing/qpdf/qpdf_10.6.3.bb
index 9644c653ee..fa33daf52d 100644
--- a/meta-oe/recipes-printing/qpdf/qpdf_10.5.0.bb
+++ b/meta-oe/recipes-printing/qpdf/qpdf_10.6.3.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
 DEPENDS = "libpcre zlib libjpeg-turbo"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/qpdf/qpdf-${PV}.tar.gz"
-SRC_URI[sha256sum] = 
"88257d36a44fd5c50b2879488324dd9cafc11686ae49d8c4922a4872203ce006"
+SRC_URI[sha256sum] = 
"e8fc23b2a584ea68c963a897515d3eb3129186741dd19d13c86d31fa33493811"
 
 LIC_FILES_CHKSUM = "file://Artistic-2.0;md5=7806296b9fae874361e6fb10072b7ee3"
 
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] pegtl: upgrade 3.2.1 -> 3.2.5

2022-04-13 Thread wangmy
Changelog:
==
Added missing include for fallback demangle() implementations.

Signed-off-by: Wang Mingyu 
---
 .../recipes-extended/pegtl/{pegtl_3.2.1.bb => pegtl_3.2.5.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/pegtl/{pegtl_3.2.1.bb => pegtl_3.2.5.bb} (85%)

diff --git a/meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb 
b/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb
similarity index 85%
rename from meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb
rename to meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb
index f0ae229414..b4e0d17b37 100644
--- a/meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb
+++ b/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb
@@ -3,8 +3,8 @@ HOMEPAGE="https://github.com/taocpp/PEGTL;
 LICENSE="MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5b6701671289d12b7ffa69138832c006"
 
-SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=main"
-SRCREV = "6d03c8decc22b4ddd51115e2170e0e82413c7104"
+SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x"
+SRCREV = "eeba7fa1180655bd683be620cc31be35607442ca"
 
 inherit cmake
 
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] pax-utils: upgrade 1.2.2 -> 1.3.3

2022-04-13 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../pax-utils/{pax-utils_1.2.2.bb => pax-utils_1.3.3.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/pax-utils/{pax-utils_1.2.2.bb => 
pax-utils_1.3.3.bb} (88%)

diff --git a/meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb 
b/meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb
similarity index 88%
rename from meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb
rename to meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb
index 0eb2146265..d512c85704 100644
--- a/meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb
+++ b/meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb
@@ -8,8 +8,7 @@ LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
 
 SRC_URI = "https://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.xz;
-SRC_URI[md5sum] = "a580468318f0ff42edf4a8cd314cc942"
-SRC_URI[sha256sum] = 
"7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9"
+SRC_URI[sha256sum] = 
"eeca7fbd98bc66bead4a77000c2025d9f17ea8201b84245882406ce00b9b6b14"
 
 RDEPENDS:${PN} += "bash"
 
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] pcsc-tools: upgrade 1.5.8 -> 1.6.0

2022-04-13 Thread wangmy
Changelog:
=
- 48 new ATRs
- pcsc_scan:
   drastically reduce the number of SCardGetStatusChange() calls
   faster spinning animation
   handle Ctrl-C on macOS

Signed-off-by: Wang Mingyu 
---
 .../pcsc-tools/{pcsc-tools_1.5.8.bb => pcsc-tools_1.6.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/pcsc-tools/{pcsc-tools_1.5.8.bb => 
pcsc-tools_1.6.0.bb} (89%)

diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.8.bb 
b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.0.bb
similarity index 89%
rename from meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.8.bb
rename to meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.0.bb
index 1600bbf94a..c9e7eae279 100644
--- a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.5.8.bb
+++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 SRC_URI = 
"git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
 
-SRCREV = "53923ef8e98062c478f99e3bfcc8eb4654996c27"
+SRCREV = "c6e9fa746d00e08fc71c57c79e305669ff2e3106"
 
 inherit autotools pkgconfig
 
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] pam-plugin-ldapdb: upgrade 1.3 -> 1.3.1

2022-04-13 Thread wangmy
0001-include-stdexcept-for-std-invalid_argument.patch
removed since it's included in 1.3.1

Signed-off-by: Wang Mingyu 
---
 ...e-stdexcept-for-std-invalid_argument.patch | 25 ---
 ...apdb_1.3.bb => pam-plugin-ldapdb_1.3.1.bb} |  6 ++---
 2 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 100644 
meta-oe/recipes-extended/pam/pam-plugin-ldapdb/0001-include-stdexcept-for-std-invalid_argument.patch
 rename meta-oe/recipes-extended/pam/{pam-plugin-ldapdb_1.3.bb => 
pam-plugin-ldapdb_1.3.1.bb} (80%)

diff --git 
a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb/0001-include-stdexcept-for-std-invalid_argument.patch
 
b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb/0001-include-stdexcept-for-std-invalid_argument.patch
deleted file mode 100644
index 0a93411533..00
--- 
a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb/0001-include-stdexcept-for-std-invalid_argument.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 3e97c9004f4ec58ca3696ee6298f91e6eeb76e04 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Mon, 23 Dec 2019 14:46:25 -0800
-Subject: [PATCH] include  for std::invalid_argument
-
-Upstream-Status: Submitted [https://github.com/rmbreak/pam_ldapdb/pull/11]
-Signed-off-by: Khem Raj 

- pam_ldapdb.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/pam_ldapdb.cpp b/pam_ldapdb.cpp
-index 9baf1e6..be5d85c 100644
 a/pam_ldapdb.cpp
-+++ b/pam_ldapdb.cpp
-@@ -1,5 +1,6 @@
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
--- 
-2.24.1
-
diff --git a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb 
b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb
similarity index 80%
rename from meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb
rename to meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb
index 6985590068..d5137f80af 100644
--- a/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.bb
+++ b/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb
@@ -10,10 +10,8 @@ DEPENDS = "libpam openldap"
 inherit features_check
 REQUIRED_DISTRO_FEATURES = "pam"
 
-SRCREV = "84d7b260f1ae6857ae36e014c9a5968e8aa1cbe8"
-SRC_URI = "git://github.com/rmbreak/pam_ldapdb;branch=master;protocol=https \
-   file://0001-include-stdexcept-for-std-invalid_argument.patch \
-"
+SRCREV = "3e026863cad1fd45c760ee1bc93ef4f0606cc852"
+SRC_URI = "git://github.com/rmbreak/pam_ldapdb;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


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



Re: [oe] [meta-python] [PATCH] python3-nocaselist: upgrade 1.0.4 -> 1.0.5

2022-04-13 Thread Khem Raj
when git send-email asks for UTF-8 encoding before sending the email do 
not say 'y' but just press ENTER and let the message go. If you type 'y'
then it will use that for charset encoding, which git am wont understand 
so whoever is trying to apply this patch will not be able to apply it 
directly


On 4/13/22 18:56, zhengruoqin wrote:

License-Update: type of file changed
  "ASCII text, with CRLF line terminators" -> "ASCII text"

Changelog:
=
Bug fixes:
--
Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0 
(issue #55).
Fixed a dependency error that caused importlib-metadata to be installed on 
Python 3.8, while it is included in the Python base.
Fixed new issues raised by Pylint 2.10.
Disabled new Pylint issue ‘consider-using-f-string’, since f-strings were 
introduced only in Python 3.6.
Fixed install error of wrapt 1.13.0 on Python 2.7 on Windows due to lack of MS 
Visual C++ 9.0 on GitHub Actions, by pinning it to <1.13.
Fixed TypeError when running Sphinx due to using docutils 0.18 on Python 2.7.
Fixed error when installing virtualenv in install test on Python 2.7.
Fixed that the added setup.py commands (test, leaktest, installtest) were not 
displayed. They are now displayed at verbosity level 1 (using ‘-v’).

Enhancements:

Enhanced test matrix on GitHub Actions to always include Python 2.7 and Python 
3.4 on Ubuntu and Windows, and Python 2.7 and Python 3.5 on macOS.
Support for Python 3.10: Added Python 3.10 in GitHub Actions tests, and in 
package metadata.

Cleanup:
---
Removed old tools that were needed on Travis and Appveyor but no longer on 
GitHub Actions: remove_duplicate_setuptools.py, retry.bat

Signed-off-by: Zheng Ruoqin 
---
  .../recipes-devtools/python/python3-nocaselist_1.0.4.bb   | 8 
  .../recipes-devtools/python/python3-nocaselist_1.0.5.bb   | 8 
  2 files changed, 8 insertions(+), 8 deletions(-)
  delete mode 100644 
meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
  create mode 100644 
meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb

diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb 
b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
deleted file mode 100644
index 60c79c22a8..00
--- a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SUMMARY = "A case-insensitive list for Python"
-HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/;
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d229da563da18fe5d58cd95a6467d584"
-
-SRC_URI[sha256sum] = 
"73a9c0659e7135c66e46a6ab06e2cb637ce9248d73c690ebd31afb72a4e03ac0"
-
-inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb 
b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb
new file mode 100644
index 00..22b8825801
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb
@@ -0,0 +1,8 @@
+SUMMARY = "A case-insensitive list for Python"
+HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/;
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+SRC_URI[sha256sum] = 
"e1c12ca2ae9d345b34948f2c8f60e3894619e2be2ed28b4ecc5e7f1dea117d1d"
+
+inherit pypi setuptools3






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



[oe] [meta-python] [PATCH v2] python3-nocasedict: upgrade 1.0.2 -> 1.0.3

2022-04-13 Thread zhengruoqin
License-Update: type of file changed 
 "ASCII text, with CRLF line terminators" -> "ASCII text"

changelog:
===
Bug fixes:

-Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0 .
-Fixed issues raised by new Pylint 2.9 and 2.10.
-Fixed a dependency error that caused importlib-metadata to be installed on
Python 3.8, while it is included in the Python base.
-Disabled new Pylint issue 'consider-using-f-string', since f-strings were
introduced only in Python 3.6.
-Fixed install error of wrapt 1.13.0 on Python 2.7 on Windows due to lack of
MS Visual C++ 9.0 on GitHub Actions, by pinning it to <1.13.
-Fixed potential issue with Sphinx/docutils versions on Python 2.7.
-Fixed error when installing virtualenv in install test on Python 2.7.
-Fixed that the added setup.py commands (test, leaktest, installtest) were not
displayed. They are now displayed at verbosity level 1 (using '-v').

Enhancements:

-Enhanced test matrix on GitHub Actions to always include Python 2.7 and
Python 3.4 on Ubuntu and Windows, and Python 2.7 and Python 3.5 on macOS.
-Support for Python 3.10: Added Python 3.10 in GitHub Actions tests, and in
package metadata.

Cleanup:
-Removed old tools that were needed for travis and Appveyor but no longer on
GitHub Actions: remove_duplicate_setuptools.py, retry.bat

Signed-off-by: Zheng Ruoqin 
---
 ...ython3-nocasedict_1.0.2.bb => python3-nocasedict_1.0.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-nocasedict_1.0.2.bb => 
python3-nocasedict_1.0.3.bb} (50%)

diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb 
b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb
similarity index 50%
rename from meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb
rename to meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb
index 591b9c6b8d..a47c4a455f 100644
--- a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.3.bb
@@ -1,8 +1,8 @@
 SUMMARY = "A case-insensitive ordered dictionary for Python"
 HOMEPAGE = "https://github.com/pywbem/nocasedict;
 LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
 
-SRC_URI[sha256sum] = 
"86e2dae49e34de7c31b65b486c8f9aa58b66dc2e8ee9b34c390c6c58885c85a0"
+SRC_URI[sha256sum] = 
"8220b97ba06b08eb2deded774c406c77e0ca0d5352ae71249f6f9d1f2a17bd7b"
 
 inherit pypi setuptools3
-- 
2.25.1


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



[oe] [meta-python] [PATCH] python3-pylint: upgrade 2.13.2 -> 2.13.5

2022-04-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 .../{python3-pylint_2.13.2.bb => python3-pylint_2.13.5.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pylint_2.13.2.bb => 
python3-pylint_2.13.5.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-pylint_2.13.2.bb 
b/meta-python/recipes-devtools/python/python3-pylint_2.13.5.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-pylint_2.13.2.bb
rename to meta-python/recipes-devtools/python/python3-pylint_2.13.5.bb
index 9c699f8f2f..f64d976b46 100644
--- a/meta-python/recipes-devtools/python/python3-pylint_2.13.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pylint_2.13.5.bb
@@ -3,7 +3,7 @@ HOMEPAGE= "http://www.pylint.org/;
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9"
 
-SRC_URI[sha256sum] = 
"0c6dd0e53e6e17f2d0d62660905f3868611e734e9d9b310dc651a4b9f3dc70da"
+SRC_URI[sha256sum] = 
"dab221658368c7a05242e673c275c488670144123f4bd262b2777249c1c0de9b"
 
 inherit pypi setuptools3
 
-- 
2.25.1


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



[oe] [meta-python] [PATCH] python3-googleapis-common-protos: upgrade 1.54.0 -> 1.56.0

2022-04-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...tos_1.54.0.bb => python3-googleapis-common-protos_1.56.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-googleapis-common-protos_1.54.0.bb 
=> python3-googleapis-common-protos_1.56.0.bb} (80%)

diff --git 
a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb
 
b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb
similarity index 80%
rename from 
meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb
rename to 
meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb
index afc6dcbfe9..0a3547ee97 100644
--- 
a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.54.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = 
"a4031d6ec6c2b1b6dc3e0be7e10a1bd72fb0b18b07ef9be7b51f2c1004ce2437"
+SRC_URI[sha256sum] = 
"4007500795bcfc269d279f0f7d253ae18d6dc1ff5d5a73613ffe452038b1ec5f"
 
 RDEPENDS:${PN} += "\
 ${PYTHON_PN}-grpcio \
-- 
2.25.1


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



[oe] [meta-python] [PATCH] python3-nocaselist: upgrade 1.0.4 -> 1.0.5

2022-04-13 Thread zhengruoqin
License-Update: type of file changed
 "ASCII text, with CRLF line terminators" -> "ASCII text"

Changelog:
=
Bug fixes:
--
Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0 
(issue #55).
Fixed a dependency error that caused importlib-metadata to be installed on 
Python 3.8, while it is included in the Python base.
Fixed new issues raised by Pylint 2.10.
Disabled new Pylint issue ???consider-using-f-string???, since f-strings were 
introduced only in Python 3.6.
Fixed install error of wrapt 1.13.0 on Python 2.7 on Windows due to lack of MS 
Visual C++ 9.0 on GitHub Actions, by pinning it to <1.13.
Fixed TypeError when running Sphinx due to using docutils 0.18 on Python 2.7.
Fixed error when installing virtualenv in install test on Python 2.7.
Fixed that the added setup.py commands (test, leaktest, installtest) were not 
displayed. They are now displayed at verbosity level 1 (using ???-v???).

Enhancements:

Enhanced test matrix on GitHub Actions to always include Python 2.7 and Python 
3.4 on Ubuntu and Windows, and Python 2.7 and Python 3.5 on macOS.
Support for Python 3.10: Added Python 3.10 in GitHub Actions tests, and in 
package metadata.

Cleanup:
---
Removed old tools that were needed on Travis and Appveyor but no longer on 
GitHub Actions: remove_duplicate_setuptools.py, retry.bat

Signed-off-by: Zheng Ruoqin 
---
 .../recipes-devtools/python/python3-nocaselist_1.0.4.bb   | 8 
 .../recipes-devtools/python/python3-nocaselist_1.0.5.bb   | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
 create mode 100644 
meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb

diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb 
b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
deleted file mode 100644
index 60c79c22a8..00
--- a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.4.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SUMMARY = "A case-insensitive list for Python"
-HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/;
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d229da563da18fe5d58cd95a6467d584"
-
-SRC_URI[sha256sum] = 
"73a9c0659e7135c66e46a6ab06e2cb637ce9248d73c690ebd31afb72a4e03ac0"
-
-inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb 
b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb
new file mode 100644
index 00..22b8825801
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nocaselist_1.0.5.bb
@@ -0,0 +1,8 @@
+SUMMARY = "A case-insensitive list for Python"
+HOMEPAGE = "https://nocaselist.readthedocs.io/en/latest/;
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+SRC_URI[sha256sum] = 
"e1c12ca2ae9d345b34948f2c8f60e3894619e2be2ed28b4ecc5e7f1dea117d1d"
+
+inherit pypi setuptools3
--
2.25.1


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



[oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.42.0 -> 2.43.0

2022-04-13 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin 
---
 ...ent_2.42.0.bb => python3-google-api-python-client_2.43.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-python/recipes-devtools/python/{python3-google-api-python-client_2.42.0.bb 
=> python3-google-api-python-client_2.43.0.bb} (86%)

diff --git 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.42.0.bb
 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.43.0.bb
similarity index 86%
rename from 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.42.0.bb
rename to 
meta-python/recipes-devtools/python/python3-google-api-python-client_2.43.0.bb
index 8fcf669952..b6456869f2 100644
--- 
a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.42.0.bb
+++ 
b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.43.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = 
"https://github.com/googleapis/google-api-python-client;
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = 
"7bf58b665b635d06adb47797a9a4f73482e739e02ed036cd960dc7c183361f67"
+SRC_URI[sha256sum] = 
"ccd16b3aa92070d3777c4b188669820aacdd70695a87cfc8dbb330f6be9578f7"
 
 inherit pypi setuptools3
 
-- 
2.25.1


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



[oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.34 -> 1.4.35

2022-04-13 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Signed-off-by: Xu Huan 
---
 ...ython3-sqlalchemy_1.4.34.bb => python3-sqlalchemy_1.4.35.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.34.bb => 
python3-sqlalchemy_1.4.35.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.34.bb 
b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.35.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.34.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.35.bb
index b99ed83f6f..5d199dbedb 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.34.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.35.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f4001d1ca15b69d096fa1b4fd1bdce79"
 
-SRC_URI[sha256sum] = 
"623bac2d6bdca3f3e61cf1e1c466c5fb9f5cf08735736ee187b7a4108891"
+SRC_URI[sha256sum] = 
"2ffc813b01dc6473990f5e575f210ca5ac2f5465ace3908b78ffd6d20058aab5"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3
-- 
2.25.1


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



[oe] python3-graphviz: upgrade 0.19.1 -> 0.19.2

2022-04-13 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

License-Updated:
years update to 2022

Signed-off-by: Xu Huan 
---
 ...{python3-graphviz_0.19.1.bb => python3-graphviz_0.19.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-graphviz_0.19.1.bb => 
python3-graphviz_0.19.2.bb} (61%)

diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.19.1.bb 
b/meta-python/recipes-devtools/python/python3-graphviz_0.19.2.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-graphviz_0.19.1.bb
rename to meta-python/recipes-devtools/python/python3-graphviz_0.19.2.bb
index f1246b4b21..3cae19673f 100644
--- a/meta-python/recipes-devtools/python/python3-graphviz_0.19.1.bb
+++ b/meta-python/recipes-devtools/python/python3-graphviz_0.19.2.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Graphviz protocol implementation"
 HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/;
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=87cd8818b7e63c6a9c580034e80d7521"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=951dd0868a9606c867ffda0ea3ea6da2"
 
-SRC_URI[sha256sum] = 
"09ed0cde452d015fe77c4845a210eb642f28d245f5bc250d4b97808cb8f49078"
+SRC_URI[sha256sum] = 
"7c90cebc147c18bcdffcd3c76db58cbface5d45fe0247a2f3bfb144d32a8c77c"
 
 inherit pypi setuptools3
 
-- 
2.25.1


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



[oe] [meta-python] [PATCH] python3-redis: upgrade 4.2.1 -> 4.2.2

2022-04-13 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Signed-off-by: Xu Huan 
---
 .../python/{python3-redis_4.2.1.bb => python3-redis_4.2.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-redis_4.2.1.bb => 
python3-redis_4.2.2.bb} (81%)

diff --git a/meta-python/recipes-devtools/python/python3-redis_4.2.1.bb 
b/meta-python/recipes-devtools/python/python3-redis_4.2.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-redis_4.2.1.bb
rename to meta-python/recipes-devtools/python/python3-redis_4.2.2.bb
index 9370cbab67..1e70cf4843 100644
--- a/meta-python/recipes-devtools/python/python3-redis_4.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-redis_4.2.2.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://github.com/andymccurdy/redis-py;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
 
-SRC_URI[sha256sum] = 
"fe45513881229dbee610620b9e0817b1f48c47ba635870320fd44a712204bbdd"
+SRC_URI[sha256sum] = 
"0107dc8e98a4f1d1d4aa00100e044287f77121a1e6d2085545c4b7fa94a7a27f"
 
 inherit pypi setuptools3
 
-- 
2.25.1


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



[oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.5.7 -> 1.5.8

2022-04-13 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

Signed-off-by: Xu Huan 
---
 ...{python3-sentry-sdk_1.5.7.bb => python3-sentry-sdk_1.5.8.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sentry-sdk_1.5.7.bb => 
python3-sentry-sdk_1.5.8.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.7.bb 
b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.8.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.7.bb
rename to meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.8.bb
index 1594fb5dd7..cf1337e2b1 100644
--- a/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.7.bb
+++ b/meta-python/recipes-devtools/python/python3-sentry-sdk_1.5.8.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=0c79f8d3c91fc847350efd28bfe0a341"
 
 RDEPENDS:${PN} += "python3-urllib3"
 
-SRC_URI[sha256sum] = 
"aa52da941c56b5a76fd838f8e9e92a850bf893a9eb1e33ffce6c21431d07ee30"
+SRC_URI[sha256sum] = 
"38fd16a92b5ef94203db3ece10e03bdaa291481dd7e00e77a148aa0302267d47"
 
 PYPI_PACKAGE = "sentry-sdk"
 
-- 
2.25.1


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



[oe] python3-kivy: upgrade 2.0.0 -> 2.1.0

2022-04-13 Thread xuhuan.f...@fujitsu.com
From: Xu Huan 

License-Updated:
years update to 2022

Signed-off-by: Xu Huan 
---
 .../python/{python3-kivy_2.0.0.bb => python3-kivy_2.1.0..bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-kivy_2.0.0.bb => 
python3-kivy_2.1.0..bb} (93%)

diff --git a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb 
b/meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb
rename to meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb
index 38f5216f56..684bca03e1 100644
--- a/meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-kivy_2.1.0..bb
@@ -2,7 +2,7 @@ SUMMARY = "Open source Python library for rapid development of 
applications \
 that make use of innovative user interfaces, such as multi-touch apps."
 HOMEPAGE = "https://kivy.org/;
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f0c851d60495c7e27225a819e179208a"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=22e7b4dd8140eec57fd7edfd9fa23dfc"
 
 inherit setuptools3 pkgconfig features_check
 PIP_INSTALL_PACKAGE = "Kivy"
@@ -18,7 +18,7 @@ SRC_URI = "\
 SRC_URI += " \
 file://0001-add-support-for-glesv2.patch \
 "
-SRCREV = "dedcb6bcabe3d8d6758dcee607e8c33b174d782b"
+SRCREV = "960b95dc666753f59eff1b449124490fbec10184"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


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



Re: [oe] [meta-python] [PATCH v2] python3-cppy: upgrade 1.2.0 -> 1.2.1

2022-04-13 Thread Tim Orling
NAK. Instead inherit python _setuptools-buils-meta


https://github.com/nucleic/cppy/blob/main/pyproject.toml#L42
Which shows build-backend = "setuptools.build_meta"

We do not want to carry patches when upstream has modernized.

On Wed, Apr 13, 2022 at 1:56 AM wangmy  wrote:

> Add patch 0001-Fix-build-bug.patch to fix build bug caused by
> setup.py.
>
> Changelog:
> ==
> make the pyproject.toml fully PEP 621 compliant PR #19
>
> Signed-off-by: Wang Mingyu 
> ---
>  .../python3-cppy/0001-Fix-build-bug.patch | 37 +++
>  ...n3-cppy_1.2.0.bb => python3-cppy_1.2.1.bb} |  6 ++-
>  2 files changed, 42 insertions(+), 1 deletion(-)
>  create mode 100644
> meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-bug.patch
>  rename meta-python/recipes-devtools/python/{python3-cppy_1.2.0.bb =>
> python3-cppy_1.2.1.bb} (69%)
>
> diff --git
> a/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-bug.patch
> b/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-bug.patch
> new file mode 100644
> index 00..ada03b9a27
> --- /dev/null
> +++
> b/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-bug.patch
> @@ -0,0 +1,37 @@
> +From 57733d2cece47095b3faf14090219fcb5fa8ca2c Mon Sep 17 00:00:00 2001
> +From: Lei Maohui 
> +Date: Wed, 13 Apr 2022 13:01:32 +0900
> +Subject: [PATCH] Fix build bug.
> +
> +Because the upstream cleared the setup.py, do_compile can't be excuted
> +correctly. So, recover setup.py from the last version.
> +
> +Upstream-Status: Pending
> +Signed-off-by: Lei Maohui 
> +---
> + setup.py | 12 +++-
> + 1 file changed, 11 insertions(+), 1 deletion(-)
> +
> +diff --git a/setup.py b/setup.py
> +index f6f8487..8dfc33f 100644
> +--- a/setup.py
>  b/setup.py
> +@@ -7,4 +7,14 @@
> + #
> --
> + from setuptools import setup
> +
> +-setup()
> ++setup(
> ++name="cppy",
> ++author="The Nucleic Development Team",
> ++author_email="sccolb...@gmail.com",
> ++maintainer_email="m.dartia...@gmail.com",
> ++url="https://github.com/nucleic/cppy;,
> ++description="C++ headers for C extension development",
> ++long_description=open("README.rst").read(),
> ++packages=["cppy"],
> ++package_data={"cppy": ["include/cppy/*.h"]},
> ++)
> +--
> +2.25.1
> +
> diff --git a/meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb
> b/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
> similarity index 69%
> rename from meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb
> rename to meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
> index f86f571938..b9f7f08227 100644
> --- a/meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
> @@ -3,7 +3,11 @@ HOMEPAGE = "https://cppy.readthedocs.io/en/latest/;
>  LICENSE = "BSD-3-Clause"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=0bfb3e39b13587f0028f17baf0e42371"
>
> -SRC_URI[sha256sum] =
> "95e8862e4f826c3f2a6b7b658333b162f80cbe9f943aa0d0a7a6b2ef850aeffc"
> +SRC_URI += " \
> +file://0001-Fix-build-bug.patch \
> +"
> +
> +SRC_URI[sha256sum] =
> "83b43bf17b1085ac15c5debdb42154f138b928234b21447358981f69d0d6fe1b"
>
>  RDEPENDS:${PN} += "python3-setuptools python3-distutils"
>
> --
> 2.25.1
>
>
> 
>
>

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



[oe] [meta-oe][PATCH] pkcs11-helper: fix PV

2022-04-13 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk 
---
 .../{pkcs11-helper_1.28.bb => pkcs11-helper_1.28.0.bb}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-oe/recipes-crypto/pkcs11-helper/{pkcs11-helper_1.28.bb => 
pkcs11-helper_1.28.0.bb} (100%)

diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb 
b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.0.bb
similarity index 100%
rename from meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.bb
rename to meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.0.bb
-- 
2.25.1


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



[oe] [meta-oe][PATCH] phoronix-test-suite: upgrade 10.8.1 -> 10.8.2

2022-04-13 Thread Trevor Gamblin
10.8.2 contains a fix for CVE-2022-0571.

Full release notes
(https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/ChangeLog):

Phoronix Test Suite 10.8.2
13 February 2022

pts-core: Arch Linux external dependency updates
pts-core: Workaround/fix PHP 5.4 usage with RHEL7-based distributions
pts-core: Convert compiler / multicore / single-threaded test suites
into virtual test suites since their properties can be auto-determined
based on OB metadata to avoid manually maintaining them
pts-core: Add virtual test suites for "riscv" and "aarch64" to make it
easy to show test profiles that can run successfully on RISC-V and
64-bit Arm hardware
phodevi: Improved detection for components found on the Steam Deck and
other hardware
phodevi: Add Arm Cortex-X1C detection
phodevi: CPU temperature reporting for additional SoCs such as the
Raspberry Pi 400
phoromatic: Additional input sanitization and validation improvements

Signed-off-by: Trevor Gamblin 
---
 ...nix-test-suite_10.8.1.bb => phoronix-test-suite_10.8.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-oe/recipes-benchmark/phoronix-test-suite/{phoronix-test-suite_10.8.1.bb => 
phoronix-test-suite_10.8.2.bb} (91%)

diff --git 
a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.1.bb 
b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb
similarity index 91%
rename from 
meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.1.bb
rename to 
meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb
index 6d181a5bb..825f7024e 100644
--- 
a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.1.bb
+++ 
b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SECTION = "console/tests"
 
 SRC_URI = "http://www.phoronix-test-suite.com/releases/${BP}.tar.gz;
-SRC_URI[md5sum] = "9f107c080407b7ac195bb04e6cabb83b"
-SRC_URI[sha256sum] = 
"3b58ea694419ca608d729fa6ce72ed2b4c51af444729eefbcdc6e670290caa7f"
+SRC_URI[md5sum] = "459c3c45b39bb3d720ddc8ba5f944332"
+SRC_URI[sha256sum] = 
"86681343d20415831ab16ef6c3d1c317e2345e771925e0698ae920a03a9eaab6"
 
 S = "${WORKDIR}/phoronix-test-suite"
 
-- 
2.33.0


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



[oe] [meta-gnome][PATCH 3/3] sysprof: Fix build to work with llvm libunwind

2022-04-13 Thread Khem Raj
Signed-off-by: Khem Raj 
Cc: Andreas Müller 
---
 ...libunwind-instead-of-libunwind-gener.patch | 30 +++
 .../recipes-gnome/sysprof/sysprof_3.44.0.bb   |  2 +-
 2 files changed, 31 insertions(+), 1 deletion(-)
 create mode 100644 
meta-gnome/recipes-gnome/sysprof/sysprof/0001-meson-Check-for-libunwind-instead-of-libunwind-gener.patch

diff --git 
a/meta-gnome/recipes-gnome/sysprof/sysprof/0001-meson-Check-for-libunwind-instead-of-libunwind-gener.patch
 
b/meta-gnome/recipes-gnome/sysprof/sysprof/0001-meson-Check-for-libunwind-instead-of-libunwind-gener.patch
new file mode 100644
index 00..dc702a0e37
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/sysprof/sysprof/0001-meson-Check-for-libunwind-instead-of-libunwind-gener.patch
@@ -0,0 +1,30 @@
+From 19188367bee87b0084ab34869455155da5cb1731 Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Wed, 13 Apr 2022 08:47:39 -0700
+Subject: [PATCH] meson: Check for libunwind instead of libunwind-generic
+
+This helps it to use llvm unwinder since libunwind-generic is specific
+to nongnu libunwind.
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj 
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 2835782..0fdb39a 100644
+--- a/meson.build
 b/meson.build
+@@ -81,7 +81,7 @@ config_h.set10('HAVE_POLKIT_AGENT', polkit_agent_dep.found())
+ config_h.set10('HAVE_POLKIT', polkit_dep.found())
+ 
+ if get_option('libunwind')
+-  libunwind_dep = dependency('libunwind-generic')
++  libunwind_dep = dependency('libunwind')
+   config_h.set('ENABLE_LIBUNWIND', libunwind_dep.found())
+   config_h.set('HAVE_UNW_SET_CACHE_SIZE', libunwind_dep.found() and 
cc.has_header_symbol('libunwind.h', 'unw_set_cache_size', dependencies: 
[libunwind_dep]))
+ endif
+-- 
+2.35.2
+
diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb 
b/meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb
index 351354dbca..3606ca9707 100644
--- a/meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb
+++ b/meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb
@@ -15,7 +15,7 @@ DEPENDS += " \
 json-glib \
 libunwind \
 "
-
+SRC_URI += 
"file://0001-meson-Check-for-libunwind-instead-of-libunwind-gener.patch"
 SRC_URI[archive.sha256sum] = 
"ab5d9f5b71973b3088d58a1bfdf1dc23c39a02f5fce4e5e9c73e034b178b005b"
 
 PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'sysprofd 
libsysprof', '', d)} \
-- 
2.35.2


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



[oe] [meta-oe][PATCH 2/3] gnulib: Do not use git operations to install the sources

2022-04-13 Thread Khem Raj
git operations have started to fail with errors like

| fatal: unsafe repository 
('/mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux-musl/gnulib/2018-03-07.03-r0/git'
 is owned by someon
e else)
| To add an exception for this directory, call:
|
|   git config --global --add safe.directory 
/mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux-musl/gnulib/2018-03-07.03-r0/git

This is after git has fixed a CVE in 2.35+ see [1]

[1] https://github.com/actions/checkout/issues/760

Signed-off-by: Khem Raj 
---
 .../recipes-support/gnulib/gnulib_2018-03-07.03.bb| 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb 
b/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb
index 2aab68e6a5..a27968079e 100644
--- a/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb
+++ b/meta-oe/recipes-support/gnulib/gnulib_2018-03-07.03.bb
@@ -13,18 +13,15 @@ LICENSE = "LGPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5"
 SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3"
 
-SRC_URI = "git://git.sv.gnu.org/gnulib.git;branch=master \
+SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=master \
 "
 
 S = "${WORKDIR}/git"
 
-inherit utils
-
 do_install () {
-cd ${S}
-check_git_config
-git checkout master
-git clone ${S} ${D}/${datadir}/gnulib
+install -d ${D}/${datadir}/gnulib
+cp --no-preserve=ownership --recursive ${S}/* ${D}/${datadir}/gnulib/
+cp --no-preserve=ownership --recursive ${S}/.git ${D}/${datadir}/gnulib/
 }
 
 do_patch[noexec] = "1"
-- 
2.35.2


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



[oe] [meta-oe][PATCH 1/3] mpich: Add new directory modules/hwloc/config to search path

2022-04-13 Thread Khem Raj
This ensures that config.guess and config.sub are installed in for all
directories where its needed.

Signed-off-by: Khem Raj 
---
 meta-oe/recipes-devtools/mpich/mpich_4.0.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/mpich/mpich_4.0.2.bb 
b/meta-oe/recipes-devtools/mpich/mpich_4.0.2.bb
index 42adcc2089..d277f7e71c 100644
--- a/meta-oe/recipes-devtools/mpich/mpich_4.0.2.bb
+++ b/meta-oe/recipes-devtools/mpich/mpich_4.0.2.bb
@@ -40,8 +40,8 @@ inherit autotools gettext pkgconfig
 do_configure() {
 for d in confdb test/mpi test/mpi/confdb src/pm/hydra/confdb \
 src/pm/hydra/tools/topo/hwloc/hwloc/config src/pm/hydra/mpl/confdb \
-modules/yaksa/m4 modules/json-c modules/ucx test/mpi/dtpools/confdb \
-src/mpl/confdb src/mpi/romio/confdb;  do
+modules/yaksa/m4 modules/json-c modules/ucx modules/hwloc/config \
+test/mpi/dtpools/confdb src/mpl/confdb src/mpi/romio/confdb;  do
 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess 
${S}/$d
 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/$d
 done
-- 
2.35.2


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



Re: [oe] [meta-networking][dunfell][PATCH] net-snmp: Traps/Notifications aren't sent when configured by snmpNotifyTable

2022-04-13 Thread Armin Kuster



On 4/11/22 15:26, Jeremy Puhlman wrote:

From: Anand Je Sypureddy 

Source: https://github.com/net-snmp/net-snmp.git
MR: 114066
Type: Defect Fix
Disposition: Backport from 
https://github.com/net-snmp/net-snmp/commit/951fd2d9b07e29455ff0251b0f44ed76d935ff00
ChangeID: af87abf2aeefdac65fcd57b7f0e3679fe57f
Description:

snmpd: Restore SNMPD_CALLBACK_SEND_TRAP[12] behavior


What version of net-snmp was this fixed in?  is it already fixed in Master?

-armin


Instead of only invoking the SNMPD_CALLBACK_SEND_TRAP[12] callbacks if one
or more sessions with the corresponding SNMP version exist, invoke these
callbacks unconditionally.

Signed-off-by: Anand Je Sypureddy 
Reviewed-by: Sam Kappen 
Signed-off-by: Jeremy Puhlman 
---
  ...SNMPD_CALLBACK_SEND_TRAP-12-behavior.patch | 133 ++
  .../net-snmp/net-snmp_5.8.bb  |   1 +
  2 files changed, 134 insertions(+)
  create mode 100644 
meta-networking/recipes-protocols/net-snmp/net-snmp/0001-snmpd-Restore-SNMPD_CALLBACK_SEND_TRAP-12-behavior.patch

diff --git 
a/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-snmpd-Restore-SNMPD_CALLBACK_SEND_TRAP-12-behavior.patch
 
b/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-snmpd-Restore-SNMPD_CALLBACK_SEND_TRAP-12-behavior.patch
new file mode 100644
index 0..8279aff32
--- /dev/null
+++ 
b/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-snmpd-Restore-SNMPD_CALLBACK_SEND_TRAP-12-behavior.patch
@@ -0,0 +1,133 @@
+From 6be94cf81d56f9395b85848bbf7129eb9f992d96 Mon Sep 17 00:00:00 2001
+From: Bart Van Assche 
+Date: Tue, 29 Dec 2020 15:22:42 -0800
+Subject: [PATCH] snmpd: Restore SNMPD_CALLBACK_SEND_TRAP[12] behavior
+
+Instead of only invoking the SNMPD_CALLBACK_SEND_TRAP[12] callbacks if one
+or more sessions with the corresponding SNMP version exist, invoke these
+callbacks unconditionally.
+
+Fixes: f770e0f74932 ("skip send_trap callbacks if no sessions for version")
+Fixes: https://github.com/net-snmp/net-snmp/issues/247
+
+Upstream Status: Backport 
https://github.com/net-snmp/net-snmp/commit/951fd2d9b07e29455ff0251b0f44ed76d935ff00
+
+Signed-off-by: Anand Je Sypureddy 
+---
+ agent/agent_trap.c | 62 ++
+ 1 file changed, 2 insertions(+), 60 deletions(-)
+
+diff --git a/agent/agent_trap.c b/agent/agent_trap.c
+index d49c2dc..0289901 100644
+--- a/agent/agent_trap.c
 b/agent/agent_trap.c
+@@ -92,11 +92,6 @@ struct trap_sink {
+
+ struct trap_sink *sinks = NULL;
+
+-#ifndef NETSNMP_DISABLE_SNMPV1
+-static int _v1_sessions = 0;
+-#endif /* NETSNMP_DISABLE_SNMPV1 */
+-static int _v2_sessions = 0;
+-
+ const oid   objid_enterprisetrap[] = { NETSNMP_NOTIFICATION_MIB };
+ const oid   trap_version_id[] = { NETSNMP_SYSTEM_MIB };
+ const int   enterprisetrap_len = OID_LENGTH(objid_enterprisetrap);
+@@ -159,55 +154,6 @@ free_trap_session(struct trap_sink *sp)
+ free(sp);
+ }
+
+-static void
+-_trap_version_incr(int version)
+-{
+-switch (version) {
+-#ifndef NETSNMP_DISABLE_SNMPV1
+-case SNMP_VERSION_1:
+-++_v1_sessions;
+-break;
+-#endif
+-#ifndef NETSNMP_DISABLE_SNMPV2C
+-case SNMP_VERSION_2c:
+-#endif
+-case SNMP_VERSION_3:
+-++_v2_sessions;
+-break;
+-default:
+-snmp_log(LOG_ERR, "unknown snmp version %d\n", version);
+-}
+-return;
+-}
+-
+-static void
+-_trap_version_decr(int version)
+-{
+-switch (version) {
+-#ifndef NETSNMP_DISABLE_SNMPV1
+-case SNMP_VERSION_1:
+-if (--_v1_sessions < 0) {
+-snmp_log(LOG_ERR,"v1 session count < 0! fixed.\n");
+-_v1_sessions = 0;
+-}
+-break;
+-#endif
+-#ifndef NETSNMP_DISABLE_SNMPV2C
+-case SNMP_VERSION_2c:
+-#endif
+-case SNMP_VERSION_3:
+-if (--_v2_sessions < 0) {
+-snmp_log(LOG_ERR,"v2 session count < 0! fixed.\n");
+-_v2_sessions = 0;
+-}
+-break;
+-default:
+-snmp_log(LOG_ERR, "unknown snmp version %d\n", version);
+-}
+-return;
+-}
+-
+-
+ #ifndef NETSNMP_NO_TRAP_STATS
+ static void
+ _dump_trap_stats(netsnmp_session *sess)
+@@ -285,8 +231,6 @@ netsnmp_add_notification_session(netsnmp_session * ss, int 
pdutype,
+ sinks = new_sink;
+ }
+
+-_trap_version_incr(version);
+-
+ return 1;
+ }
+
+@@ -338,7 +282,6 @@ remove_trap_session(netsnmp_session * ss)
+ } else {
+ sinks = sp->next;
+ }
+-_trap_version_decr(ss->version);
+ /*
+  * I don't believe you *really* want to close the session here;
+  * it may still be in use for other purposes.  In particular this
+@@ -490,7 +433,6 @@ snmpd_free_trapsinks(void)
+ DEBUGMSGTL(("trap", "freeing trap sessions\n"));
+ while (sp) {
+ sinks = sinks->next;
+-_trap_version_decr(sp->version);
+ 

Re: [oe] [hardknott][meta-webserver][PATCH] apache2: upgrade 2.4.52 -> 2.4.53

2022-04-13 Thread Armin Kuster



On 4/12/22 23:01, Changqing Li wrote:

From: Changqing Li 

This upgarde fix sereval CVEs:
CVE-2022-22719
CVE-2022-22720
CVE-2022-22721
CVE-2022-23943

Signed-off-by: Changqing Li 


Thanks, I have this already sitting the testing branch from yesterday.

-armin

---
  ...re-use-pkg-config-for-PCRE-detection.patch | 35 +--
  .../{apache2_2.4.52.bb => apache2_2.4.53.bb}  |  2 +-
  2 files changed, 18 insertions(+), 19 deletions(-)
  rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.52.bb => 
apache2_2.4.53.bb} (99%)

diff --git 
a/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
 
b/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
index 6c0286457..60154f029 100644
--- 
a/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
+++ 
b/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
@@ -1,4 +1,4 @@
-From d2cedfa3394365689a3f7c8cfe8e0dd56b29bed9 Mon Sep 17 00:00:00 2001
+From f30e98867031ce0b01a35607af1ac7a2ff9c4925 Mon Sep 17 00:00:00 2001
  From: Koen Kooi 
  Date: Tue, 17 Jun 2014 09:10:57 +0200
  Subject: [PATCH] configure: use pkg-config for PCRE detection
@@ -7,38 +7,37 @@ Upstream-Status: Pending
  
  Signed-off-by: Koen Kooi 

  ---
- configure.in | 27 +--
- 1 file changed, 5 insertions(+), 22 deletions(-)
+ configure.in | 26 +-
+ 1 file changed, 5 insertions(+), 21 deletions(-)
  
  diff --git a/configure.in b/configure.in

-index 9feaceb..dc6ea15 100644
+index 38c1d0a..c799aec 100644
  --- a/configure.in
  +++ b/configure.in
-@@ -215,28 +215,11 @@ fi
- AC_ARG_WITH(pcre,
- APACHE_HELP_STRING(--with-pcre=PATH,Use external PCRE library))
+@@ -221,27 +221,11 @@ else if which $with_pcre 2>/dev/null; then :; else
+ fi
+ fi
   
--AC_PATH_PROG(PCRE_CONFIG, pcre-config, false)

--if test -d "$with_pcre" && test -x "$with_pcre/bin/pcre-config"; then
--   PCRE_CONFIG=$with_pcre/bin/pcre-config
--elif test -x "$with_pcre"; then
--   PCRE_CONFIG=$with_pcre
--fi
+-AC_CHECK_TARGET_TOOLS(PCRE_CONFIG, [pcre2-config pcre-config],
+-  [`which $with_pcre 2>/dev/null`], $with_pcre)
  -
--if test "$PCRE_CONFIG" != "false"; then
+-if test "x$PCRE_CONFIG" != "x"; then
  -  if $PCRE_CONFIG --version >/dev/null 2>&1; then :; else
--AC_MSG_ERROR([Did not find pcre-config script at $PCRE_CONFIG])
+-AC_MSG_ERROR([Did not find working script at $PCRE_CONFIG])
  -  fi
  -  case `$PCRE_CONFIG --version` in
+-  [1[0-9].*])
+-AC_DEFINE(HAVE_PCRE2, 1, [Detected PCRE2])
+-;;
  -  [[1-5].*])
  -AC_MSG_ERROR([Need at least pcre version 6.0])
  -;;
  -  esac
  -  AC_MSG_NOTICE([Using external PCRE library from $PCRE_CONFIG])
  -  APR_ADDTO(PCRE_INCLUDES, [`$PCRE_CONFIG --cflags`])
--  APR_ADDTO(PCRE_LIBS, [`$PCRE_CONFIG --libs`])
+-  APR_ADDTO(PCRE_LIBS, [`$PCRE_CONFIG --libs8 2>/dev/null || $PCRE_CONFIG 
--libs`])
  -else
--  AC_MSG_ERROR([pcre-config for libpcre not found. PCRE is required and 
available from http://pcre.org/])
+-  AC_MSG_ERROR([pcre(2)-config for libpcre not found. PCRE is required and 
available from http://pcre.org/])
  -fi
  +PKG_CHECK_MODULES([PCRE], [libpcre], [
  +  AC_DEFINE([HAVE_PCRE], [1], [Define if you have PCRE library])
@@ -49,5 +48,5 @@ index 9feaceb..dc6ea15 100644
   
   AC_MSG_NOTICE([])

  --
-2.7.4
+2.25.1
  
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.52.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb

similarity index 99%
rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.52.bb
rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb
index 10123aa2b..719185150 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.52.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb
@@ -26,7 +26,7 @@ SRC_URI_append_class-target = " \
 "
  
  LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3"

-SRC_URI[sha256sum] = 
"0127f7dc497e9983e9c51474bed75e45607f2f870a7675a86dc90af6d572f5c9"
+SRC_URI[sha256sum] = 
"d0bbd1121a57b5f2a6ff92d7b96f8050c5a45d3f14db118f64979d525858db63"
  
  S = "${WORKDIR}/httpd-${PV}"
  







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



[oe] [meta-python] [PATCH v2] python3-cppy: upgrade 1.2.0 -> 1.2.1

2022-04-13 Thread wangmy
Add patch 0001-Fix-build-bug.patch to fix build bug caused by
setup.py.

Changelog:
==
make the pyproject.toml fully PEP 621 compliant PR #19

Signed-off-by: Wang Mingyu 
---
 .../python3-cppy/0001-Fix-build-bug.patch | 37 +++
 ...n3-cppy_1.2.0.bb => python3-cppy_1.2.1.bb} |  6 ++-
 2 files changed, 42 insertions(+), 1 deletion(-)
 create mode 100644 
meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-bug.patch
 rename meta-python/recipes-devtools/python/{python3-cppy_1.2.0.bb => 
python3-cppy_1.2.1.bb} (69%)

diff --git 
a/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-bug.patch 
b/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-bug.patch
new file mode 100644
index 00..ada03b9a27
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-bug.patch
@@ -0,0 +1,37 @@
+From 57733d2cece47095b3faf14090219fcb5fa8ca2c Mon Sep 17 00:00:00 2001
+From: Lei Maohui 
+Date: Wed, 13 Apr 2022 13:01:32 +0900
+Subject: [PATCH] Fix build bug.
+
+Because the upstream cleared the setup.py, do_compile can't be excuted
+correctly. So, recover setup.py from the last version.
+
+Upstream-Status: Pending
+Signed-off-by: Lei Maohui 
+---
+ setup.py | 12 +++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index f6f8487..8dfc33f 100644
+--- a/setup.py
 b/setup.py
+@@ -7,4 +7,14 @@
+ # 
--
+ from setuptools import setup
+ 
+-setup()
++setup(
++name="cppy",
++author="The Nucleic Development Team",
++author_email="sccolb...@gmail.com",
++maintainer_email="m.dartia...@gmail.com",
++url="https://github.com/nucleic/cppy;,
++description="C++ headers for C extension development",
++long_description=open("README.rst").read(),
++packages=["cppy"],
++package_data={"cppy": ["include/cppy/*.h"]},
++)
+-- 
+2.25.1
+
diff --git a/meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb 
b/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb
rename to meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
index f86f571938..b9f7f08227 100644
--- a/meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
@@ -3,7 +3,11 @@ HOMEPAGE = "https://cppy.readthedocs.io/en/latest/;
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0bfb3e39b13587f0028f17baf0e42371"
 
-SRC_URI[sha256sum] = 
"95e8862e4f826c3f2a6b7b658333b162f80cbe9f943aa0d0a7a6b2ef850aeffc"
+SRC_URI += " \
+file://0001-Fix-build-bug.patch \
+"
+
+SRC_URI[sha256sum] = 
"83b43bf17b1085ac15c5debdb42154f138b928234b21447358981f69d0d6fe1b"
 
 RDEPENDS:${PN} += "python3-setuptools python3-distutils"
 
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] octave: upgrade 6.4.0 -> 7.1.0

2022-04-13 Thread wangmy
Changelog from 6.4.0 to 7.1.0:
https://www.gnu.org/software/octave/news.html

Signed-off-by: Wang Mingyu 
---
 .../octave/{octave_6.4.0.bb => octave_7.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/octave/{octave_6.4.0.bb => octave_7.1.0.bb} 
(93%)

diff --git a/meta-oe/recipes-devtools/octave/octave_6.4.0.bb 
b/meta-oe/recipes-devtools/octave/octave_7.1.0.bb
similarity index 93%
rename from meta-oe/recipes-devtools/octave/octave_6.4.0.bb
rename to meta-oe/recipes-devtools/octave/octave_7.1.0.bb
index a5b00ece8a..c9982a7bb2 100644
--- a/meta-oe/recipes-devtools/octave/octave_6.4.0.bb
+++ b/meta-oe/recipes-devtools/octave/octave_7.1.0.bb
@@ -32,7 +32,7 @@ SRC_URI = " \
 ${GNU_MIRROR}/octave/${BPN}-${PV}.tar.gz \
 file://fix-blas-library-integer-size.patch \
 "
-SRC_URI[sha256sum] = 
"b48f33d4fceaf394cfbea73a8c85936d83a41739a24f7568b5b0a7b39acd"
+SRC_URI[sha256sum] = 
"d4a9d81f3f67b4a6e07cb7a80dcb10ad5e9176fcc30762c70a81580a64b8b0b6"
 
 # Note: Qt5Help is required for gui -> qttools(-native) must be build with
 # clang in PACKAGECONFIG
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] mercurial: upgrade 5.5 -> 6.1

2022-04-13 Thread wangmy
Changelog from 5.5 to 6.1:
https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_6.1_.282022-03-01.29_to_6.1.1_.282022-04-05.29

Signed-off-by: Wang Mingyu 
---
 .../mercurial/{mercurial_5.5.bb => mercurial_6.1.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/mercurial/{mercurial_5.5.bb => 
mercurial_6.1.bb} (87%)

diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb 
b/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb
similarity index 87%
rename from meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb
rename to meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb
index 8049434109..3abecc3054 100644
--- a/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb
+++ b/meta-oe/recipes-devtools/mercurial/mercurial_6.1.bb
@@ -10,8 +10,7 @@ RDEPENDS:${PN} = "python3 python3-modules"
 inherit python3native
 
 SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz;
-SRC_URI[md5sum] = "17b21729cbc61dda80b2e3dfc046319f"
-SRC_URI[sha256sum] = 
"c1ed28e1534304a7a4981ed59905286d1c56acd5b75755eedd184171a4a782b4"
+SRC_URI[sha256sum] = 
"86f98645e4565a9256991dcde22b77b8e7d22ca6fbb60c1f4cdbd8469a38cc1f"
 
 S = "${WORKDIR}/mercurial-${PV}"
 
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] ocl-icd: upgrade 2.3.0 -> 2.3.1

2022-04-13 Thread wangmy
Changelog:
==
  Updated OpenCL Headers
  Add support for MacOS
  Add CI through GitHub Actions

Signed-off-by: Wang Mingyu 
---
 .../recipes-core/opencl/{ocl-icd_2.3.0.bb => ocl-icd_2.3.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-core/opencl/{ocl-icd_2.3.0.bb => ocl-icd_2.3.1.bb} (89%)

diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb 
b/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb
similarity index 89%
rename from meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb
rename to meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb
index 1746e21dbf..ae9c5bc811 100644
--- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb
+++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=1238d5bccbb6bda30654e48dcc0a554b"
 
 SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https;branch=master"
 
-SRCREV = "59c098b6b1f97a339e3e5308499aee6538ecea40"
+SRCREV = "1165deedb2ae741cd76e60986f7c2cb5023059d9"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] linuxconsole: upgrade 1.7.0 -> 1.7.1

2022-04-13 Thread wangmy
Changelog:
=
* inputattach supports the Gunze protocol
* Three missing dependencies were added in the Makefile
* An overflow in ffcfstress was fixed

Signed-off-by: Wang Mingyu 
---
 .../{linuxconsole_1.7.0.bb => linuxconsole_1.7.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/linuxconsole/{linuxconsole_1.7.0.bb => 
linuxconsole_1.7.1.bb} (97%)

diff --git a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb 
b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb
similarity index 97%
rename from meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb
rename to meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb
index b706f634ed..f213b7859e 100644
--- a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb
+++ b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb
@@ -18,7 +18,7 @@ SRC_URI = "\
 file://inputattach.service \
 "
 
-SRC_URI[sha256sum] = 
"95d112f06393806116341d593bda002c8bc44119c1538407623268fed90d8c34"
+SRC_URI[sha256sum] = 
"bd4d4b7e37da02fc67e47ddf20b6f1243c0a7af7b02b918d5e72138ea8727547"
 
 S = "${WORKDIR}/linuxconsoletools-${PV}"
 
-- 
2.25.1


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



[oe] [meta-oe] [PATCH] libvpx: upgrade 1.8.2 -> 1.11.0

2022-04-13 Thread wangmy
Changelog from 1.8.2 to 1.11.0:
https://chromium.googlesource.com/webm/libvpx/+/refs/heads/main/CHANGELOG

Signed-off-by: Wang Mingyu 
---
 .../webm/{libvpx_1.8.2.bb => libvpx_1.11.0.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-multimedia/webm/{libvpx_1.8.2.bb => libvpx_1.11.0.bb} 
(90%)

diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb 
b/meta-oe/recipes-multimedia/webm/libvpx_1.11.0.bb
similarity index 90%
rename from meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb
rename to meta-oe/recipes-multimedia/webm/libvpx_1.11.0.bb
index 0e12587a20..8fd4f698d7 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx_1.8.2.bb
+++ b/meta-oe/recipes-multimedia/webm/libvpx_1.11.0.bb
@@ -7,9 +7,9 @@ LICENSE = "BSD-3-Clause"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4"
 
-SRCREV = "7ec7a33a081aeeb53fed1a8d87e4cbd189152527"
-SRC_URI += 
"git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=master \
-file://libvpx-configure-support-blank-prefix.patch \
+SRCREV = "626ff35955c2c35b806b3e0ecf551a1a8611cdbf"
+SRC_URI += 
"git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=main \
+   file://libvpx-configure-support-blank-prefix.patch \
"
 
 S = "${WORKDIR}/git"
-- 
2.25.1


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



[oe] [hardknott][meta-webserver][PATCH] apache2: upgrade 2.4.52 -> 2.4.53

2022-04-13 Thread Changqing Li
From: Changqing Li 

This upgarde fix sereval CVEs:
CVE-2022-22719
CVE-2022-22720
CVE-2022-22721
CVE-2022-23943

Signed-off-by: Changqing Li 
---
 ...re-use-pkg-config-for-PCRE-detection.patch | 35 +--
 .../{apache2_2.4.52.bb => apache2_2.4.53.bb}  |  2 +-
 2 files changed, 18 insertions(+), 19 deletions(-)
 rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.52.bb => 
apache2_2.4.53.bb} (99%)

diff --git 
a/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
 
b/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
index 6c0286457..60154f029 100644
--- 
a/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
+++ 
b/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch
@@ -1,4 +1,4 @@
-From d2cedfa3394365689a3f7c8cfe8e0dd56b29bed9 Mon Sep 17 00:00:00 2001
+From f30e98867031ce0b01a35607af1ac7a2ff9c4925 Mon Sep 17 00:00:00 2001
 From: Koen Kooi 
 Date: Tue, 17 Jun 2014 09:10:57 +0200
 Subject: [PATCH] configure: use pkg-config for PCRE detection
@@ -7,38 +7,37 @@ Upstream-Status: Pending
 
 Signed-off-by: Koen Kooi 
 ---
- configure.in | 27 +--
- 1 file changed, 5 insertions(+), 22 deletions(-)
+ configure.in | 26 +-
+ 1 file changed, 5 insertions(+), 21 deletions(-)
 
 diff --git a/configure.in b/configure.in
-index 9feaceb..dc6ea15 100644
+index 38c1d0a..c799aec 100644
 --- a/configure.in
 +++ b/configure.in
-@@ -215,28 +215,11 @@ fi
- AC_ARG_WITH(pcre,
- APACHE_HELP_STRING(--with-pcre=PATH,Use external PCRE library))
+@@ -221,27 +221,11 @@ else if which $with_pcre 2>/dev/null; then :; else
+ fi
+ fi
  
--AC_PATH_PROG(PCRE_CONFIG, pcre-config, false)
--if test -d "$with_pcre" && test -x "$with_pcre/bin/pcre-config"; then
--   PCRE_CONFIG=$with_pcre/bin/pcre-config
--elif test -x "$with_pcre"; then
--   PCRE_CONFIG=$with_pcre
--fi
+-AC_CHECK_TARGET_TOOLS(PCRE_CONFIG, [pcre2-config pcre-config],
+-  [`which $with_pcre 2>/dev/null`], $with_pcre)
 -
--if test "$PCRE_CONFIG" != "false"; then
+-if test "x$PCRE_CONFIG" != "x"; then
 -  if $PCRE_CONFIG --version >/dev/null 2>&1; then :; else
--AC_MSG_ERROR([Did not find pcre-config script at $PCRE_CONFIG])
+-AC_MSG_ERROR([Did not find working script at $PCRE_CONFIG])
 -  fi
 -  case `$PCRE_CONFIG --version` in
+-  [1[0-9].*])
+-AC_DEFINE(HAVE_PCRE2, 1, [Detected PCRE2]) 
+-;;
 -  [[1-5].*])
 -AC_MSG_ERROR([Need at least pcre version 6.0])
 -;;
 -  esac
 -  AC_MSG_NOTICE([Using external PCRE library from $PCRE_CONFIG])
 -  APR_ADDTO(PCRE_INCLUDES, [`$PCRE_CONFIG --cflags`])
--  APR_ADDTO(PCRE_LIBS, [`$PCRE_CONFIG --libs`])
+-  APR_ADDTO(PCRE_LIBS, [`$PCRE_CONFIG --libs8 2>/dev/null || $PCRE_CONFIG 
--libs`])
 -else
--  AC_MSG_ERROR([pcre-config for libpcre not found. PCRE is required and 
available from http://pcre.org/])
+-  AC_MSG_ERROR([pcre(2)-config for libpcre not found. PCRE is required and 
available from http://pcre.org/])
 -fi
 +PKG_CHECK_MODULES([PCRE], [libpcre], [
 +  AC_DEFINE([HAVE_PCRE], [1], [Define if you have PCRE library])
@@ -49,5 +48,5 @@ index 9feaceb..dc6ea15 100644
  
  AC_MSG_NOTICE([])
 -- 
-2.7.4
+2.25.1
 
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.52.bb 
b/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb
similarity index 99%
rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.52.bb
rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb
index 10123aa2b..719185150 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.52.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb
@@ -26,7 +26,7 @@ SRC_URI_append_class-target = " \
"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3"
-SRC_URI[sha256sum] = 
"0127f7dc497e9983e9c51474bed75e45607f2f870a7675a86dc90af6d572f5c9"
+SRC_URI[sha256sum] = 
"d0bbd1121a57b5f2a6ff92d7b96f8050c5a45d3f14db118f64979d525858db63"
 
 S = "${WORKDIR}/httpd-${PV}"
 
-- 
2.25.1


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