Acked-by: Martin Jansa On Fri, Apr 23, 2021 at 6:50 PM Armin Kuster wrote: > Please have comments back by Sunday. > > The following changes since commit > 430ef96fe65f62d8da995f446d5b9b093544f031: > > wireguard: fix build issue with updated 5.4 kernel (2021-04-07 08:55:15 > -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 > > Martin Jansa (3): > uml-utilities: fix installed-vs-shipped with usrmerge > telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings > libyui: switch to libyui-old repo which still has this SRCREV > > Mingli Yu (2): > hostapd: fix CVE-2019-5061 > hostapd: fix CVE-2021-0326 and CVE-2021-27803 > > Stefan Ghinea (1): > hostapd: fix CVE-2021-30004 > > .../hostapd/hostapd/CVE-2019-5061.patch | 854 ++++++++++++++++++ > .../hostapd/hostapd/CVE-2021-0326.patch | 43 + > .../hostapd/hostapd/CVE-2021-27803.patch | 54 ++ > .../hostapd/hostapd/CVE-2021-30004.patch | 123 +++ > .../hostapd/hostapd_2.9.bb | 4 + > .../telepathy/telepathy-glib_0.24.1.bb | 4 +- > .../uml-utilities/uml-utilities_20040406.bb | 5 +- > .../recipes-graphics/libyui/libyui_3.6.0.bb | 2 +- > 8 files changed, 1084 insertions(+), 5 deletions(-) > create mode 100644 > meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2019-5061.patch > create mode 100644 > meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-0326.patch > create mode 100644 > meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-27803.patch > create mode 100644 > meta-oe/recipes-connectivity/hostapd/hostapd/CVE-2021-30004.patch > > -- > 2.17.1 > > > > >