mbox series

mickledore merge request: June 19th

Message ID 8f1fd184-4efb-e493-f561-f472a4f955ac@gmail.com
State New
Headers show
Series mickledore merge request: June 19th | expand

Pull-request

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

Message

akuster808 June 19, 2023, 11:10 a.m. UTC
The following changes since commit 928658212611ea457a5eacec48f0760e03269a24:

   gnulib: Update recipe name to 2018-12-18 (2023-05-31 10:50:50 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 5a01ab461c9bcabcbb2298236602373948f8f073:

   wireshark: CVE-2023-2952 XRA dissector infinite loop (2023-06-17 
13:15:57 -0400)

----------------------------------------------------------------
Chen Qi (1):
       redis: use the files path correctly

Hitendra Prajapati (3):
       wireshark: Fix CVE-2023-2855 & CVE-2023-2856
       wireshark: Fix CVE-2023-2858 & CVE-2023-2879
       wireshark: CVE-2023-2952 XRA dissector infinite loop

Joe Slater (1):
       libgpiod: modify test 'gpioset: toggle (continuous)'

Khem Raj (2):
       fftw: Check for TOOLCHAIN_OPTIONS to be non-empty before sed ops
       system-config-printer: Delete __pycache__ files

Ross Burton (5):
       glade: add autoconf-archive-native DEPENDS
       libgxim: add autoconf-archive-native DEPENDS
       libblockdev: clean up DEPENDS
       imsettings: add missing DEPENDS on autoconf-archive-native
       system-config-printer: clean up DEPENDS

Urade, Yogita t.mo (1):
       c-ares: fix CVE-2023-32067

Xiangyu Chen (2):
       libbpf: installing uapi headers for native package
       meta-oe: add pahole to NON_MULTILIB_RECIPES

  .../system-config-printer/system-config-printer_1.5.18.bb       | 13 +++-
  .../recipes-support/wireshark/files/CVE-2023-2855.patch         | 108 
++++++++++++++++++++++++++++
  .../recipes-support/wireshark/files/CVE-2023-2856.patch         | 69 
++++++++++++++++++
  .../recipes-support/wireshark/files/CVE-2023-2858.patch         | 95 
++++++++++++++++++++++++
  .../recipes-support/wireshark/files/CVE-2023-2879.patch         | 37 
++++++++++
  .../recipes-support/wireshark/files/CVE-2023-2952.patch         | 98 
+++++++++++++++++++++++++
  meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb   | 5 ++
  meta-oe/conf/layer.conf                                         | 2 +-
  meta-oe/recipes-devtools/glade/glade_3.22.2.bb                  | 1 +
  meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb        | 6 +-
  meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb               | 2 +-
  .../0001-src-Do-not-reset-FINAL_LIBS.patch                      | 0
  .../0006-Define-correct-gregs-for-RISCV32.patch                 | 0
  .../redis/{redis-7 => redis-7.0.11}/GNU_SOURCE-7.patch |   0
  .../hiredis-use-default-CC-if-it-is-set.patch                   | 0
  .../redis/{redis-7 => redis-7.0.11}/init-redis-server |   0
  .../lua-update-Makefile-to-use-environment-build-setting.patch  | 0
  .../redis/{redis-7 => redis-7.0.11}/oe-use-libc-malloc.patch |   0
  .../recipes-extended/redis/{redis-7 => redis-7.0.11}/redis.conf |   0
  .../redis/{redis-7 => redis-7.0.11}/redis.service |   0
  meta-oe/recipes-extended/redis/redis_7.0.11.bb                  | 2 -
  meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb                   | 5 ++
  meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch      | 87 
++++++++++++++++++++++
  meta-oe/recipes-support/c-ares/c-ares_1.19.0.bb                 | 4 +-
  meta-oe/recipes-support/fftw/fftw_3.3.10.bb                     | 2 +-
  .../libgpiod/libgpiod-2.0/gpio-tools-test-bats-modify.patch     | 67 
+++++++++++++++++
  meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb                | 2 +
  meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb       | 2 +-
  28 files changed, 596 insertions(+), 11 deletions(-)
  create mode 100644 
meta-networking/recipes-support/wireshark/files/CVE-2023-2855.patch
  create mode 100644 
meta-networking/recipes-support/wireshark/files/CVE-2023-2856.patch
  create mode 100644 
meta-networking/recipes-support/wireshark/files/CVE-2023-2858.patch
  create mode 100644 
meta-networking/recipes-support/wireshark/files/CVE-2023-2879.patch
  create mode 100644 
meta-networking/recipes-support/wireshark/files/CVE-2023-2952.patch
  rename meta-oe/recipes-extended/redis/{redis-7 => 
redis-7.0.11}/0001-src-Do-not-reset-FINAL_LIBS.patch (100%)
  rename meta-oe/recipes-extended/redis/{redis-7 => 
redis-7.0.11}/0006-Define-correct-gregs-for-RISCV32.patch (100%)
  rename meta-oe/recipes-extended/redis/{redis-7 => 
redis-7.0.11}/GNU_SOURCE-7.patch (100%)
  rename meta-oe/recipes-extended/redis/{redis-7 => 
redis-7.0.11}/hiredis-use-default-CC-if-it-is-set.patch (100%)
  rename meta-oe/recipes-extended/redis/{redis-7 => 
redis-7.0.11}/init-redis-server (100%)
  rename meta-oe/recipes-extended/redis/{redis-7 => 
redis-7.0.11}/lua-update-Makefile-to-use-environment-build-setting.patch 
(100%)
  rename meta-oe/recipes-extended/redis/{redis-7 => 
redis-7.0.11}/oe-use-libc-malloc.patch (100%)
  rename meta-oe/recipes-extended/redis/{redis-7 => 
redis-7.0.11}/redis.conf (100%)
  rename meta-oe/recipes-extended/redis/{redis-7 => 
redis-7.0.11}/redis.service (100%)
  create mode 100644 
meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch
  create mode 100644 
meta-oe/recipes-support/libgpiod/libgpiod-2.0/gpio-tools-test-bats-modify.patch

Comments

Khem Raj June 19, 2023, 5:33 p.m. UTC | #1
Merged, Thanks Armin

On Mon, Jun 19, 2023 at 4:10 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 928658212611ea457a5eacec48f0760e03269a24:
>
>    gnulib: Update recipe name to 2018-12-18 (2023-05-31 10:50:50 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded mickledore-next
>
> for you to fetch changes up to 5a01ab461c9bcabcbb2298236602373948f8f073:
>
>    wireshark: CVE-2023-2952 XRA dissector infinite loop (2023-06-17
> 13:15:57 -0400)
>
> ----------------------------------------------------------------
> Chen Qi (1):
>        redis: use the files path correctly
>
> Hitendra Prajapati (3):
>        wireshark: Fix CVE-2023-2855 & CVE-2023-2856
>        wireshark: Fix CVE-2023-2858 & CVE-2023-2879
>        wireshark: CVE-2023-2952 XRA dissector infinite loop
>
> Joe Slater (1):
>        libgpiod: modify test 'gpioset: toggle (continuous)'
>
> Khem Raj (2):
>        fftw: Check for TOOLCHAIN_OPTIONS to be non-empty before sed ops
>        system-config-printer: Delete __pycache__ files
>
> Ross Burton (5):
>        glade: add autoconf-archive-native DEPENDS
>        libgxim: add autoconf-archive-native DEPENDS
>        libblockdev: clean up DEPENDS
>        imsettings: add missing DEPENDS on autoconf-archive-native
>        system-config-printer: clean up DEPENDS
>
> Urade, Yogita t.mo (1):
>        c-ares: fix CVE-2023-32067
>
> Xiangyu Chen (2):
>        libbpf: installing uapi headers for native package
>        meta-oe: add pahole to NON_MULTILIB_RECIPES
>
>   .../system-config-printer/system-config-printer_1.5.18.bb       | 13 +++-
>   .../recipes-support/wireshark/files/CVE-2023-2855.patch         | 108
> ++++++++++++++++++++++++++++
>   .../recipes-support/wireshark/files/CVE-2023-2856.patch         | 69
> ++++++++++++++++++
>   .../recipes-support/wireshark/files/CVE-2023-2858.patch         | 95
> ++++++++++++++++++++++++
>   .../recipes-support/wireshark/files/CVE-2023-2879.patch         | 37
> ++++++++++
>   .../recipes-support/wireshark/files/CVE-2023-2952.patch         | 98
> +++++++++++++++++++++++++
>   meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb   | 5 ++
>   meta-oe/conf/layer.conf                                         | 2 +-
>   meta-oe/recipes-devtools/glade/glade_3.22.2.bb                  | 1 +
>   meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb        | 6 +-
>   meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb               | 2 +-
>   .../0001-src-Do-not-reset-FINAL_LIBS.patch                      | 0
>   .../0006-Define-correct-gregs-for-RISCV32.patch                 | 0
>   .../redis/{redis-7 => redis-7.0.11}/GNU_SOURCE-7.patch |   0
>   .../hiredis-use-default-CC-if-it-is-set.patch                   | 0
>   .../redis/{redis-7 => redis-7.0.11}/init-redis-server |   0
>   .../lua-update-Makefile-to-use-environment-build-setting.patch  | 0
>   .../redis/{redis-7 => redis-7.0.11}/oe-use-libc-malloc.patch |   0
>   .../recipes-extended/redis/{redis-7 => redis-7.0.11}/redis.conf |   0
>   .../redis/{redis-7 => redis-7.0.11}/redis.service |   0
>   meta-oe/recipes-extended/redis/redis_7.0.11.bb                  | 2 -
>   meta-oe/recipes-kernel/libbpf/libbpf_1.1.0.bb                   | 5 ++
>   meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch      | 87
> ++++++++++++++++++++++
>   meta-oe/recipes-support/c-ares/c-ares_1.19.0.bb                 | 4 +-
>   meta-oe/recipes-support/fftw/fftw_3.3.10.bb                     | 2 +-
>   .../libgpiod/libgpiod-2.0/gpio-tools-test-bats-modify.patch     | 67
> +++++++++++++++++
>   meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb                | 2 +
>   meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb       | 2 +-
>   28 files changed, 596 insertions(+), 11 deletions(-)
>   create mode 100644
> meta-networking/recipes-support/wireshark/files/CVE-2023-2855.patch
>   create mode 100644
> meta-networking/recipes-support/wireshark/files/CVE-2023-2856.patch
>   create mode 100644
> meta-networking/recipes-support/wireshark/files/CVE-2023-2858.patch
>   create mode 100644
> meta-networking/recipes-support/wireshark/files/CVE-2023-2879.patch
>   create mode 100644
> meta-networking/recipes-support/wireshark/files/CVE-2023-2952.patch
>   rename meta-oe/recipes-extended/redis/{redis-7 =>
> redis-7.0.11}/0001-src-Do-not-reset-FINAL_LIBS.patch (100%)
>   rename meta-oe/recipes-extended/redis/{redis-7 =>
> redis-7.0.11}/0006-Define-correct-gregs-for-RISCV32.patch (100%)
>   rename meta-oe/recipes-extended/redis/{redis-7 =>
> redis-7.0.11}/GNU_SOURCE-7.patch (100%)
>   rename meta-oe/recipes-extended/redis/{redis-7 =>
> redis-7.0.11}/hiredis-use-default-CC-if-it-is-set.patch (100%)
>   rename meta-oe/recipes-extended/redis/{redis-7 =>
> redis-7.0.11}/init-redis-server (100%)
>   rename meta-oe/recipes-extended/redis/{redis-7 =>
> redis-7.0.11}/lua-update-Makefile-to-use-environment-build-setting.patch
> (100%)
>   rename meta-oe/recipes-extended/redis/{redis-7 =>
> redis-7.0.11}/oe-use-libc-malloc.patch (100%)
>   rename meta-oe/recipes-extended/redis/{redis-7 =>
> redis-7.0.11}/redis.conf (100%)
>   rename meta-oe/recipes-extended/redis/{redis-7 =>
> redis-7.0.11}/redis.service (100%)
>   create mode 100644
> meta-oe/recipes-support/c-ares/c-ares/CVE-2023-32067.patch
>   create mode 100644
> meta-oe/recipes-support/libgpiod/libgpiod-2.0/gpio-tools-test-bats-modify.patch
>