From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [kirkstone 00/13] Patch review
Date: Mon, 8 Aug 2022 07:22:39 -0700 [thread overview]
Message-ID: <cover.1659968069.git.akuster808@gmail.com> (raw)
Please have comments back by Wednesday.
The following changes since commit 8f2dc1023482863e2630d1b94052c41ce748b38f:
tracker: upgrade 3.3.1 -> 3.3.2 (2022-07-26 07:27:26 -0700)
are available in the Git repository at:
git://git.openembedded.org/meta-openembedded-contrib stable/kirkstone-nut
http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/kirkstone-nut
Akash Hadke (1):
polkit: Add --shell /bin/nologin to polkitd user
Anuj Mittal (1):
yasm: fix buildpaths warning
Khem Raj (1):
ibus: Swith to use main branch instead of master
Marta Rybczynska (1):
polkit: update patches for musl compilation
Martin Jansa (1):
glmark2: fix compatibility with python-3.11
Mingli Yu (6):
net-snmp: set ac_cv_path_PSPROG
postgresql: Fix the buildpaths issue
freeradius: Fix buildpaths issue
openipmi: Fix buildpaths issue
apache2: Fix the buildpaths issue
frr: fix buildpaths issue
Vyacheslav Yurkov (1):
polkit: add udisks2 rule
Yi Zhao (1):
polkit-group-rule-udisks2: fix override syntax in RDEPENDS
meta-gnome/recipes-support/ibus/ibus.inc | 2 +-
...01-version.c-don-t-print-build-flags.patch | 41 +++++++
.../freeradius/freeradius_3.0.21.bb | 1 +
.../recipes-protocols/frr/frr_8.2.2.bb | 5 +
.../net-snmp/net-snmp_5.9.1.bb | 1 +
.../openipmi/openipmi_2.0.32.bb | 4 +
...b-fix-compatibility-with-python-3.11.patch | 76 ++++++++++++
.../recipes-benchmark/glmark2/glmark2_git.bb | 3 +-
...-config_info.c-not-expose-build-info.patch | 110 ++++++++++++++++++
meta-oe/recipes-dbs/postgresql/postgresql.inc | 8 ++
.../recipes-dbs/postgresql/postgresql_14.4.bb | 1 +
meta-oe/recipes-devtools/yasm/yasm_git.bb | 5 +
.../files/50-org.freedesktop.udiskie.rules | 24 ++++
.../polkit/polkit-group-rule-udisks2.bb | 17 +++
...ded-support-for-duktape-as-JS-engine.patch | 20 ++--
...0004-Make-netgroup-support-optional.patch} | 103 ++++++++--------
...ke-netgroup-support-optional-duktape.patch | 34 ++++++
.../recipes-extended/polkit/polkit_0.119.bb | 4 +-
...make_exports.awk-not-expose-the-path.patch | 32 +++++
.../recipes-httpd/apache2/apache2_2.4.54.bb | 1 +
20 files changed, 426 insertions(+), 66 deletions(-)
create mode 100644 meta-networking/recipes-connectivity/freeradius/files/0001-version.c-don-t-print-build-flags.patch
create mode 100644 meta-oe/recipes-benchmark/glmark2/files/0001-waflib-fix-compatibility-with-python-3.11.patch
create mode 100644 meta-oe/recipes-dbs/postgresql/files/0001-config_info.c-not-expose-build-info.patch
create mode 100644 meta-oe/recipes-extended/polkit/files/50-org.freedesktop.udiskie.rules
create mode 100644 meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb
rename meta-oe/recipes-extended/polkit/polkit/{0003-make-netgroup-support-optional.patch => 0004-Make-netgroup-support-optional.patch} (74%)
create mode 100644 meta-oe/recipes-extended/polkit/polkit/0005-Make-netgroup-support-optional-duktape.patch
create mode 100644 meta-webserver/recipes-httpd/apache2/apache2/0001-make_exports.awk-not-expose-the-path.patch
--
2.25.1
next reply other threads:[~2022-08-08 14:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-08 14:22 Armin Kuster [this message]
2022-08-08 14:22 ` [kirkstone 02/13] polkit: add udisks2 rule Armin Kuster
2022-08-08 14:22 ` [kirkstone 03/13] polkit-group-rule-udisks2: fix override syntax in RDEPENDS Armin Kuster
2022-08-08 14:22 ` [kirkstone 04/13] polkit: Add --shell /bin/nologin to polkitd user Armin Kuster
2022-08-08 14:22 ` [kirkstone 05/13] polkit: update patches for musl compilation Armin Kuster
2022-08-08 14:22 ` [kirkstone 06/13] ibus: Swith to use main branch instead of master Armin Kuster
2022-08-08 14:22 ` [kirkstone 07/13] net-snmp: set ac_cv_path_PSPROG Armin Kuster
2022-08-08 14:22 ` [kirkstone 08/13] postgresql: Fix the buildpaths issue Armin Kuster
2022-08-08 14:22 ` [kirkstone 09/13] freeradius: Fix " Armin Kuster
2022-08-08 14:22 ` [kirkstone 10/13] openipmi: " Armin Kuster
2022-08-08 14:22 ` [kirkstone 11/13] apache2: Fix the " Armin Kuster
2022-08-08 14:22 ` [kirkstone 12/13] frr: fix " Armin Kuster
2022-08-08 14:22 ` [kirkstone 13/13] yasm: fix buildpaths warning 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.1659968069.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.