[hardknott 00/15] Patch review July 29th
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 |
|