mbox

[dunfell,00/11] Pull request (cover letter only)

Message ID cover.1664505370.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

https://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

Message

Steve Sakoman Sept. 30, 2022, 2:38 a.m. UTC
The following changes since commit ef38f7acee3f0ae400138fa60f4695a86dffc16e:

  linux-yocto/5.4: update to v5.4.213 (2022-09-22 04:40:18 -1000)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/dunfell-next
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-next

Dmitry Baryshkov (3):
  linux-firmware: upgrade 20220708 -> 20220913
  linux-firmware: package new Qualcomm firmware
  linux-firmware: package new Qualcomm firmware

Hitendra Prajapati (2):
  bluez: CVE-2022-39176 BlueZ allows physically proximate attackers
  golang: CVE-2022-27664 net/http: handle server errors after sending
    GOAWAY

Martin Jansa (1):
  create-pull-request: don't switch the git remote protocol to git://

Minjae Kim (1):
  inetutils: CVE-2022-39028 - fix remote DoS vulnerability in
    inetutils-telnetd

Richard Purdie (2):
  vim: Upgrade 9.0.453 -> 9.0.541
  vim: Upgrade 9.0.0541 -> 9.0.0598

Robert Joslyn (1):
  tzdata: Update from 2022b to 2022c

Shubham Kulkarni (1):
  go: Add fix for CVE-2022-32190

 meta/recipes-connectivity/bluez5/bluez5.inc   |   1 +
 .../bluez5/bluez5/CVE-2022-39176.patch        | 126 ++++++++++++++++++
 .../inetutils/inetutils/CVE-2022-39028.patch  |  54 ++++++++
 .../inetutils/inetutils_1.9.4.bb              |   1 +
 meta/recipes-devtools/go/go-1.14.inc          |   5 +
 .../go/go-1.14/0001-CVE-2022-32190.patch      |  74 ++++++++++
 .../go/go-1.14/0002-CVE-2022-32190.patch      |  48 +++++++
 .../go/go-1.14/0003-CVE-2022-32190.patch      |  36 +++++
 .../go/go-1.14/0004-CVE-2022-32190.patch      |  82 ++++++++++++
 .../go/go-1.14/CVE-2022-27664.patch           |  68 ++++++++++
 meta/recipes-extended/timezone/timezone.inc   |   6 +-
 ...20220708.bb => linux-firmware_20220913.bb} |  39 +++++-
 meta/recipes-support/vim/vim.inc              |   4 +-
 scripts/create-pull-request                   |   2 +-
 14 files changed, 536 insertions(+), 10 deletions(-)
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/CVE-2022-39176.patch
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/CVE-2022-39028.patch
 create mode 100644 meta/recipes-devtools/go/go-1.14/0001-CVE-2022-32190.patch
 create mode 100644 meta/recipes-devtools/go/go-1.14/0002-CVE-2022-32190.patch
 create mode 100644 meta/recipes-devtools/go/go-1.14/0003-CVE-2022-32190.patch
 create mode 100644 meta/recipes-devtools/go/go-1.14/0004-CVE-2022-32190.patch
 create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2022-27664.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20220708.bb => linux-firmware_20220913.bb} (94%)