Re: Hardknott merge request May 28th


Khem Raj
 

merged now thank you

On Fri, May 28, 2021 at 9:03 AM akuster808 <akuster808@...> wrote:

The following changes since commit cf5bd6a8308108b4313a1e45ce8aa87e73125bf9:

xfce4-settings: upgrade 4.16.0 -> 4.16.1 (2021-05-17 07:18:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9ee0e08ba2395b9cb93f2273bb1018adb3630407:

libgtop: fix do_compile error (2021-05-23 08:29:00 -0700)

----------------------------------------------------------------
Alexander Vickberg (1):
hostapd: fix building with CONFIG_TLS=internal

Andreas Müller (1):
libgtop: tidy up recipe

Changqing Li (1):
libgtop: fix do_compile error

Khem Raj (1):
opencv: Disable tbb on riscv/musl

Leon Anavi (4):
python3-cerberus: Upgrade 1.3.3 -> 1.3.4
python3-robotframework: Upgrade 4.0.1 -> 4.0.2
python3-rfc3339-validator: Upgrade 0.1.3 -> 0.1.4
python3-pymongo: Upgrade 3.11.3 -> 3.11.4

Saul Wold (2):
opencv: remove tbb packageconfig for powerpc
sysdig: disable building for ppc

Trevor Gamblin (2):
python3-django: upgrade 2.2.20 -> 2.2.22
python3-django: upgrade 3.2 -> 3.2.2

wangmy (10):
uftrace: Fix a plthook crash on aarch64 with binutils2.35.1 and
later versions on aarch64
exiv2: Fix CVE-2021-29457
exiv2: Fix CVE-2021-29458
exiv2: Fix CVE-2021-29463
exiv2: Fix CVE-2021-3482
exiv2: Fix CVE-2021-29464
exiv2: Fix CVE-2021-29470
exiv2: Fix CVE-2021-29473
libsdl: Fix CVE-2019-13616
trace-cmd: Conflict resolution

zangrc (1):
postgresql: upgrade 13.2 -> 13.3

.../libgtop/0001-fix-compile-error-for-cross-compile.patch | 37
+++++++++
meta-gnome/recipes-gnome/libgtop/libgtop_2.40.0.bb | 7 +-
.../hostapd/hostapd/0001-Prepare-for-CVE-2021-30004.patch.patch | 45
+++++++++++
meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb | 1 +
.../0001-configure.in-bypass-autoconf-2.69-version-check.patch | 2 +-
.../postgresql/{postgresql_13.2.bb => postgresql_13.3.bb} | 2 +-
.../uftrace/0001-Fix-error-on-aarch64-with-binutils2.35.1.patch | 27
-------
...1-aarch64-Fix-a-plthook-crash-on-aarch64-with-binutils.patch | 47
+++++++++++
meta-oe/recipes-devtools/uftrace/uftrace_0.9.4.bb | 2 +-
meta-oe/recipes-extended/sysdig/sysdig_git.bb | 2 +
.../recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-13616.patch | 27
+++++++
meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb | 1 +
meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb | 2 +
meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29457.patch | 26
++++++
meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29458.patch | 37
+++++++++
meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29463.patch | 120
++++++++++++++++++++++++++++
meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29464.patch | 72
+++++++++++++++++
meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29470.patch | 32
++++++++
meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29473.patch | 21 +++++
meta-oe/recipes-support/exiv2/exiv2/CVE-2021-3482.patch | 54
+++++++++++++
meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb | 9 ++-
meta-oe/recipes-support/opencv/opencv_4.5.2.bb | 6 ++
.../{python3-cerberus_1.3.3.bb => python3-cerberus_1.3.4.bb} | 4 +-
meta-python/recipes-devtools/python/python3-django_2.2.20.bb | 9 ---
meta-python/recipes-devtools/python/python3-django_2.2.22.bb | 9 +++
.../python/{python3-django_3.2.bb => python3-django_3.2.2.bb} | 4 +-
.../{python3-pymongo_3.11.3.bb => python3-pymongo_3.11.4.bb} | 2 +-
...39-validator_0.1.3.bb => python3-rfc3339-validator_0.1.4.bb} | 2 +-
...-robotframework_4.0.1.bb => python3-robotframework_4.0.2.bb} | 2 +-
29 files changed, 561 insertions(+), 50 deletions(-)
create mode 100644
meta-gnome/recipes-gnome/libgtop/libgtop/0001-fix-compile-error-for-cross-compile.patch
create mode 100644
meta-oe/recipes-connectivity/hostapd/hostapd/0001-Prepare-for-CVE-2021-30004.patch.patch
rename meta-oe/recipes-dbs/postgresql/{postgresql_13.2.bb =>
postgresql_13.3.bb} (78%)
delete mode 100644
meta-oe/recipes-devtools/uftrace/uftrace/0001-Fix-error-on-aarch64-with-binutils2.35.1.patch
create mode 100644
meta-oe/recipes-devtools/uftrace/uftrace/0001-aarch64-Fix-a-plthook-crash-on-aarch64-with-binutils.patch
create mode 100644
meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-13616.patch
create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29457.patch
create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29458.patch
create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29463.patch
create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29464.patch
create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29470.patch
create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29473.patch
create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-3482.patch
rename meta-python/recipes-devtools/python/{python3-cerberus_1.3.3.bb
=> python3-cerberus_1.3.4.bb} (75%)
delete mode 100644
meta-python/recipes-devtools/python/python3-django_2.2.20.bb
create mode 100644
meta-python/recipes-devtools/python/python3-django_2.2.22.bb
rename meta-python/recipes-devtools/python/{python3-django_3.2.bb =>
python3-django_3.2.2.bb} (59%)
rename meta-python/recipes-devtools/python/{python3-pymongo_3.11.3.bb
=> python3-pymongo_3.11.4.bb} (91%)
rename
meta-python/recipes-devtools/python/{python3-rfc3339-validator_0.1.3.bb
=> python3-rfc3339-validator_0.1.4.bb} (83%)
rename
meta-python/recipes-devtools/python/{python3-robotframework_4.0.1.bb =>
python3-robotframework_4.0.2.bb} (91%)

Join {openembedded-devel@lists.openembedded.org to automatically receive all group messages.