($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
* [dunfell 00/12] Patch review May 30th
@ 2021-05-30 18:34 Armin Kuster
  2021-05-30 18:34 ` [dunfell 01/12] exiv2: Fix CVE-2021-29457 Armin Kuster
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Armin Kuster @ 2021-05-30 18:34 UTC (permalink / raw
  To: openembedded-devel

Please have comments back by Monday. Some have already been posted on the ML.

The following changes since commit 11eae114522a6befa06c7f4021a83bc016133543:

  linuxptp: Fix cross build (2021-05-14 10:03:51 -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

Alexander Vickberg (1):
  hostapd: fix building with CONFIG_TLS=internal

Mikko Rapeli (1):
  ebtables: use bitbake optimization levels

Sana Kazi (1):
  dnsmasq: Add fixes for CVEs reported for dnsmasq

akash.hadke (1):
  opencv: Add fix for CVE-2019-5063 and CVE-2019-5064

wangmy (8):
  exiv2: Fix CVE-2021-29457
  exiv2: Fix CVE-2021-29458
  exiv2: Fix CVE-2021-29463
  exiv2: Fix CVE-2021-3482
  exiv2: Fix CVE-2021-29464
  exiv2: Fix CVE-2021-29470
  exiv2: Fix CVE-2021-29473
  libsdl: Fix CVE-2019-13616

 .../ebtables_optimizations.patch              |  19 +
 .../ebtables/ebtables_2.0.10-4.bb             |   1 +
 .../recipes-support/dnsmasq/dnsmasq_2.81.bb   |   7 +-
 .../dnsmasq/files/CVE-2020-25681.patch        | 370 +++++++++++
 .../dnsmasq/files/CVE-2020-25684.patch        |  98 +++
 .../dnsmasq/files/CVE-2020-25685-1.patch      | 587 ++++++++++++++++++
 .../dnsmasq/files/CVE-2020-25685-2.patch      | 175 ++++++
 .../dnsmasq/files/CVE-2020-25686-1.patch      | 332 ++++++++++
 .../dnsmasq/files/CVE-2020-25686-2.patch      |  63 ++
 ...001-Prepare-for-CVE-2021-30004.patch.patch |  45 ++
 .../hostapd/hostapd_2.9.bb                    |   1 +
 .../libsdl/libsdl-1.2.15/CVE-2019-13616.patch |  27 +
 .../recipes-graphics/libsdl/libsdl_1.2.15.bb  |   1 +
 .../exiv2/exiv2/CVE-2021-29457.patch          |  26 +
 .../exiv2/exiv2/CVE-2021-29458.patch          |  37 ++
 .../exiv2/exiv2/CVE-2021-29463.patch          | 120 ++++
 .../exiv2/exiv2/CVE-2021-29464.patch          |  72 +++
 .../exiv2/exiv2/CVE-2021-29470.patch          |  32 +
 .../exiv2/exiv2/CVE-2021-29473.patch          |  21 +
 .../exiv2/exiv2/CVE-2021-3482.patch           |  54 ++
 meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb |   9 +-
 .../opencv/CVE-2019-5063_and_2019-5064.patch  |  78 +++
 .../recipes-support/opencv/opencv_4.1.0.bb    |   1 +
 23 files changed, 2174 insertions(+), 2 deletions(-)
 create mode 100644 meta-networking/recipes-filter/ebtables/ebtables-2.0.10-4/ebtables_optimizations.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2020-25681.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2020-25684.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2020-25685-1.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2020-25685-2.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2020-25686-1.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/files/CVE-2020-25686-2.patch
 create mode 100644 meta-oe/recipes-connectivity/hostapd/hostapd/0001-Prepare-for-CVE-2021-30004.patch.patch
 create mode 100644 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-13616.patch
 create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29457.patch
 create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29458.patch
 create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29463.patch
 create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29464.patch
 create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29470.patch
 create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29473.patch
 create mode 100644 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-3482.patch
 create mode 100644 meta-oe/recipes-support/opencv/opencv/CVE-2019-5063_and_2019-5064.patch

-- 
2.17.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-05-30 18:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-30 18:34 [dunfell 00/12] Patch review May 30th Armin Kuster
2021-05-30 18:34 ` [dunfell 01/12] exiv2: Fix CVE-2021-29457 Armin Kuster
2021-05-30 18:34 ` [dunfell 02/12] exiv2: Fix CVE-2021-29458 Armin Kuster
2021-05-30 18:34 ` [dunfell 03/12] exiv2: Fix CVE-2021-29463 Armin Kuster
2021-05-30 18:34 ` [dunfell 04/12] exiv2: Fix CVE-2021-3482 Armin Kuster
2021-05-30 18:34 ` [dunfell 05/12] exiv2: Fix CVE-2021-29464 Armin Kuster
2021-05-30 18:34 ` [dunfell 06/12] exiv2: Fix CVE-2021-29470 Armin Kuster
2021-05-30 18:34 ` [dunfell 07/12] exiv2: Fix CVE-2021-29473 Armin Kuster
2021-05-30 18:34 ` [dunfell 08/12] libsdl: Fix CVE-2019-13616 Armin Kuster
2021-05-30 18:34 ` [dunfell 09/12] hostapd: fix building with CONFIG_TLS=internal Armin Kuster
2021-05-30 18:34 ` [dunfell 10/12] opencv: Add fix for CVE-2019-5063 and CVE-2019-5064 Armin Kuster
2021-05-30 18:34 ` [dunfell 11/12] ebtables: use bitbake optimization levels Armin Kuster
2021-05-30 18:34 ` [dunfell 12/12] dnsmasq: Add fixes for CVEs reported for dnsmasq Armin Kuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).