mbox series

mickeldore merge request: July 30th

Message ID fe54b2a9-06c6-a509-20af-3b61ddb71dba@gmail.com
State New
Headers show
Series mickeldore merge request: July 30th | expand

Pull-request

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

Message

akuster808 July 30, 2023, 12:50 p.m. UTC
The following changes since commit d71a08b3d8fc69d3213c10885af9cc693056a8bd:

   mbedtls: upgrade 2.28.2 -> 2.28.3 (2023-06-28 16:28:35 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 03fd1d368ac19793b3e4c35159ba2ce802247e4d:

   yasm: fix CVE-2023-31975 (2023-07-25 07:15:34 -0400)

----------------------------------------------------------------
Chee Yang Lee (2):
       rabbitmq-c: Fix CVE-2023-35789
       c-ares: upgrade 1.19.0 -> 1.19.1

Jasper Orschulko (1):
       yaml-cpp: Fix cmake export

Joe Slater (1):
       libgpiod: modify RDEPENDS for ptest

Mingli Yu (2):
       dialog: Update the SRC_URI
       gnulib: Update SRC_URI

Polampalli, Archana (2):
       nodejs: upgrade 18.14.2 -> 18.16.1
       yasm: fix CVE-2023-31975

Yi Zhao (1):
       open-vm-tools: Security fix CVE-2023-20867

  .../open-vm-tools/open-vm-tools/CVE-2023-20867.patch            | 163 
++++++++++++++++++++++++++++
  .../recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb       | 1 +
  .../recipes-connectivity/rabbitmq-c/files/CVE-2023-35789.patch  | 131 
++++++++++++++++++++++
  meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.13.0.bb    | 4 +-
  .../oe-npm-cache                                                | 0
  ...oe-cache-native_18.14.bb => nodejs-oe-cache-native_18.16.bb} |   0
  .../0001-Disable-running-gyp-files-for-bundled-deps.patch       | 7 +-
  .../nodejs/{nodejs_18.14.2.bb => nodejs_18.16.1.bb} |   4 +-
  meta-oe/recipes-devtools/yasm/yasm/CVE-2023-31975.patch         | 29 +++++
  meta-oe/recipes-devtools/yasm/yasm_git.bb                       | 1 +
  meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb          | 2 +-
  meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch      | 87 
---------------
  .../c-ares/{c-ares_1.19.0.bb => c-ares_1.19.1.bb} |   6 +-
  meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb             | 2 +-
  meta-oe/recipes-support/libgpiod/libgpiod.inc                   | 2 +-
  .../yaml-cpp/yaml-cpp/0001-Fix-CMake-export-files-1077.patch    | 117 
++++++++++++++++++++
  meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.7.0.bb              | 1 +
  17 files changed, 459 insertions(+), 98 deletions(-)
  create mode 100644 
meta-networking/recipes-support/open-vm-tools/open-vm-tools/CVE-2023-20867.patch
  create mode 100644 
meta-oe/recipes-connectivity/rabbitmq-c/files/CVE-2023-35789.patch
  rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-18.14 => 
nodejs-oe-cache-18.16}/oe-npm-cache (100%)
  rename 
meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_18.14.bb => 
nodejs-oe-cache-native_18.16.bb} (100%)
  rename meta-oe/recipes-devtools/nodejs/{nodejs_18.14.2.bb => 
nodejs_18.16.1.bb} (97%)
  create mode 100644 meta-oe/recipes-devtools/yasm/yasm/CVE-2023-31975.patch
  delete mode 100644 
meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch
  rename meta-oe/recipes-support/c-ares/{c-ares_1.19.0.bb => 
c-ares_1.19.1.bb} (83%)
  create mode 100644 
meta-oe/recipes-support/yaml-cpp/yaml-cpp/0001-Fix-CMake-export-files-1077.patch

Comments

Khem Raj July 30, 2023, 4:33 p.m. UTC | #1
merged thanks Armin.

