From: "Armin Kuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [hardknott 00/14] Patch review May 3
Date: Mon, 3 May 2021 12:11:53 -0700 [thread overview]
Message-ID: <cover.1620069041.git.akuster808@gmail.com> (raw)
Please have feedback back by Wednesday.
The following changes since commit 71b546ed8595b14d29efc1e8b951f8c845ad10c4:
python3-cryptography: Upgrade to 3.3.2 (2021-04-23 19:09:56 -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
Armin Kuster (2):
nostromo: Blacklist and exclude from world builds
packagegroup-meta-webserver: remove nostromo from pkg grp
Kai Kang (1):
freeradius: check existence of openssl's commands in bootstrap
Khem Raj (2):
tbb: Re-introduce PE
gimp: Disable vector icons on musl/x86
Leon Anavi (3):
python3-pysonos: Upgrade 0.0.42 -> 0.0.43
python3-asttokens: Upgrade 2.0.4 -> 2.0.5
python3-hyperframe: Upgrade 6.0.0 -> 6.0.1
Sinan Kaya (1):
zram: add support for mem_limit
Yi Zhao (1):
gvfs: rdepend on gsettings-desktop-schemas
zangrc (4):
networkmanager: upgrade 1.30.2 -> 1.30.4
libdvdread: upgrade 6.1.1 -> 6.1.2
redis: upgrade 6.2.1 -> 6.2.2
nss: upgrade 3.63 -> 3.64
meta-gnome/recipes-gimp/gimp/gimp_2.10.22.bb | 1 +
meta-gnome/recipes-gnome/gvfs/gvfs_1.44.1.bb | 2 +
...eck-openssl-cmds-in-script-bootstrap.patch | 38 +++++++++++++++++++
.../freeradius/freeradius_3.0.21.bb | 1 +
...ger_1.30.2.bb => networkmanager_1.30.4.bb} | 2 +-
.../redis/{redis_6.2.1.bb => redis_6.2.2.bb} | 2 +-
.../recipes-extended/zram/zram/zram-swap-init | 5 +++
...ibdvdread_6.1.1.bb => libdvdread_6.1.2.bb} | 4 +-
.../nss/{nss_3.63.bb => nss_3.64.bb} | 7 ++--
meta-oe/recipes-support/tbb/tbb_2021.2.0.bb | 2 +
...e_6.0.0.bb => python3-hyperframe_6.0.1.bb} | 3 +-
...ns_2.0.4.bb => python3-asttokens_2.0.5.bb} | 2 +-
...os_0.0.42.bb => python3-pysonos_0.0.43.bb} | 2 +-
.../packagegroup-meta-webserver.bb | 1 -
.../recipes-httpd/nostromo/nostromo_1.9.9.bb | 3 ++
15 files changed, 63 insertions(+), 12 deletions(-)
create mode 100644 meta-networking/recipes-connectivity/freeradius/files/check-openssl-cmds-in-script-bootstrap.patch
rename meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.30.2.bb => networkmanager_1.30.4.bb} (98%)
rename meta-oe/recipes-extended/redis/{redis_6.2.1.bb => redis_6.2.2.bb} (96%)
rename meta-oe/recipes-multimedia/libdvdread/{libdvdread_6.1.1.bb => libdvdread_6.1.2.bb} (71%)
rename meta-oe/recipes-support/nss/{nss_3.63.bb => nss_3.64.bb} (96%)
rename meta-python/recipes-connectivity/python-hyperframe/{python3-hyperframe_6.0.0.bb => python3-hyperframe_6.0.1.bb} (61%)
rename meta-python/recipes-devtools/python/{python3-asttokens_2.0.4.bb => python3-asttokens_2.0.5.bb} (81%)
rename meta-python/recipes-devtools/python/{python3-pysonos_0.0.42.bb => python3-pysonos_0.0.43.bb} (79%)
--
2.17.1
next reply other threads:[~2021-05-03 19:12 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-03 19:11 Armin Kuster [this message]
2021-05-03 19:11 ` [hardknott 01/14] freeradius: check existence of openssl's commands in bootstrap Armin Kuster
2021-05-03 19:11 ` [hardknott 02/14] tbb: Re-introduce PE Armin Kuster
2021-05-03 19:11 ` [hardknott 03/14] python3-pysonos: Upgrade 0.0.42 -> 0.0.43 Armin Kuster
2021-05-03 19:11 ` [hardknott 04/14] python3-asttokens: Upgrade 2.0.4 -> 2.0.5 Armin Kuster
2021-05-03 19:11 ` [hardknott 05/14] python3-hyperframe: Upgrade 6.0.0 -> 6.0.1 Armin Kuster
2021-05-03 19:11 ` [hardknott 06/14] networkmanager: upgrade 1.30.2 -> 1.30.4 Armin Kuster
2021-05-03 19:12 ` [hardknott 07/14] libdvdread: upgrade 6.1.1 -> 6.1.2 Armin Kuster
2021-05-03 19:12 ` [hardknott 08/14] redis: upgrade 6.2.1 -> 6.2.2 Armin Kuster
2021-05-03 19:12 ` [hardknott 09/14] gimp: Disable vector icons on musl/x86 Armin Kuster
2021-05-03 19:12 ` [hardknott 10/14] gvfs: rdepend on gsettings-desktop-schemas Armin Kuster
2021-05-03 19:12 ` [hardknott 11/14] nss: upgrade 3.63 -> 3.64 Armin Kuster
2021-05-03 19:12 ` [hardknott 12/14] zram: add support for mem_limit Armin Kuster
2021-05-03 19:12 ` [hardknott 13/14] nostromo: Blacklist and exclude from world builds Armin Kuster
2021-05-03 19:12 ` [hardknott 14/14] packagegroup-meta-webserver: remove nostromo from pkg grp 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.1620069041.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