All of lore.kernel.org
 help / color / mirror / Atom feed
* [harkknott 00/23] Patch review
@ 2021-05-26 11:52 Armin Kuster
  2021-05-26 11:52 ` [harkknott 01/23] python3-cerberus: Upgrade 1.3.3 -> 1.3.4 Armin Kuster
                   ` (22 more replies)
  0 siblings, 23 replies; 25+ messages in thread
From: Armin Kuster @ 2021-05-26 11:52 UTC (permalink / raw)
  To: openembedded-devel

Please have comments back by Friday
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:

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

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

 ...-fix-compile-error-for-cross-compile.patch |  37 ++++++
 .../recipes-gnome/libgtop/libgtop_2.40.0.bb   |   7 +-
 ...001-Prepare-for-CVE-2021-30004.patch.patch |  45 +++++++
 .../hostapd/hostapd_2.9.bb                    |   1 +
 ...n-bypass-autoconf-2.69-version-check.patch |   2 +-
 ...{postgresql_13.2.bb => postgresql_13.3.bb} |   2 +-
 ...error-on-aarch64-with-binutils2.35.1.patch |  27 ----
 ...thook-crash-on-aarch64-with-binutils.patch |  47 +++++++
 .../recipes-devtools/uftrace/uftrace_0.9.4.bb |   2 +-
 meta-oe/recipes-extended/sysdig/sysdig_git.bb |   2 +
 .../libsdl/libsdl-1.2.15/CVE-2019-13616.patch |  27 ++++
 .../recipes-graphics/libsdl/libsdl_1.2.15.bb  |   1 +
 .../trace-cmd/trace-cmd_2.9.1.bb              |   2 +
 .../exiv2/exiv2/CVE-2021-29457.patch          |  26 ++++
 .../exiv2/exiv2/CVE-2021-29458.patch          |  37 ++++++
 .../exiv2/exiv2/CVE-2021-29463.patch          | 120 ++++++++++++++++++
 .../exiv2/exiv2/CVE-2021-29464.patch          |  72 +++++++++++
 .../exiv2/exiv2/CVE-2021-29470.patch          |  32 +++++
 .../exiv2/exiv2/CVE-2021-29473.patch          |  21 +++
 .../exiv2/exiv2/CVE-2021-3482.patch           |  54 ++++++++
 meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb |   9 +-
 .../recipes-support/opencv/opencv_4.5.2.bb    |   6 +
 ...rus_1.3.3.bb => python3-cerberus_1.3.4.bb} |   4 +-
 ...ngo_2.2.20.bb => python3-django_2.2.22.bb} |   4 +-
 ...-django_3.2.bb => python3-django_3.2.2.bb} |   4 +-
 ...go_3.11.3.bb => python3-pymongo_3.11.4.bb} |   2 +-
 ....bb => python3-rfc3339-validator_0.1.4.bb} |   2 +-
 ...0.1.bb => python3-robotframework_4.0.2.bb} |   2 +-
 28 files changed, 554 insertions(+), 43 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%)
 rename meta-python/recipes-devtools/python/{python3-django_2.2.20.bb => python3-django_2.2.22.bb} (41%)
 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%)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2021-05-26 12:20 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 11:52 [harkknott 00/23] Patch review Armin Kuster
2021-05-26 11:52 ` [harkknott 01/23] python3-cerberus: Upgrade 1.3.3 -> 1.3.4 Armin Kuster
2021-05-26 12:20   ` [oe] " Robert P. J. Day
2021-05-26 11:52 ` [harkknott 02/23] python3-robotframework: Upgrade 4.0.1 -> 4.0.2 Armin Kuster
2021-05-26 11:52 ` [harkknott 03/23] python3-django: upgrade 2.2.20 -> 2.2.22 Armin Kuster
2021-05-26 11:52 ` [harkknott 04/23] python3-django: upgrade 3.2 -> 3.2.2 Armin Kuster
2021-05-26 11:52 ` [harkknott 05/23] python3-rfc3339-validator: Upgrade 0.1.3 -> 0.1.4 Armin Kuster
2021-05-26 11:52 ` [harkknott 06/23] python3-pymongo: Upgrade 3.11.3 -> 3.11.4 Armin Kuster
2021-05-26 11:52 ` [harkknott 07/23] uftrace: Fix a plthook crash on aarch64 with binutils2.35.1 and later versions on aarch64 Armin Kuster
2021-05-26 11:52 ` [harkknott 08/23] exiv2: Fix CVE-2021-29457 Armin Kuster
2021-05-26 11:52 ` [harkknott 09/23] exiv2: Fix CVE-2021-29458 Armin Kuster
2021-05-26 11:52 ` [harkknott 10/23] exiv2: Fix CVE-2021-29463 Armin Kuster
2021-05-26 11:52 ` [harkknott 11/23] exiv2: Fix CVE-2021-3482 Armin Kuster
2021-05-26 11:52 ` [harkknott 12/23] exiv2: Fix CVE-2021-29464 Armin Kuster
2021-05-26 11:52 ` [harkknott 13/23] exiv2: Fix CVE-2021-29470 Armin Kuster
2021-05-26 11:52 ` [harkknott 14/23] exiv2: Fix CVE-2021-29473 Armin Kuster
2021-05-26 11:52 ` [harkknott 15/23] libsdl: Fix CVE-2019-13616 Armin Kuster
2021-05-26 11:52 ` [harkknott 16/23] hostapd: fix building with CONFIG_TLS=internal Armin Kuster
2021-05-26 11:52 ` [harkknott 17/23] opencv: remove tbb packageconfig for powerpc Armin Kuster
2021-05-26 11:52 ` [harkknott 18/23] sysdig: disable building for ppc Armin Kuster
2021-05-26 11:52 ` [harkknott 19/23] trace-cmd: Conflict resolution Armin Kuster
2021-05-26 11:52 ` [harkknott 20/23] postgresql: upgrade 13.2 -> 13.3 Armin Kuster
2021-05-26 11:52 ` [harkknott 21/23] opencv: Disable tbb on riscv/musl Armin Kuster
2021-05-26 11:52 ` [harkknott 22/23] libgtop: tidy up recipe Armin Kuster
2021-05-26 11:52 ` [harkknott 23/23] libgtop: fix do_compile error Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.