All of lore.kernel.org
 help / color / mirror / Atom feed
* [hardknott 00/15] Patch review July 29th
@ 2021-07-29 23:36 Armin Kuster
  2021-07-29 23:36 ` [hardknott 01/15] python3-django: upgrade 3.2.4 -> 3.2.5 (fix CVE-2021-35042) Armin Kuster
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Armin Kuster @ 2021-07-29 23:36 UTC (permalink / raw)
  To: openembedded-devel

Please provide feedback by Saturday.

The following changes since commit 6a7ba8f7f210e04183fb64ab181520d817a34a11:

  sysbench: fix memory test (2021-07-14 21:27:01 -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

Andreas Müller (1):
  mariadb: Fix configure

Armin Kuster (1):
  hiawatha: fix url.

Gianfranco (3):
  vboxguestdrivers: upgrade 6.1.18 -> 6.1.20
  vboxguestdrivers: upgrade 6.1.20 -> 6.1.22
  vboxguestdrivers: add a fix for build failure with kernel 5.13

Joe Slater (1):
  python3-pillow: fix CVE-2021-34552

Kai Kang (1):
  mariadb: fix failures to start install_db.service

Khem Raj (3):
  mariadb: Upgrade to 10.5.10
  mariadb: Include missing sys/type.h for ssize_t
  mariadb: Fix build with clang/musl

Tony Tascioglu (2):
  redis: fix CVE-2021-29477
  redis: fix CVE-2021-29478

Trevor Gamblin (1):
  python3-django: upgrade 3.2.4 -> 3.2.5 (fix CVE-2021-35042)

Zoltán Böszörményi (2):
  mariadb: Use qemu to run cross-compiled binaries
  mariadb: Upgrade to 10.5.11

 ...ve_10.5.9.bb => mariadb-native_10.5.11.bb} |   0
 meta-oe/recipes-dbs/mysql/mariadb.inc         |  56 ++--
 .../mariadb/fix-a-building-failure.patch      |  35 ---
 .../recipes-dbs/mysql/mariadb/mm_malloc.patch |  11 +
 .../mysql/mariadb/ppc-remove-glibc-dep.patch  |   2 +-
 ...Lists.txt-fix-gen_lex_hash-not-found.patch |  67 -----
 .../recipes-dbs/mysql/mariadb/ssize_t.patch   |  15 +
 .../{mariadb_10.5.9.bb => mariadb_10.5.11.bb} |   4 +-
 .../redis/redis/fix-CVE-2021-29477.patch      |  35 +++
 .../redis/redis/fix-CVE-2021-29478.patch      |  42 +++
 meta-oe/recipes-extended/redis/redis_6.2.2.bb |   2 +
 .../40-linux-5.13-support.patch               | 276 ++++++++++++++++++
 .../vboxguestdrivers/kernel-5.10.patch        |  23 --
 ...s_6.1.18.bb => vboxguestdrivers_6.1.22.bb} |   6 +-
 ...jango_3.2.4.bb => python3-django_3.2.5.bb} |   2 +-
 ...Limit-sprintf-modes-to-10-characters.patch |  49 ++++
 ...0001-Use-snprintf-instead-of-sprintf.patch |  43 +++
 .../python/python3-pillow_8.2.0.bb            |   2 +
 .../recipes-httpd/hiawatha/hiawatha_10.11.bb  |   2 +-
 19 files changed, 513 insertions(+), 159 deletions(-)
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.5.9.bb => mariadb-native_10.5.11.bb} (100%)
 delete mode 100644 meta-oe/recipes-dbs/mysql/mariadb/fix-a-building-failure.patch
 create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/mm_malloc.patch
 delete mode 100644 meta-oe/recipes-dbs/mysql/mariadb/sql-CMakeLists.txt-fix-gen_lex_hash-not-found.patch
 create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/ssize_t.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.5.9.bb => mariadb_10.5.11.bb} (81%)
 create mode 100644 meta-oe/recipes-extended/redis/redis/fix-CVE-2021-29477.patch
 create mode 100644 meta-oe/recipes-extended/redis/redis/fix-CVE-2021-29478.patch
 create mode 100644 meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/40-linux-5.13-support.patch
 delete mode 100644 meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/kernel-5.10.patch
 rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_6.1.18.bb => vboxguestdrivers_6.1.22.bb} (94%)
 rename meta-python/recipes-devtools/python/{python3-django_3.2.4.bb => python3-django_3.2.5.bb} (77%)
 create mode 100644 meta-python/recipes-devtools/python/python3-pillow/0001-Limit-sprintf-modes-to-10-characters.patch
 create mode 100644 meta-python/recipes-devtools/python/python3-pillow/0001-Use-snprintf-instead-of-sprintf.patch

-- 
2.25.1


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

end of thread, other threads:[~2021-07-29 23:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29 23:36 [hardknott 00/15] Patch review July 29th Armin Kuster
2021-07-29 23:36 ` [hardknott 01/15] python3-django: upgrade 3.2.4 -> 3.2.5 (fix CVE-2021-35042) Armin Kuster
2021-07-29 23:36 ` [hardknott 02/15] redis: fix CVE-2021-29477 Armin Kuster
2021-07-29 23:36 ` [hardknott 03/15] redis: fix CVE-2021-29478 Armin Kuster
2021-07-29 23:36 ` [hardknott 04/15] mariadb: Fix configure Armin Kuster
2021-07-29 23:36 ` [hardknott 05/15] mariadb: Upgrade to 10.5.10 Armin Kuster
2021-07-29 23:36 ` [hardknott 06/15] mariadb: Include missing sys/type.h for ssize_t Armin Kuster
2021-07-29 23:36 ` [hardknott 07/15] mariadb: Fix build with clang/musl Armin Kuster
2021-07-29 23:36 ` [hardknott 08/15] mariadb: Use qemu to run cross-compiled binaries Armin Kuster
2021-07-29 23:36 ` [hardknott 09/15] mariadb: Upgrade to 10.5.11 Armin Kuster
2021-07-29 23:36 ` [hardknott 10/15] mariadb: fix failures to start install_db.service Armin Kuster
2021-07-29 23:36 ` [hardknott 11/15] vboxguestdrivers: upgrade 6.1.18 -> 6.1.20 Armin Kuster
2021-07-29 23:36 ` [hardknott 12/15] vboxguestdrivers: upgrade 6.1.20 -> 6.1.22 Armin Kuster
2021-07-29 23:36 ` [hardknott 13/15] vboxguestdrivers: add a fix for build failure with kernel 5.13 Armin Kuster
2021-07-29 23:36 ` [hardknott 14/15] hiawatha: fix url Armin Kuster
2021-07-29 23:36 ` [hardknott 15/15] python3-pillow: fix CVE-2021-34552 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.