Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: "Armin Kuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [dunfell 00/15] Patch review July 24th
Date: Sat, 24 Jul 2021 21:52:06 -0700	[thread overview]
Message-ID: <cover.1627164868.git.akuster808@gmail.com> (raw)

please have comments back by Tuesday.

The following changes since commit 10082fce3b6ddeaaae4df95f7f002356942b7577:

  postgresql: update to 12.7 (2021-07-17 07:42:33 -0700)

are available in the Git repository at:

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

Armin Kuster (2):
  mariadb: update to 10.4.20
  hiawatha: fix url.

Bruce Ashfield (1):
  vboxguestdrivers: fix build against kernel v5.10+

Gianfranco (5):
  vboxguestdrivers: upgrade 6.1.16 -> 6.1.18
  vboxguestdrivers: Add patch proposed upstream to fix a build failure
    on i386
  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

Gianfranco Costamagna (3):
  vboxguestdrivers: upgrade 6.1.6 -> 6.1.12
  vboxguestdrivers: upgrade 6.1.12 -> 6.1.14 Drop kernel 5.8
    compatibility patch, now part of upstream codebase
  vboxguestdrivers: upgrade 6.1.14 -> 6.1.16

Hongxu Jia (1):
  vboxguestdrivers: fix failed to compile with kernel 5.8.0

Jate Sujjavanich (1):
  ufw: backport patches, update RRECOMMENDS, python3 support, tests

Khem Raj (2):
  vboxguestdrivers: Fix build with kernel 5.8
  vboxguestdrivers: Add __divmoddi4 builtin support

 .../0006-check-requirements-get-error.patch   |    36 +
 ...se-conntrack-instead-of-state-module.patch | 14903 ++++++++++++++++
 ...8-support-.-setup.py-build-LP-819600.patch |    93 +
 ...st-runtime-tests-to-use-daytime-port.patch |  2895 +++
 ...IPT_MODULES-and-update-documentation.patch |   106 +
 ...nts--simplify-and-support-python-3.8.patch |    33 +
 ...tect-openembedded-python-interpreter.patch |    33 +
 ...setup-only-make-one-reference-to-env.patch |    14 +-
 .../recipes-connectivity/ufw/ufw_0.33.bb      |    49 +-
 ...e_10.4.17.bb => mariadb-native_10.4.20.bb} |     0
 meta-oe/recipes-dbs/mysql/mariadb.inc         |     4 +-
 ...{mariadb_10.4.17.bb => mariadb_10.4.20.bb} |     0
 .../40-linux-5.13-support.patch               |   276 +
 .../vboxguestdrivers/add__divmoddi4.patch     |    36 +
 ...rs_6.1.6.bb => vboxguestdrivers_6.1.22.bb} |     9 +-
 .../recipes-httpd/hiawatha/hiawatha_10.10.bb  |     2 +-
 16 files changed, 18476 insertions(+), 13 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/ufw/ufw/0006-check-requirements-get-error.patch
 create mode 100644 meta-networking/recipes-connectivity/ufw/ufw/0007-use-conntrack-instead-of-state-module.patch
 create mode 100644 meta-networking/recipes-connectivity/ufw/ufw/0008-support-.-setup.py-build-LP-819600.patch
 create mode 100644 meta-networking/recipes-connectivity/ufw/ufw/0009-adjust-runtime-tests-to-use-daytime-port.patch
 create mode 100644 meta-networking/recipes-connectivity/ufw/ufw/0010-empty-out-IPT_MODULES-and-update-documentation.patch
 create mode 100644 meta-networking/recipes-connectivity/ufw/ufw/0011-tests-check-requirements--simplify-and-support-python-3.8.patch
 create mode 100644 meta-networking/recipes-connectivity/ufw/ufw/Add-code-to-detect-openembedded-python-interpreter.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.4.17.bb => mariadb-native_10.4.20.bb} (100%)
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.4.17.bb => mariadb_10.4.20.bb} (100%)
 create mode 100644 meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/40-linux-5.13-support.patch
 create mode 100644 meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/add__divmoddi4.patch
 rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_6.1.6.bb => vboxguestdrivers_6.1.22.bb} (90%)

-- 
2.25.1


             reply	other threads:[~2021-07-25  4:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-25  4:52 Armin Kuster [this message]
2021-07-25  4:52 ` [dunfell 01/15] vboxguestdrivers: upgrade 6.1.6 -> 6.1.12 Armin Kuster
2021-07-25  4:52 ` [dunfell 02/15] vboxguestdrivers: fix failed to compile with kernel 5.8.0 Armin Kuster
2021-07-25  4:52 ` [dunfell 03/15] vboxguestdrivers: Fix build with kernel 5.8 Armin Kuster
2021-07-25  4:52 ` [dunfell 04/15] vboxguestdrivers: upgrade 6.1.12 -> 6.1.14 Drop kernel 5.8 compatibility patch, now part of upstream codebase Armin Kuster
2021-07-25  4:52 ` [dunfell 05/15] vboxguestdrivers: upgrade 6.1.14 -> 6.1.16 Armin Kuster
2021-07-25  4:52 ` [dunfell 06/15] vboxguestdrivers: fix build against kernel v5.10+ Armin Kuster
2021-07-25  4:52 ` [dunfell 07/15] vboxguestdrivers: upgrade 6.1.16 -> 6.1.18 Armin Kuster
2021-07-25  4:52 ` [dunfell 08/15] vboxguestdrivers: Add patch proposed upstream to fix a build failure on i386 Armin Kuster
2021-07-25  4:52 ` [dunfell 09/15] vboxguestdrivers: Add __divmoddi4 builtin support Armin Kuster
2021-07-25  4:52 ` [dunfell 10/15] vboxguestdrivers: upgrade 6.1.18 -> 6.1.20 Armin Kuster
2021-07-25  4:52 ` [dunfell 11/15] vboxguestdrivers: upgrade 6.1.20 -> 6.1.22 Armin Kuster
2021-07-25  4:52 ` [dunfell 12/15] vboxguestdrivers: add a fix for build failure with kernel 5.13 Armin Kuster
2021-07-25  4:52 ` [dunfell 13/15] mariadb: update to 10.4.20 Armin Kuster
2021-07-25  4:52 ` [dunfell 14/15] hiawatha: fix url Armin Kuster
2021-07-25  4:52 ` [dunfell 15/15] ufw: backport patches, update RRECOMMENDS, python3 support, tests 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.1627164868.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox