[oe] [meta-networking][PATCH] postfix: upgrade 3.6.3 -> 3.6.4

2022-01-15 Thread Yi Zhao
Refresh patches. Signed-off-by: Yi Zhao --- ...makedefs.patch => 0001-Fix-makedefs.patch} | 23 ++- ...conf-to-a-variable-for-cross-compil.patch} | 40 +-- ...ive-compiler-to-build-makedefs.test.patch} | 16 ...config.patch => 0004-Fix-icu-config.patch} | 21

[oe] [meta-python][PATCH 6/7] python3-cryptography-vectors: upgrade 35.0.0 => 36.0.1

2022-01-15 Thread Tim Orling
Add note to remind contributors to keep this recipe in lock-step with python3-cryptography. They must be at the same version. 5bd0c10d allow parsing of nonstandard country name and jurisdiction country name (#6641) 78c2dd8a add AES SIV vectors (#6608) c451c1df add AES OCB3 test vectors (#6606)

[oe] [meta-python][PATCH 7/7] python3-cryptography: upgrade 3.3.2 -> 36.0.1

2022-01-15 Thread Tim Orling
See https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3601---2021-12-14 for changes * Add PSF-2.0 license and explicitly add checksums for the LICENSE files that are packaged. * RDEPENDS on python3-hypothesis (in oe-core) for ptest so we can drop the patch for skipping. * Drop

[oe] [meta-python][PATCH 5/7] python3-pytest-subtests: upgrade 0.5.0 -> 0.6.0

2022-01-15 Thread Tim Orling
0.6.0 (2022-01-15) * pytest>=6.0 is now required. * Added official support for Python 3.10. * Dropped support for Python 3.5. * Users no longer need to configure a warnings filter for the internal A private pytest class or function was used pytest warning (#52). * Experimental: Use SUBPASS and ,

[oe] [meta-python][PATCH 4/7] python3-pyruvate: add recipe for v1.1.2

2022-01-15 Thread Tim Orling
Pyruvate is a reasonably fast, multithreaded, non-blocking WSGI server implemented in Rust. This recipe uses the new setuptools3_rust and pyo3 classes. Signed-off-by: Tim Orling --- .../python/python3-pyruvate_1.1.2.bb | 119 ++ 1 file changed, 119 insertions(+)

[oe] [meta-python][PATCH 3/7] setuptools3_rust.bbclass: setuptoools Rust plugin

2022-01-15 Thread Tim Orling
setuptools-rust is a plugin for setuptools to build Rust Python extensions implemented with PyO3 or rust-cpython. Compile and distribute Python extensions written in Rust as easily as if they were written in C. This class inherits pyo3.bbclass (and therefore cargo.bbclass) and

[oe] [meta-python][PATCH 2/7] pyo3.bbclass: add class for PyO3 cross-compilation

2022-01-15 Thread Tim Orling
PyO3 provides Rust bindings for Python, including tools for creating native Python extension modules. Running and interacting with Python code from a Rust binary is also supported. This class sets up the cross-compilation environment. Export PYO3_CROSS, PYO3_CROSS_LIB_DIR, PYO3_CROSS_INCLUDE_DIR

[oe] [meta-python][PATCH 1/7] python3-setuptools-rust-native: add v1.1.2 recipe

2022-01-15 Thread Tim Orling
Dependency for python3-cryptography 3.4.x+ Only native rustc is supported at this time in oe-core, therefore it makes no sense to try to build for target. Signed-off-by: Tim Orling --- .../python3-setuptools-rust-native_1.1.2.bb | 26 +++ 1 file changed, 26 insertions(+)

[oe] [meta-python][PATCH 0/7] setuptools-rust and python3-cryptography

2022-01-15 Thread Tim Orling
This series upgrades python3-cryptography from the last version to be purely Python/C extensions (3.3.2) to the latest version which also includes Rust extensions (36.0.1). This has been tested (including full ptest runs) on: - qemux86-64 - qemux86-musl - qemuarm64 The test cases require

[oe] [meta-oe][hardknott][PATCH] postgresql: Update to 13.5

2022-01-15 Thread Robert Joslyn
This is a security and bugfix release. With this update, the backported patches for CVE-2021-2314 and CVE-2021-23222 are no longer needed. Full release notes are available at: https://www.postgresql.org/docs/release/13.5/ Signed-off-by: Robert Joslyn ---

[oe] [meta-oe][PATCH] postgresql: Update to 14.1

2022-01-15 Thread Robert Joslyn
Refresh patches, since upstream moved from configure.in to configure.ac. Remove CVE backports that no longer apply to the new version. Update SRC_URI to use https. Upstream redirects http to https anyway. Rework PACKAGECONFIG: * Reorder PACKAGECONFIG to be the same as the `./configure --help`

Re: [oe] [PATCH 2/3] iotop: move to the C port of iotop

2022-01-15 Thread Khem Raj
On Sat, Jan 15, 2022 at 2:33 AM Ross Burton wrote: > On Sat, 15 Jan 2022 at 01:26, Khem Raj wrote: > > It fails on clang/arm see > > https://errors.yoctoproject.org/Errors/Details/622623/ > > That's clang segfaulting, fun! I don't have access to my build > machine this weekend, can you just

Re: [oe] [meta-oe][dunfell][PATCH 1/5] freerdp: Upgrade to 2.2.0

2022-01-15 Thread Marek Vasut
On 1/15/22 14:43, akuster808 wrote: On 1/11/22 8:57 PM, Marek Vasut wrote: On 1/12/22 05:42, akuster808 wrote: On 1/11/22 2:47 PM, Marek Vasut wrote: From: Khem Raj (cherry picked from commit f751dcf81a18fe817b40e755a2ba3f54a74d1e02) Signed-off-by: Khem Raj Signed-off-by: Marek Vasut

[oe] [hardknott 11/11] udisks2: upgrade from 2.9.2 to 2.9.4

2022-01-15 Thread Armin Kuster
From: Chen Qi Upgrade udisks2 from 2.9.2 to 2.9.4. This upgrade will solves CVE-2021-3802. Signed-off-by: Chen Qi Signed-off-by: Armin Kuster --- .../udisks/{udisks2_2.9.2.bb => udisks2_2.9.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [hardknott 08/11] postfix: upgrade 3.4.12 -> 3.4.23

2022-01-15 Thread Armin Kuster
From: Yi Zhao Changelog: http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.3.20.HISTORY Signed-off-by: Yi Zhao Signed-off-by: Armin Kuster --- .../postfix/{postfix_3.4.12.bb => postfix_3.4.23.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[oe] [hardknott 10/11] wireshark: update to latest stable 3.4.11

2022-01-15 Thread Armin Kuster
For more infromation, see: https://www.wireshark.org/docs/relnotes/wireshark-3.4.11.html refresh 0004-lemon-Remove-line-directives.patch Includes CVEs: 3.4.11: wnpa-sec-2021-16 Gryphon dissector crash. Issue 17737. CVE-2021-4186. wnpa-sec-2021-17 RTMPT dissector infinite loop. Issue 17745.

[oe] [hardknott 09/11] apache2: upgrade 2.4.51 -> 2.4.52

2022-01-15 Thread Armin Kuster
From: wangmy Changelog: == *) SECURITY: CVE-2021-44790: Possible buffer overflow when parsing multipart content in mod_lua of Apache HTTP Server 2.4.51 and earlier (cve.mitre.org) A carefully crafted request body can cause a buffer overflow in the mod_lua multipart

[oe] [hardknott 07/11] postfix: fix build with glibc 2.34

2022-01-15 Thread Armin Kuster
From: Yi Zhao Backport a patch to fix build against glibc 2.34 (e.g. on Fedora 35) Fixes: | In file included from attr_clnt.c:88: | /usr/include/unistd.h:363:13: error: conflicting types for ‘closefrom’; have ‘void(int)’ | 363 | extern void closefrom (int __lowfd) __THROW; | |

[oe] [hardknott 06/11] ifenslave: Add branch=main

2022-01-15 Thread Armin Kuster
From: Jeremy Puhlman master branch has been removed upstream Signed-off-by: Jeremy A. Puhlman [tweeked to apply to previous branch define] Signed-off-by: Armin Kuster --- meta-networking/recipes-support/ifenslave/ifenslave_2.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[oe] [hardknott 05/11] nss: fix CVE-2021-43527

2022-01-15 Thread Armin Kuster
From: Sakib Sajal Backport patch to fix CVE-2021-43527. Signed-off-by: Sakib Sajal Signed-off-by: Armin Kuster --- ...re-DER-encoded-signatures-are-within.patch | 297 ++ meta-oe/recipes-support/nss/nss_3.64.bb | 1 + 2 files changed, 298 insertions(+) create mode

[oe] [hardknott 03/11] redis: add back missing patch

2022-01-15 Thread Armin Kuster
From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Armin Kuster --- meta-oe/recipes-extended/redis/redis_6.2.6.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-extended/redis/redis_6.2.6.bb b/meta-oe/recipes-extended/redis/redis_6.2.6.bb index

[oe] [hardknott 04/11] googletest: Switch branch from master to main

2022-01-15 Thread Armin Kuster
From: Peter Kjellerstedt The master branch has been renamed to main in the github repo. Change-Id: I19e9ea3998cf22508425d87fceb64ae68fbff166 Signed-off-by: Peter Kjellerstedt Signed-off-by: Armin Kuster --- meta-oe/recipes-test/googletest/googletest_git.bb | 2 +- 1 file changed, 1

[oe] [hardknott 02/11] libteam: switch to python3

2022-01-15 Thread Armin Kuster
From: Mingli Yu The original fix for team_basic_test.py only change the interpreter to python3, but still some error as below: # ./run-ptest File "/usr/lib64/libteam/ptest/./team_basic_test.py", line 35 print "Usage: team_basic_test.py [OPTION...]"

[oe] [hardknott 00/11] Patch review: Jan 15th

2022-01-15 Thread Armin Kuster
Please have comments back by Monday The following changes since commit 4932616b69b957e3a876541a579b79cb3f83306f: sdbus-c++-libsystemd: Avoid hard dependency on rsync (2021-11-18 08:05:44 -0800) are available in the Git repository at: git://git.openembedded.org/meta-openembedded-contrib

[oe] [hardknott 01/11] syslog-ng: adjust control socket location

2022-01-15 Thread Armin Kuster
From: Changqing Li Commit [1] changed the pidfile dir to /var/run/syslog-ng. This also changed the location where the control socket is searched for, causing the following error with systemd: root@qemux86-64:~# syslog-ng-ctl config Error connecting control socket,

Re: [oe][meta-oe][hardknott][PATCH] protobuf: Fix static init fiasco on 3.15.2

2022-01-15 Thread Armin Kuster
On 1/12/22 12:11 AM, He Zhe wrote: > The protobuf 3.15.2 suffers from the C++ "Static Initialization Fiasco" > issue. This patches makes the extension attributes have a higher > priority than the attributes, so there's no possibility of random > initialization orders. > > Signed-off-by: Jani

[oe] [meta-oe][PATCH] htop: Update to 3.1.2

2022-01-15 Thread Robert Joslyn
Upstream renamed the branch to "main", update SRC_URI. Refresh pkg-config patch. Update PACKAGECONFIG options. The linux-affinity option was renamed to affinity. Add a packageconfig conflict between affinity and hwloc, since these are mutually exclusive. The setuid option was removed by

Re: [oe] [hardknott][meta-webserver][PATCH] apache2: fix CVE-2021-44790,CVE-2021-44224

2022-01-15 Thread Armin Kuster
On 1/13/22 12:02 AM, Changqing Li wrote: > From: Changqing Li > > Signed-off-by: Changqing Li > --- > .../apache2/apache2/CVE-2021-44224-1.patch| 282 ++ > .../apache2/apache2/CVE-2021-44224-2.patch| 110 +++ > .../apache2/apache2/CVE-2021-44790.patch | 32 ++

Re: [oe] [meta-oe][dunfell][PATCH 1/5] freerdp: Upgrade to 2.2.0

2022-01-15 Thread Armin Kuster
On 1/11/22 8:57 PM, Marek Vasut wrote: > On 1/12/22 05:42, akuster808 wrote: >> >> >> On 1/11/22 2:47 PM, Marek Vasut wrote: >>> From: Khem Raj >>> >>> (cherry picked from commit f751dcf81a18fe817b40e755a2ba3f54a74d1e02) >>> Signed-off-by: Khem Raj >>> Signed-off-by: Marek Vasut >> >> And why

[oe] Honister merge request: Jan 15th

2022-01-15 Thread Armin Kuster
The following changes since commit ae34f8f8e4f7210e4e86656a5dd9fb9bc1766ce1:   googletest: Switch branch from master to main (2021-12-18 11:23:46 -0800) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded honister-next for you to fetch changes up to

Re: [oe] [PATCH 2/3] iotop: move to the C port of iotop

2022-01-15 Thread Ross Burton
On Sat, 15 Jan 2022 at 01:26, Khem Raj wrote: > It fails on clang/arm see > https://errors.yoctoproject.org/Errors/Details/622623/ That's clang segfaulting, fun! I don't have access to my build machine this weekend, can you just throw in TOOLCHAIN="gcc" for now? Ross -=-=-=-=-=-=-=-=-=-=-=-