mbox series

kirkstone merge request: Feb 20th

Message ID d3b8c584-e930-e648-b390-3c08c9af59fe@gmail.com
State New
Headers show
Series kirkstone merge request: Feb 20th | expand

Pull-request

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

Message

akuster808 Feb. 20, 2023, 3:55 p.m. UTC
The following changes since commit 278ec081a64e6a7679d6def550101158126cd935:

   nodejs: upgrade 16.18.1 -> 16.19.0 (2023-02-04 12:16:38 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 82c75b466e55d7dca7a2364986ecb704cf63d141:

   phoronix-test-suite: Fix CVE-2022-40704 (2023-02-16 07:30:46 -0500)

----------------------------------------------------------------
Gary Huband (1):
       chrony: add pkgconfig class as pkg-config is explicitly searched for

Joe Slater (1):
       phoronix-test-suite: Fix CVE-2022-40704

Randy MacLeod (2):
       python3-pillow: add ptest support
       python3-pillow: Add distutils, unixadmin for ptest

Wang Mingyu (3):
       python3-pillow: upgrade 9.2.0 -> 9.3.0
       python3-pillow: upgrade 9.3.0 -> 9.4.0
       apache2: upgrade 2.4.54 -> 2.4.55

Xu Huan (1):
       python3-pillow: upgrade 9.0.1 -> 9.1.1

Yi Zhao (2):
       freeradius: Security fixes for CVE-2022-41860 CVE-2022-41861
       frr: Security fix for CVE-2022-42917

zhengruoqin (1):
       python3-pillow: upgrade 9.1.1 -> 9.2.0

  .../recipes-connectivity/freeradius/files/CVE-2022-41860.patch  | 118 
++++++++++++++++++++++++++++
  .../recipes-connectivity/freeradius/files/CVE-2022-41861.patch  | 53 
+++++++++++++
  .../recipes-connectivity/freeradius/freeradius_3.0.21.bb        | 2 +
  meta-networking/recipes-protocols/frr/frr/CVE-2022-42917.patch  | 36 
+++++++++
  meta-networking/recipes-protocols/frr/frr/frr.pam               | 3 +-
  meta-networking/recipes-protocols/frr/frr_8.2.2.bb              | 1 +
  meta-networking/recipes-support/chrony/chrony_4.2.bb            | 2 +-
  .../phoronix-test-suite/files/CVE-2022-40704.patch              | 46 
+++++++++++
  .../phoronix-test-suite/phoronix-test-suite_10.8.2.bb           | 6 +-
  meta-python/recipes-devtools/python/python3-pillow/run-ptest    | 3 +
  .../python/{python3-pillow_9.0.1.bb => python3-pillow_9.4.0.bb} |  32 
++++++--
  .../apache2/{apache2_2.4.54.bb => apache2_2.4.55.bb} |   2 +-
  12 files changed, 295 insertions(+), 9 deletions(-)
  create mode 100644 
meta-networking/recipes-connectivity/freeradius/files/CVE-2022-41860.patch
  create mode 100644 
meta-networking/recipes-connectivity/freeradius/files/CVE-2022-41861.patch
  create mode 100644 
meta-networking/recipes-protocols/frr/frr/CVE-2022-42917.patch
  create mode 100644 
meta-oe/recipes-benchmark/phoronix-test-suite/files/CVE-2022-40704.patch
  create mode 100644 
meta-python/recipes-devtools/python/python3-pillow/run-ptest
  rename meta-python/recipes-devtools/python/{python3-pillow_9.0.1.bb => 
python3-pillow_9.4.0.bb} (52%)
  rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.54.bb => 
apache2_2.4.55.bb} (99%)

Comments

Khem Raj Feb. 20, 2023, 5:20 p.m. UTC | #1
merged thanks Armin

On Mon, Feb 20, 2023 at 7:55 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 278ec081a64e6a7679d6def550101158126cd935:
>
>    nodejs: upgrade 16.18.1 -> 16.19.0 (2023-02-04 12:16:38 -0500)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded kirkstone-next
>
> for you to fetch changes up to 82c75b466e55d7dca7a2364986ecb704cf63d141:
>
>    phoronix-test-suite: Fix CVE-2022-40704 (2023-02-16 07:30:46 -0500)
>
> ----------------------------------------------------------------
> Gary Huband (1):
>        chrony: add pkgconfig class as pkg-config is explicitly searched for
>
> Joe Slater (1):
>        phoronix-test-suite: Fix CVE-2022-40704
>
> Randy MacLeod (2):
>        python3-pillow: add ptest support
>        python3-pillow: Add distutils, unixadmin for ptest
>
> Wang Mingyu (3):
>        python3-pillow: upgrade 9.2.0 -> 9.3.0
>        python3-pillow: upgrade 9.3.0 -> 9.4.0
>        apache2: upgrade 2.4.54 -> 2.4.55
>
> Xu Huan (1):
>        python3-pillow: upgrade 9.0.1 -> 9.1.1
>
> Yi Zhao (2):
>        freeradius: Security fixes for CVE-2022-41860 CVE-2022-41861
>        frr: Security fix for CVE-2022-42917
>
> zhengruoqin (1):
>        python3-pillow: upgrade 9.1.1 -> 9.2.0
>
>   .../recipes-connectivity/freeradius/files/CVE-2022-41860.patch  | 118
> ++++++++++++++++++++++++++++
>   .../recipes-connectivity/freeradius/files/CVE-2022-41861.patch  | 53
> +++++++++++++
>   .../recipes-connectivity/freeradius/freeradius_3.0.21.bb        | 2 +
>   meta-networking/recipes-protocols/frr/frr/CVE-2022-42917.patch  | 36
> +++++++++
>   meta-networking/recipes-protocols/frr/frr/frr.pam               | 3 +-
>   meta-networking/recipes-protocols/frr/frr_8.2.2.bb              | 1 +
>   meta-networking/recipes-support/chrony/chrony_4.2.bb            | 2 +-
>   .../phoronix-test-suite/files/CVE-2022-40704.patch              | 46
> +++++++++++
>   .../phoronix-test-suite/phoronix-test-suite_10.8.2.bb           | 6 +-
>   meta-python/recipes-devtools/python/python3-pillow/run-ptest    | 3 +
>   .../python/{python3-pillow_9.0.1.bb => python3-pillow_9.4.0.bb} |  32
> ++++++--
>   .../apache2/{apache2_2.4.54.bb => apache2_2.4.55.bb} |   2 +-
>   12 files changed, 295 insertions(+), 9 deletions(-)
>   create mode 100644
> meta-networking/recipes-connectivity/freeradius/files/CVE-2022-41860.patch
>   create mode 100644
> meta-networking/recipes-connectivity/freeradius/files/CVE-2022-41861.patch
>   create mode 100644
> meta-networking/recipes-protocols/frr/frr/CVE-2022-42917.patch
>   create mode 100644
> meta-oe/recipes-benchmark/phoronix-test-suite/files/CVE-2022-40704.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-pillow/run-ptest
>   rename meta-python/recipes-devtools/python/{python3-pillow_9.0.1.bb =>
> python3-pillow_9.4.0.bb} (52%)
>   rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.54.bb =>
> apache2_2.4.55.bb} (99%)
>