From: "Armin Kuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [hardknott 00/15] Patch review July 29th
Date: Thu, 29 Jul 2021 16:36:33 -0700 [thread overview]
Message-ID: <cover.1627593245.git.akuster808@gmail.com> (raw)
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
next reply other threads:[~2021-07-29 23:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-29 23:36 Armin Kuster [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1627593245.git.akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.