[oe] [meta-oe] [PATCH] zchunk: upgrade 1.1.16 -> 1.2.0

2022-02-22 Thread wangmy
Release zchunk 1.2.0 with the following changes: * Now builds for Windows * Can set '--uncompressed' flag when creating zchunk files to also store uncompressed digests * 'zck_read_header' now indicates whether there's a dictionary and what flags are enabled in the zchunk file * Minimum

[oe] [meta-oe] [PATCH] remmina: upgrade 1.4.23 -> 1.4.24

2022-02-22 Thread wangmy
Changelog: = Contribution section added to issue template Language of VNC encoding cleaned up Remmina Hardening and Compliance Remmina_preferences language reworked Resolve "Follow-up from "Remmina_preferences language reworked"" Encryption level language reworked Confirm on close of

[oe] [meta-oe] [PATCH] soci: upgrade 4.0.2 -> 4.0.3

2022-02-22 Thread wangmy
0001-Fix-build-when-SIGSTKSZ-is-no-longer-a-constant.patch removed since it's included in 4.0.3 Version 4.0.3 differs from 4.0.2 in the following ways: Changes affecting all or multiple backends: - Fix opening sessions from pool (#891). -

[oe] [meta-oe] [PATCH] tree: upgrade 2.0.1 -> 2.0.2

