It should be upstream now sorry for delay,

On Thu, Jun 10, 2021 at 9:27 PM akuster808 <akuster...@gmail.com> wrote:
>
>
>
> On 6/2/21 7:34 AM, Armin Kuster via lists.openembedded.org wrote:
> > 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:
>
> Let me know if there are any issues with this merge request. I may have
> missed a response.
>
> -armin
> >
> >   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
> >
> >
> > 
> >
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91873): 
https://lists.openembedded.org/g/openembedded-devel/message/91873
Mute This Topic: https://lists.openembedded.org/mt/83259895/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to