All of lore.kernel.org
 help / color / mirror / Atom feed
* dunfell merge request June 2
@ 2021-06-02 14:34 Armin Kuster
  0 siblings, 0 replies; only message in thread
From: Armin Kuster @ 2021-06-02 14:34 UTC (permalink / raw)
  To: OpenEmbedded Devel List, Khem Raj

The following changes since commit 11eae114522a6befa06c7f4021a83bc016133543:

  linuxptp: Fix cross build (2021-05-14 10:03:51 -0700)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded dunfell-next

for you to fetch changes up to c38d2a74f762a792046f3d3c377827b08aade513:

  dnsmasq: Add fixes for CVEs reported for dnsmasq (2021-05-29 11:41:45
-0700)

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-02 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 14:34 dunfell merge request June 2 Armin Kuster

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.