On Sun, Jul 30, 2023 at 5:50 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit d71a08b3d8fc69d3213c10885af9cc693056a8bd:
>
>    mbedtls: upgrade 2.28.2 -> 2.28.3 (2023-06-28 16:28:35 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded mickledore-next
>
> for you to fetch changes up to 03fd1d368ac19793b3e4c35159ba2ce802247e4d:
>
>    yasm: fix CVE-2023-31975 (2023-07-25 07:15:34 -0400)
>
> ----------------------------------------------------------------
> Chee Yang Lee (2):
>        rabbitmq-c: Fix CVE-2023-35789
>        c-ares: upgrade 1.19.0 -> 1.19.1
>
> Jasper Orschulko (1):
>        yaml-cpp: Fix cmake export
>
> Joe Slater (1):
>        libgpiod: modify RDEPENDS for ptest
>
> Mingli Yu (2):
>        dialog: Update the SRC_URI
>        gnulib: Update SRC_URI
>
> Polampalli, Archana (2):
>        nodejs: upgrade 18.14.2 -> 18.16.1
>        yasm: fix CVE-2023-31975
>
> Yi Zhao (1):
>        open-vm-tools: Security fix CVE-2023-20867
>
>   .../open-vm-tools/open-vm-tools/CVE-2023-20867.patch            | 163
> ++++++++++++++++++++++++++++
>   .../recipes-support/open-vm-tools/open-vm-tools_12.1.5.bb       | 1 +
>   .../recipes-connectivity/rabbitmq-c/files/CVE-2023-35789.patch  | 131
> ++++++++++++++++++++++
>   meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.13.0.bb    | 4 +-
>   .../oe-npm-cache                                                | 0
>   ...oe-cache-native_18.14.bb => nodejs-oe-cache-native_18.16.bb} |   0
>   .../0001-Disable-running-gyp-files-for-bundled-deps.patch       | 7 +-
>   .../nodejs/{nodejs_18.14.2.bb => nodejs_18.16.1.bb} |   4 +-
>   meta-oe/recipes-devtools/yasm/yasm/CVE-2023-31975.patch         | 29 +++++
>   meta-oe/recipes-devtools/yasm/yasm_git.bb                       | 1 +
>   meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb          | 2 +-
>   meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch      | 87
> ---------------
>   .../c-ares/{c-ares_1.19.0.bb => c-ares_1.19.1.bb} |   6 +-
>   meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb             | 2 +-
>   meta-oe/recipes-support/libgpiod/libgpiod.inc                   | 2 +-
>   .../yaml-cpp/yaml-cpp/0001-Fix-CMake-export-files-1077.patch    | 117
> ++++++++++++++++++++
>   meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.7.0.bb              | 1 +
>   17 files changed, 459 insertions(+), 98 deletions(-)
>   create mode 100644
> meta-networking/recipes-support/open-vm-tools/open-vm-tools/CVE-2023-20867.patch
>   create mode 100644
> meta-oe/recipes-connectivity/rabbitmq-c/files/CVE-2023-35789.patch
>   rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-18.14 =>
> nodejs-oe-cache-18.16}/oe-npm-cache (100%)
>   rename
> meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_18.14.bb =>
> nodejs-oe-cache-native_18.16.bb} (100%)
>   rename meta-oe/recipes-devtools/nodejs/{nodejs_18.14.2.bb =>
> nodejs_18.16.1.bb} (97%)
>   create mode 100644 meta-oe/recipes-devtools/yasm/yasm/CVE-2023-31975.patch
>   delete mode 100644
> meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch
>   rename meta-oe/recipes-support/c-ares/{c-ares_1.19.0.bb =>
> c-ares_1.19.1.bb} (83%)
>   create mode 100644
> meta-oe/recipes-support/yaml-cpp/yaml-cpp/0001-Fix-CMake-export-files-1077.patch
>