All of lore.kernel.org
 help / color / mirror / Atom feed
From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [dunfell 00/18] Patch review
Date: Sun, 12 Jul 2020 19:55:56 -0700	[thread overview]
Message-ID: <cover.1594608813.git.akuster808@gmail.com> (raw)

Please have comments back by Wednesday.

The following changes since commit cc6fc6b1641ab23089c1e3bba11e0c6394f0867c:

  ntp: update 4.2.8p15 (2020-07-01 08:01:41 -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

Andreas Müller (3):
  blueman: upgrade 2.1.1 -> 2.1.3
  modemmanager: upgrade 1.12.10 -> 1.12.12
  ibus: upgrade 1.5.21 -> 1.5.22

Armin Kuster (2):
  net-snmp: Security fix CVE-2019-20892
  wireshark: Update to 3.2.5

Bog999 (1):
  python3: Add python3-cryptography to RDEPENDS for python3-redis

Changqing Li (1):
  libmcrypt: set CLEANBROKEN

Khem Raj (1):
  nss: Remove mcpu to avoid march conflicts

Konrad Weihmann (1):
  openldap: packaging fixes

Ovidiu Panait (1):
  freediameter: Fix testcnx ptest failure

Pierre-Jean Texier (1):
  minicoredumper: update SRC_URI to use github instead

Qi.Chen@windriver.com (1):
  multipath-tools: disable parallel build as a workaround

Robert Yang (1):
  drbd-utils: Add CLEANBROKEN to fix rebuild errors

Zang Ruochen (1):
  nftables: upgrade 0.9.5 -> 0.9.6

Zheng Ruoqin (4):
  Fix build error when enable multilib.
  mraa: Disable python2, otherwise, there is a build error when enable
    multilib.
  paho-mqtt-c: Fix build error when enable multilib.
  upm:Fix build error when enable multilib.

 .../tracker/tracker-miners_2.3.3.bb           |   4 +
 meta-gnome/recipes-support/ibus/ibus.inc      |   4 +-
 .../{blueman_2.1.1.bb => blueman_2.1.3.bb}    |   3 +-
 .../{nftables_0.9.5.bb => nftables_0.9.6.bb}  |   2 +-
 .../0001-Fix-testcnx-expired-CA-data.patch    | 746 ++++++++++++++++++
 .../freediameter/freediameter_1.3.2.bb        |   1 +
 .../net-snmp/net-snmp/CVE-2019-20892.patch    | 118 +++
 .../net-snmp/net-snmp_5.8.bb                  |   1 +
 .../recipes-support/drbd/drbd-utils_9.12.0.bb |   2 +
 ...{wireshark_3.2.4.bb => wireshark_3.2.5.bb} |   3 +-
 ...ger_1.12.10.bb => modemmanager_1.12.12.bb} |   7 +-
 .../paho-mqtt-c/paho-mqtt-c_1.3.2.bb          |   4 +
 .../libmcrypt/libmcrypt_2.5.8.bb              |   2 +
 meta-oe/recipes-extended/mraa/mraa_git.bb     |   2 +-
 meta-oe/recipes-extended/upm/upm_git.bb       |   4 +
 .../minicoredumper/minicoredumper_2.0.1.bb    |   2 +-
 .../multipath-tools/multipath-tools_0.8.4.bb  |   1 +
 meta-oe/recipes-support/nss/nss_3.51.1.bb     |   4 +
 .../openldap/openldap_2.4.50.bb               |   4 +-
 .../python/python3-redis_2.10.6.bb            |   1 +
 20 files changed, 899 insertions(+), 16 deletions(-)
 rename meta-networking/recipes-connectivity/blueman/{blueman_2.1.1.bb => blueman_2.1.3.bb} (94%)
 rename meta-networking/recipes-filter/nftables/{nftables_0.9.5.bb => nftables_0.9.6.bb} (93%)
 create mode 100644 meta-networking/recipes-protocols/freediameter/files/0001-Fix-testcnx-expired-CA-data.patch
 create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/CVE-2019-20892.patch
 rename meta-networking/recipes-support/wireshark/{wireshark_3.2.4.bb => wireshark_3.2.5.bb} (95%)
 rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.12.10.bb => modemmanager_1.12.12.bb} (93%)

-- 
2.17.1


             reply	other threads:[~2020-07-13  2:56 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-13  2:55 akuster [this message]
2020-07-13  2:55 ` [dunfell 01/18] python3: Add python3-cryptography to RDEPENDS for python3-redis akuster
2020-07-13  2:55 ` [dunfell 02/18] freediameter: Fix testcnx ptest failure akuster
2020-07-13  2:55 ` [dunfell 03/18] nss: Remove mcpu to avoid march conflicts akuster
2020-07-13  2:56 ` [dunfell 04/18] net-snmp: Security fix CVE-2019-20892 akuster
2020-07-13  2:56 ` [dunfell 05/18] libmcrypt: set CLEANBROKEN akuster
2020-07-13  2:56 ` [dunfell 06/18] blueman: upgrade 2.1.1 -> 2.1.3 akuster
2020-07-13  2:56 ` [dunfell 07/18] modemmanager: upgrade 1.12.10 -> 1.12.12 akuster
2020-07-13  2:56 ` [dunfell 08/18] ibus: upgrade 1.5.21 -> 1.5.22 akuster
2020-07-13  2:56 ` [dunfell 09/18] Fix build error when enable multilib akuster
2020-07-13  2:56 ` [dunfell 10/18] nftables: upgrade 0.9.5 -> 0.9.6 akuster
2020-07-13  2:56 ` [dunfell 11/18] minicoredumper: update SRC_URI to use github instead akuster
2020-07-13  2:56 ` [dunfell 12/18] mraa: Disable python2, otherwise, there is a build error when enable multilib akuster
2020-07-13  2:56 ` [dunfell 13/18] paho-mqtt-c: Fix " akuster
2020-07-13  2:56 ` [dunfell 14/18] upm:Fix " akuster
2020-07-13  2:56 ` [dunfell 15/18] openldap: packaging fixes akuster
2020-07-13  2:56 ` [dunfell 16/18] multipath-tools: disable parallel build as a workaround akuster
2020-07-13  2:56 ` [dunfell 17/18] drbd-utils: Add CLEANBROKEN to fix rebuild errors akuster
2020-07-13  2:56 ` [dunfell 18/18] wireshark: Update to 3.2.5 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.1594608813.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.