mbox series

dunfell merge request: Nov 14th

Message ID 5df64760-584e-4980-b07c-57fb6a330fc6@gmail.com
State Accepted, archived
Headers show
Series dunfell merge request: Nov 14th | expand

Pull-request

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

Message

akuster808 Nov. 14, 2023, 11:15 p.m. UTC
The following changes since commit 300be975359fdb3a3b2bf7c6fe15dea7acac575d:

   libssh2: Backport fix for CVE-2020-22218 (2023-10-21 16:31:35 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9135c7ea7350d5d241f4afc3b28087122ebe2d19:

   glmark2: fix compatibility with python-3.11 (2023-11-12 10:42:03 -0500)

----------------------------------------------------------------
Hitendra Prajapati (1):
       wireshark: Fix CVE-2023-3649

Khem Raj (1):
       ibus: Swith to use main branch instead of master

Martin Jansa (2):
       libiio: use main branch instead of master
       glmark2: fix compatibility with python-3.11

Richard Purdie (1):
       grubby: Update branchname to match upstream

  meta-gnome/recipes-support/ibus/ibus.inc                        | 2 +-
  meta-initramfs/recipes-devtools/grubby/grubby_git.bb            | 2 +-
  .../recipes-support/wireshark/files/CVE-2023-3649.patch         | 231 
++++++++++++++++++++++++++++
  meta-networking/recipes-support/wireshark/wireshark_3.2.18.bb   | 1 +
  .../files/0001-waflib-fix-compatibility-with-python-3.11.patch  | 76 
+++++++++
  meta-oe/recipes-benchmark/glmark2/glmark2_git.bb                | 5 +-
  meta-oe/recipes-support/libiio/libiio_git.bb                    | 2 +-
  7 files changed, 314 insertions(+), 5 deletions(-)
  create mode 100644 
meta-networking/recipes-support/wireshark/files/CVE-2023-3649.patch
  create mode 100644 
meta-oe/recipes-benchmark/glmark2/files/0001-waflib-fix-compatibility-with-python-3.11.patch

Comments

Khem Raj Nov. 14, 2023, 11:56 p.m. UTC | #1
merged thanks Armin.

On Tue, Nov 14, 2023 at 3:16 PM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 300be975359fdb3a3b2bf7c6fe15dea7acac575d:
>
>    libssh2: Backport fix for CVE-2020-22218 (2023-10-21 16:31:35 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded dunfell-next
>
> for you to fetch changes up to 9135c7ea7350d5d241f4afc3b28087122ebe2d19:
>
>    glmark2: fix compatibility with python-3.11 (2023-11-12 10:42:03 -0500)
>
> ----------------------------------------------------------------
> Hitendra Prajapati (1):
>        wireshark: Fix CVE-2023-3649
>
> Khem Raj (1):
>        ibus: Swith to use main branch instead of master
>
> Martin Jansa (2):
>        libiio: use main branch instead of master
>        glmark2: fix compatibility with python-3.11
>
> Richard Purdie (1):
>        grubby: Update branchname to match upstream
>
>   meta-gnome/recipes-support/ibus/ibus.inc                        | 2 +-
>   meta-initramfs/recipes-devtools/grubby/grubby_git.bb            | 2 +-
>   .../recipes-support/wireshark/files/CVE-2023-3649.patch         | 231
> ++++++++++++++++++++++++++++
>   meta-networking/recipes-support/wireshark/wireshark_3.2.18.bb   | 1 +
>   .../files/0001-waflib-fix-compatibility-with-python-3.11.patch  | 76
> +++++++++
>   meta-oe/recipes-benchmark/glmark2/glmark2_git.bb                | 5 +-
>   meta-oe/recipes-support/libiio/libiio_git.bb                    | 2 +-
>   7 files changed, 314 insertions(+), 5 deletions(-)
>   create mode 100644
> meta-networking/recipes-support/wireshark/files/CVE-2023-3649.patch
>   create mode 100644
> meta-oe/recipes-benchmark/glmark2/files/0001-waflib-fix-compatibility-with-python-3.11.patch
>