2022-02-22 Thread wangmy
Changelog: = - Okay, apparently the stddata addition is causing havoc (who knew how many scripts just haphazardly hand programs random file descriptors, that's surely not a problem.) Going forward the stddata option will only work if the environment variable STDDATA_FD is present or

[oe] [meta-networking] [PATCH] spice-protocol: upgrade 0.14.3 -> 0.14.4

2022-02-22 Thread wangmy
Major changes in 0.14.4 === * Fix enum deprecation warning for visual studio * Fix documentation typos in stream-device.h Signed-off-by: Wang Mingyu --- .../{spice-protocol_1.14.3.bb => spice-protocol_0.14.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-networking] [PATCH] tcpreplay: upgrade 4.4.0 -> 4.4.1

2022-02-22 Thread wangmy
Changelog: = Bug #708 fix support for feeding PCAP files from STDIN Bug #705 fix Debian/kfreebsd build Bug #704 fix typos Bug #703 safeguard against corrupt packet lengths in checksum functions Bug #702 fix double free in Juniper DLT Signed-off-by: Wang Mingyu ---

[oe] [meta-networking] [PATCH] wolfssl: upgrade 5.1.0- > 5.2.0

2022-02-22 Thread wangmy
Signed-off-by: Wang Mingyu --- .../wolfssl/{wolfssl_5.1.0.bb => wolfssl_5.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/wolfssl/{wolfssl_5.1.0.bb => wolfssl_5.2.0.bb} (93%) diff --git

[PATCH 2/2] [oe] [meta-python] [PATCH] python3-flask: upgrade 2.0.2 -> 2.0.3

2022-02-22 Thread xuhuan.f...@fujitsu.com
From: Xu Huan changelog: === -The test client's as_tuple parameter is deprecated and will be removed in Werkzeug 2.1. It is now also deprecated in Flask, to be removed in Flask 2.1, while remaining compatible with both

[PATCH 1/2] [oe] [meta-python] [PATCH] python3-autobahn: upgrade 21.11.1 -> 22.1.1

2022-02-22 Thread xuhuan.f...@fujitsu.com
From: Xu Huan Signed-off-by: Xu Huan --- .../{python3-autobahn_21.11.1.bb => python3-autobahn_22.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-autobahn_21.11.1.bb => python3-autobahn_22.1.1.bb} (86%) diff --git

[oe] [meta-oe] [PATCH] protobuf: upgrade 3.19.3 -> 3.19.4

2022-02-22 Thread zhengruoqin
Changelog: = Python * Make libprotobuf symbols local on OSX to fix issue #9395 (#9435) Ruby * Fixed a data loss bug that could occur when the number of 'optional' fields in a message is an exact multiple of 32. (#9440). PHP * Fixed a data loss bug that could occur when the number of

[oe] [meta-webserver] [PATCH] phpmyadmin: upgrade 5.1.2 -> 5.1.3

2022-02-22 Thread zhengruoqin
Changelog: = - Fix broken pagination links in the navigation sidebar - Fix MariaDB has no support for system variable "disabled_storage_engines" - Fix unsupported operand types in Results.php when running "SHOW PROCESSLIST" SQL query - Fixed importing browser settings question box after

[oe] [meta-oe] [PATCH] postgresql: upgrade 14.1 -> 14.2

2022-02-22 Thread zhengruoqin
refresh 0001-configure.ac-bypass-autoconf-2.69-version-check.patch License-Update: year updated to 2022 Signed-off-by: Zheng Ruoqin --- ...nfigure.ac-bypass-autoconf-2.69-version-check.patch | 10 -- .../{postgresql_14.1.bb => postgresql_14.2.bb} | 4 ++-- 2 files changed, 6

[oe] [meta-oe] [PATCH] poppler: upgrade 22.01.0 -> 22.02.0

2022-02-22 Thread zhengruoqin
Changelog: = core: * Signature: Add a way to detect unsigned FormFieldSignature * Signature: Suport background image when using left and right text * Signature: Fix path where to search for Firefox NSS in Windows * Signature: Fix NSS code to work correctly in Windows/Android * Count

[oe] [meta-oe] [PATCH] pugixml: upgrade 1.11.4 -> 1.12

2022-02-22 Thread zhengruoqin
License-Update: year updated to 2022. Changelog: = Bug fixes: -- -Fix a bug in xml_document move construction when the source of the move is empty -Fix const-correctness issues with iterator objects to support C++20 ranges XPath improvements: --- -Improved

Re: [oe] [PATCH] all layers: LAYERSERIES_COMPAT => kirkstone

2022-02-22 Thread Tim Orling
On Tue, Feb 22, 2022 at 6:20 PM Khem Raj wrote: > please update to latest master it has been fixed yesterday with > > https://git.openembedded.org/meta-openembedded/commit/?id=d9ec74d4c29fa3020d95a2ec0ada2e9a4f5767b6 > > Ah, thank you. Sorry for the noise. > On Tue, Feb 22, 2022 at 6:15 PM Tim

Re: [oe] [PATCH] all layers: LAYERSERIES_COMPAT => kirkstone

2022-02-22 Thread Khem Raj
please update to latest master it has been fixed yesterday with https://git.openembedded.org/meta-openembedded/commit/?id=d9ec74d4c29fa3020d95a2ec0ada2e9a4f5767b6 On Tue, Feb 22, 2022 at 6:15 PM Tim Orling wrote: > > Upstream oe-core is now testing for 'kirkstone' compatibility which > breaks

[oe] [PATCH] all layers: LAYERSERIES_COMPAT => kirkstone

2022-02-22 Thread Tim Orling
Upstream oe-core is now testing for 'kirkstone' compatibility which breaks any CI for meta-openembedded layers, Signed-off-by: Tim Orling --- meta-filesystems/conf/layer.conf | 2 +- meta-gnome/conf/layer.conf | 2 +- meta-initramfs/conf/layer.conf | 2 +-

Re: [oe] [hardknott][meta-oe][PATCH] openjpeg: fix CVE-2021-29338

2022-02-22 Thread kai
On 2/15/22 9:52 PM, kai wrote: From: Kai Kang CVE: CVE-2021-29338 Ref: * https://github.com/uclouvain/openjpeg/issues/1338 Ping. Kai Signed-off-by: Kai Kang --- .../openjpeg/openjpeg/CVE-2021-29338.patch| 78 +++ .../openjpeg/openjpeg_2.4.0.bb| 1

[oe] [meta-oe] [PATCH] nano: upgrade 6.0 -> 6.2

2022-02-22 Thread wangmy
Changes between v6.0 and v6.2: -- display: suppress the bottom-bar wiping only when the user is editing linter: adjust the parsing to accommodate for a modern 'pyflakes' syntaxes: fold a couple of regexes together, and improve a few comments tweaks: change the

[oe] [meta-oe] [PATCH] php: upgrade 8.1.2 -> 8.1.3

2022-02-22 Thread wangmy
Changelog: = Core: -- Fixed bug #81430 (Attribute instantiation leaves dangling pointer). Fixed bug #7896 (Environment vars may be mangled on Windows). Fixed bug #7883 (Segfault when INI file is not readable). FFI: - Fixed bug #7867 (FFI::cast() from pointer to array is broken).

[oe] [meta-gnome] [PATCH] nautilus: upgrade 41.1 -> 41.2

2022-02-22 Thread wangmy
Major changes in 41.2 = * Avoid cropping format popover in Compress dialog * Fix "Move to"/"Copy to" from Starred * Fix memory leak on tab switch * Translation updates Signed-off-by: Wang Mingyu --- .../nautilus/{nautilus_41.1.bb => nautilus_41.2.bb} | 2 +- 1

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

2022-02-22 Thread wangmy
Changelog: = b2fedc4 rsocket: Make sure that the allocated memory is aligned ebbdb85 Merge pull request #1107 from Sindhu-Devale/libirdma-12-9-fixes a83619b providers: Move input validation for memory window bind to core a274c9c providers/rxe: Replace '%' with '&' in check_qp_queue_full()

[oe] [meta-oe] [PATCH] mpv: upgrade 0.34.0 -> 0.34.1

2022-02-22 Thread wangmy
This is a bug fix release for the 0.34 branch. Fixes and Minor Enhancements - player: fix autofit/geometry related segfault - ao_oss: add missing PATH_DEV_MIXER define - egl_helpers: fix context creation if GLES 3 is not available - audio: stop corrupting audio on

[oe] [meta-networking] [PATCH] netplan: upgrade 0.103 -> 0.104

2022-02-22 Thread wangmy
refresh patches for 0.104: 0001-Makefile-do-not-use-Werror.patch 0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch 0001-parse-nm-fix-32bit-format-string.patch removed since it's included in 0.104 Changelog: = Enable embedded-switch-mode setting on SmartNICs (#253) Permit multiple

[oe] [meta-python][PATCH] python3-test-generator: drop recipe

2022-02-22 Thread Tim Orling
python3-nose still contains Python 2 code which causes errors in do_compile when using bdist_wheel or PEP-517 packaging. Like nose, test-generator has not been touched since 2016. Drop this recipe unless someone fixes the issues in python3-nose [YOCTO #14638] Signed-off-by: Tim Orling ---

[oe] [meta-python][PATCH] python3-wheel: Delete

2022-02-22 Thread Khem Raj
moved to oe-core Signed-off-by: Khem Raj --- .../packagegroups/packagegroup-meta-python.bb| 1 - .../recipes-devtools/python/python3-wheel_0.37.1.bb | 12 2 files changed, 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-wheel_0.37.1.bb

[oe] [meta-python][PATCH] python3-wheel: drop; moved to oe-core

2022-02-22 Thread Tim Orling
Because of layer priority, this recipe must be dropped before a build with the new PEP-517 packaging can proceed due to dependency loops. Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-wheel_0.37.1.bb | 12 1 file changed, 12 deletions(-) delete mode 100644

Re: [oe] [hardknott 6/9] cryptsetup: Add runtime dependency on lvm2-udevrules for udev

2022-02-22 Thread Denys Dmytriyenko
Armin, Ping. Just wanted to check if you saw this and if it got into your queue for Dunfell. Thanks! On Wed, Feb 16, 2022 at 04:06:16PM -0500, Denys Dmytriyenko wrote: > Can we also get this backported to Dunfell please? > Do you want me to submit a separate patch for this to happen? > Thanks!

[oe] [meta-python2][PATCH 2/3] meta: update license names

2022-02-22 Thread Martin Jansa
* openembedded-core/scripts/contrib/convert-spdx-licenses.py . ... All files processed with version 0.01 Signed-off-by: Martin Jansa --- recipes-connectivity/gateone/gateone_git.bb| 2 +- recipes-connectivity/telepathy/telepathy-python_0.15.19.bb | 2 +-

[oe] [meta-python2][PATCH 3/3] layer.conf: update LAYERSERIES_COMPAT for kirkstone

2022-02-22 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c91335d..38ef579 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,7 +14,7 @@ LAYERVERSION_meta-python2 = "1"

[oe] [meta-python][PATCH 1/2] python3-distro: Upgrade 1.6.0 -> 1.7.0

2022-02-22 Thread Leon Anavi
Upgrade to release 1.7.0: - Dropped support for EOL Pythons 2.7, 3.4 and 3.5 - Dropped support for LSB and uname back-ends when --root-dir is specified - Moved distro.py to src/distro/distro.py - Documented that distro.version() can return an empty string on rolling releases - Documented

[oe] [meta-python][PATCH 2/2] python3-click: Upgrade 8.0.3 -> 8.0.4

2022-02-22 Thread Leon Anavi
Upgrade to release 8.0.4: - open_file recognizes Path("-") as a standard stream, the same as the string "-". - The option and argument decorators preserve the type annotation of the decorated function. - A callable default value can customize its help text by overriding __str__ instead of

[oe] [meta-python] [PATCH] python3-alembic upgrade 1.7.5 -> 1.7.6

2022-02-22 Thread xuhuan.f...@fujitsu.com
From: Xu Huan License-Update: year updated to 2022 changelog: === Add a new command alembic ensure_version, which will ensure that the Alembic version table is present in the target database, but does not alter its