Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [dunfell 00/13] Patch review Jan 30
Date: Sat, 30 Jan 2021 11:37:25 -0800	[thread overview]
Message-ID: <cover.1612035229.git.akuster808@gmail.com> (raw)

Here are the next block of changes for dunfell.
Please have comments back my Tues

Yes, this is out-of-sync with Gatesgath but I am seeing build issues there and did not want to hold up this review cycle.

Clean world build

The following changes since commit 5bba79488b7d393d2258d6e917f7bf7b0d7c4073:

  gupnp: Upgrade to 1.2.2 -> 1.2.4 (2021-01-18 08:40:15 -0800)

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

Dan Murphy (1):
  mariadb: Fix 64bit builds if pam is enabled

Dmitry Baryshkov (2):
  xterm: install xterm and uxterm desktop files
  xterm: provide virtual/x-terminal-emulator

Harpritkaur Bhandari (1):
  rapidjson: Upgrade SRCREV to latest

Khem Raj (2):
  iscsi-initiator-utils: Upgrade to _2.1.2
  iscsi-initiator-utils: Silence a clang warning on 64bit systems

Leon Anavi (2):
  sip3: Consolidate in a single file
  sip3: Upgrade 4.19.19 -> 4.19.23

Martin Jansa (1):
  networkd-dispatcher: use git fetcher

Mikko Rapeli (2):
  flatbuffers: whitelist CVE-2020-35864
  giflib: apply patch for CVE-2019-15133 and set CVE_PRODUCT

Søren Andersen (1):
  zram: fix sourcing of zram parameters

zangrc (1):
  iscsi-initiator-utils: upgrade 2.1.2 -> 2.1.3

 .../0001-Makefile-Do-not-set-Werror.patch     | 31 +++++++++++++++++++
 ....1.0.bb => iscsi-initiator-utils_2.1.3.bb} |  9 ++----
 .../networkd-dispatcher_2.0.1.bb              |  7 +++--
 meta-oe/recipes-dbs/mysql/mariadb.inc         |  8 +++--
 .../flatbuffers/flatbuffers_1.12.0.bb         |  3 ++
 .../giflib/files/CVE-2019-15133.patch         | 23 ++++++++++++++
 .../recipes-devtools/giflib/giflib_5.1.4.bb   |  7 ++++-
 .../rapidjson/rapidjson_git.bb                |  5 ++-
 meta-oe/recipes-devtools/sip/sip3_4.19.19.bb  | 11 -------
 .../sip/{sip.inc => sip3_4.19.23.bb}          | 17 ++++++++--
 .../recipes-extended/zram/zram/zram-swap-init |  2 +-
 .../recipes-graphics/xorg-app/xterm_353.bb    | 16 ++++++++--
 12 files changed, 107 insertions(+), 32 deletions(-)
 create mode 100644 meta-networking/recipes-daemons/iscsi-initiator-utils/files/0001-Makefile-Do-not-set-Werror.patch
 rename meta-networking/recipes-daemons/iscsi-initiator-utils/{iscsi-initiator-utils_2.1.0.bb => iscsi-initiator-utils_2.1.3.bb} (96%)
 create mode 100644 meta-oe/recipes-devtools/giflib/files/CVE-2019-15133.patch
 delete mode 100644 meta-oe/recipes-devtools/sip/sip3_4.19.19.bb
 rename meta-oe/recipes-devtools/sip/{sip.inc => sip3_4.19.23.bb} (79%)

-- 
2.17.1


             reply	other threads:[~2021-01-30 19:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-30 19:37 akuster [this message]
2021-01-30 19:37 ` [dunfell 01/13] xterm: install xterm and uxterm desktop files akuster
2021-01-30 19:37 ` [dunfell 02/13] xterm: provide virtual/x-terminal-emulator akuster
2021-01-30 19:37 ` [dunfell 03/13] iscsi-initiator-utils: Upgrade to _2.1.2 akuster
2021-01-30 19:37 ` [dunfell 04/13] iscsi-initiator-utils: Silence a clang warning on 64bit systems akuster
2021-01-30 19:37 ` [dunfell 05/13] iscsi-initiator-utils: upgrade 2.1.2 -> 2.1.3 akuster
2021-01-30 19:37 ` [dunfell 06/13] flatbuffers: whitelist CVE-2020-35864 akuster
2021-01-30 19:37 ` [dunfell 07/13] rapidjson: Upgrade SRCREV to latest akuster
2021-01-30 19:37 ` [dunfell 08/13] zram: fix sourcing of zram parameters akuster
2021-01-30 19:37 ` [dunfell 09/13] sip3: Consolidate in a single file akuster
2021-01-30 19:37 ` [dunfell 10/13] sip3: Upgrade 4.19.19 -> 4.19.23 akuster
2021-01-30 19:37 ` [dunfell 11/13] giflib: apply patch for CVE-2019-15133 and set CVE_PRODUCT akuster
2021-01-30 19:37 ` [dunfell 12/13] networkd-dispatcher: use git fetcher akuster
2021-01-30 19:37 ` [dunfell 13/13] mariadb: Fix 64bit builds if pam is enabled akuster
2021-01-30 21:53 ` [oe] [dunfell 00/13] Patch review Jan 30 Andrey Zhizhikin
2021-01-31 17:44   ` akuster

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.1612035229.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