mbox series

scarthgap merge request: Aug 6th

Message ID 94a40b8b-36f1-4af0-a452-f3c8f58ec389@gmail.com
State New
Headers show
Series scarthgap merge request: Aug 6th | expand

Pull-request

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

Message

akuster808 Aug. 6, 2024, 12:09 p.m. UTC
The following changes since commit 80e01188fa822d87d301ee71973c462d7a865493:

   nftables: change ptest output format (2024-07-23 15:24:57 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 2338409efc51cf2022ff5610a9fb689251706e2b:

   python3-pydantic-core: Fix build with python 3.12.4 (2024-08-03 
12:25:17 -0400)

----------------------------------------------------------------
Barry Grussling (1):
       postgresql: Break perl RDEPENDS

Benjamin Szőke (1):
       tree: fix broken links

Chen Qi (1):
       python3-protobuf: remove useless and problematic .pth file

Etienne Cordonnier (2):
       uutils-coreutils: upgrade 0.0.25 -> 0.0.26
       uutils-coreutils: upgrade 0.0.26 -> 0.0.27

Khem Raj (1):
       python3-pydantic-core: Fix build with python 3.12.4

Poonam Jadhav (1):
       tcpreplay: Fix CVE-2023-4256

Siddharth Doshi (1):
       apache2: Upgrade 2.4.60 -> 2.4.62

Soumya Sambu (2):
       python3-sqlparse: Fix CVE-2024-4340
       python3-werkzeug: upgrade 3.0.1 -> 3.0.3

Wang Mingyu (1):
       python3-email-validator: upgrade 2.1.0 -> 2.1.1

Yogita Urade (2):
       graphviz: fix CVE-2023-46045
       hdf5: upgrade to 1.14.4

Zhang Peng (1):
       hiredis: remove ANSI color from ptest result

  .../recipes-support/tcpreplay/tcpreplay/CVE-2023-4256.patch     | 27 +++
  meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.4.bb    | 1 +
  .../recipes-core/uutils-coreutils/uutils-coreutils-crates.inc   | 288 
+++++++++++++++++-----------
  .../{uutils-coreutils_0.0.25.bb => uutils-coreutils_0.0.27.bb} |   2 +-
  meta-oe/recipes-dbs/postgresql/postgresql.inc                   | 10 +-
  meta-oe/recipes-extended/hiredis/hiredis/run-ptest              | 12 +-
  .../graphviz/graphviz/CVE-2023-46045-0001.patch                 | 37 ++++
  .../graphviz/graphviz/CVE-2023-46045-0002.patch                 | 38 ++++
  .../graphviz/graphviz/CVE-2023-46045-0003.patch                 | 33 ++++
  meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb             | 3 +
  .../hdf5/files/0001-cmake-remove-build-flags.patch              | 41 +---
  .../recipes-support/hdf5/{hdf5_1.14.2.bb => hdf5_1.14.4-3.bb} |  13 +-
  meta-oe/recipes-support/tree/tree_2.1.1.bb                      | 4 +-
  ...mail-validator_2.1.0.bb => python3-email-validator_2.1.1.bb} |   4 +-
  meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb  | 8 +
  .../0001-Fix-generate_self_schema-for-Python-3.12-1299.patch    | 29 +++
  .../recipes-devtools/python/python3-pydantic-core_2.16.3.bb     | 3 +-
  .../python/python3-sqlparse/CVE-2024-4340.patch                 | 48 +++++
  meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb   | 1 +
  .../{python3-werkzeug_3.0.1.bb => python3-werkzeug_3.0.3.bb} |   4 +-
  .../apache2/{apache2_2.4.60.bb => apache2_2.4.62.bb} |   2 +-
  21 files changed, 437 insertions(+), 171 deletions(-)
  create mode 100644 
meta-networking/recipes-support/tcpreplay/tcpreplay/CVE-2023-4256.patch
  rename 
meta-oe/recipes-core/uutils-coreutils/{uutils-coreutils_0.0.25.bb => 
uutils-coreutils_0.0.27.bb} (98%)
  create mode 100644 
meta-oe/recipes-graphics/graphviz/graphviz/CVE-2023-46045-0001.patch
  create mode 100644 
meta-oe/recipes-graphics/graphviz/graphviz/CVE-2023-46045-0002.patch
  create mode 100644 
meta-oe/recipes-graphics/graphviz/graphviz/CVE-2023-46045-0003.patch
  rename meta-oe/recipes-support/hdf5/{hdf5_1.14.2.bb => 
hdf5_1.14.4-3.bb} (84%)
  rename 
meta-python/recipes-devtools/python/{python3-email-validator_2.1.0.bb => 
python3-email-validator_2.1.1.bb} (59%)
  create mode 100644 
meta-python/recipes-devtools/python/python3-pydantic-core/0001-Fix-generate_self_schema-for-Python-3.12-1299.patch
  create mode 100644 
meta-python/recipes-devtools/python/python3-sqlparse/CVE-2024-4340.patch
  rename meta-python/recipes-devtools/python/{python3-werkzeug_3.0.1.bb 
=> python3-werkzeug_3.0.3.bb} (83%)
  rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.60.bb => 
apache2_2.4.62.bb} (99%)

Comments

Khem Raj Aug. 6, 2024, 3:05 p.m. UTC | #1
merged now, thanks Armin

On Tue, Aug 6, 2024 at 5:09 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 80e01188fa822d87d301ee71973c462d7a865493:
>
>    nftables: change ptest output format (2024-07-23 15:24:57 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded scarthgap-next
>
> for you to fetch changes up to 2338409efc51cf2022ff5610a9fb689251706e2b:
>
>    python3-pydantic-core: Fix build with python 3.12.4 (2024-08-03
> 12:25:17 -0400)
>
> ----------------------------------------------------------------
> Barry Grussling (1):
>        postgresql: Break perl RDEPENDS
>
> Benjamin Szőke (1):
>        tree: fix broken links
>
> Chen Qi (1):
>        python3-protobuf: remove useless and problematic .pth file
>
> Etienne Cordonnier (2):
>        uutils-coreutils: upgrade 0.0.25 -> 0.0.26
>        uutils-coreutils: upgrade 0.0.26 -> 0.0.27
>
> Khem Raj (1):
>        python3-pydantic-core: Fix build with python 3.12.4
>
> Poonam Jadhav (1):
>        tcpreplay: Fix CVE-2023-4256
>
> Siddharth Doshi (1):
>        apache2: Upgrade 2.4.60 -> 2.4.62
>
> Soumya Sambu (2):
>        python3-sqlparse: Fix CVE-2024-4340
>        python3-werkzeug: upgrade 3.0.1 -> 3.0.3
>
> Wang Mingyu (1):
>        python3-email-validator: upgrade 2.1.0 -> 2.1.1
>
> Yogita Urade (2):
>        graphviz: fix CVE-2023-46045
>        hdf5: upgrade to 1.14.4
>
> Zhang Peng (1):
>        hiredis: remove ANSI color from ptest result
>
>   .../recipes-support/tcpreplay/tcpreplay/CVE-2023-4256.patch     | 27 +++
>   meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.4.bb    | 1 +
>   .../recipes-core/uutils-coreutils/uutils-coreutils-crates.inc   | 288
> +++++++++++++++++-----------
>   .../{uutils-coreutils_0.0.25.bb => uutils-coreutils_0.0.27.bb} |   2 +-
>   meta-oe/recipes-dbs/postgresql/postgresql.inc                   | 10 +-
>   meta-oe/recipes-extended/hiredis/hiredis/run-ptest              | 12 +-
>   .../graphviz/graphviz/CVE-2023-46045-0001.patch                 | 37 ++++
>   .../graphviz/graphviz/CVE-2023-46045-0002.patch                 | 38 ++++
>   .../graphviz/graphviz/CVE-2023-46045-0003.patch                 | 33 ++++
>   meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb             | 3 +
>   .../hdf5/files/0001-cmake-remove-build-flags.patch              | 41 +---
>   .../recipes-support/hdf5/{hdf5_1.14.2.bb => hdf5_1.14.4-3.bb} |  13 +-
>   meta-oe/recipes-support/tree/tree_2.1.1.bb                      | 4 +-
>   ...mail-validator_2.1.0.bb => python3-email-validator_2.1.1.bb} |   4 +-
>   meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb  | 8 +
>   .../0001-Fix-generate_self_schema-for-Python-3.12-1299.patch    | 29 +++
>   .../recipes-devtools/python/python3-pydantic-core_2.16.3.bb     | 3 +-
>   .../python/python3-sqlparse/CVE-2024-4340.patch                 | 48 +++++
>   meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb   | 1 +
>   .../{python3-werkzeug_3.0.1.bb => python3-werkzeug_3.0.3.bb} |   4 +-
>   .../apache2/{apache2_2.4.60.bb => apache2_2.4.62.bb} |   2 +-
>   21 files changed, 437 insertions(+), 171 deletions(-)
>   create mode 100644
> meta-networking/recipes-support/tcpreplay/tcpreplay/CVE-2023-4256.patch
>   rename
> meta-oe/recipes-core/uutils-coreutils/{uutils-coreutils_0.0.25.bb =>
> uutils-coreutils_0.0.27.bb} (98%)
>   create mode 100644
> meta-oe/recipes-graphics/graphviz/graphviz/CVE-2023-46045-0001.patch
>   create mode 100644
> meta-oe/recipes-graphics/graphviz/graphviz/CVE-2023-46045-0002.patch
>   create mode 100644
> meta-oe/recipes-graphics/graphviz/graphviz/CVE-2023-46045-0003.patch
>   rename meta-oe/recipes-support/hdf5/{hdf5_1.14.2.bb =>
> hdf5_1.14.4-3.bb} (84%)
>   rename
> meta-python/recipes-devtools/python/{python3-email-validator_2.1.0.bb =>
> python3-email-validator_2.1.1.bb} (59%)
>   create mode 100644
> meta-python/recipes-devtools/python/python3-pydantic-core/0001-Fix-generate_self_schema-for-Python-3.12-1299.patch
>   create mode 100644
> meta-python/recipes-devtools/python/python3-sqlparse/CVE-2024-4340.patch
>   rename meta-python/recipes-devtools/python/{python3-werkzeug_3.0.1.bb
> => python3-werkzeug_3.0.3.bb} (83%)
>   rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.60.bb =>
> apache2_2.4.62.bb} (99%)