mbox series

nanbield merge request: Jan 5th

Message ID e6668968-0efe-411f-b2ea-efa2a4dc83f5@gmail.com
State New
Headers show
Series nanbield merge request: Jan 5th | expand

Pull-request

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

Message

akuster808 Jan. 5, 2024, 12:58 p.m. UTC
The following changes since commit 1750c66ae8e4268c472c0b2b94748a59d6ef866d:

   emlog: Add PV (2023-11-01 08:16:30 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 2da6e1b0e43a8993fd422fee3f83940100b59f4c:

   poco: fix branch (2024-01-05 07:52:17 -0500)

----------------------------------------------------------------
Alexandre Belloni (1):
       poco: fix branch

Christian Eggers (1):
       python3-gcovr: switch to main branch

Dylan Turner (1):
       apache2: v2.4.57 to v2.4.58 to fix CVE-2023-43622

Edi Feschiyan (1):
       libbytesize: update SRC_URI

Fabio Estevam (3):
       openocd: Use https for github
       python3-piccata: Use https for github
       multipath-tools: Use https for github

Jeffrey Pautler (1):
       apache2: add vendor to product name used for CVE checking

Jonas Gorski (1):
       frr: fix CVEs CVE-2023-4675{2,3} and CVE-2023-4723{4,5}

Khem Raj (3):
       hwdata: upgrade 0.370 -> 0.375
       openvpn: upgrade 2.6.3 -> 2.6.6
       python3-scapy: upgrade to latest revision

Ross Burton (1):
       yajl: fix CVE-2017-16516, CVE-2022-24795, CVE-2023-33460

Wang Mingyu (3):
       hdf5: Fix install conflict when enable multilib.
       dnf-plugin-tui: Recover BBCLASSEXTEND variants
       strongswan: upgrade 5.9.11 -> 5.9.12

Zoltán Böszörményi (3):
       python3-ninja-syntax: Set BBCLASSEXTEND = "native nativesdk"
       python3-ninja: Set BBCLASSEXTEND = "native nativesdk"
       geos: Fix packaging

  meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb  | 2 +-
  meta-networking/recipes-protocols/frr/frr/CVE-2023-46752.patch  | 125 
++++++++++++++++++++++++++++
  meta-networking/recipes-protocols/frr/frr/CVE-2023-46753.patch  | 117 
++++++++++++++++++++++++++
  meta-networking/recipes-protocols/frr/frr/CVE-2023-47234.patch  | 95 
+++++++++++++++++++++
  meta-networking/recipes-protocols/frr/frr/CVE-2023-47235.patch  | 112 
+++++++++++++++++++++++++
  meta-networking/recipes-protocols/frr/frr_9.0.1.bb              | 6 ++
  .../openvpn/{openvpn_2.6.3.bb => openvpn_2.6.6.bb} |   4 +-
  .../strongswan/{strongswan_5.9.11.bb => strongswan_5.9.12.bb} |   2 +-
  meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb   | 2 +
  meta-oe/recipes-devtools/openocd/openocd_git.bb                 | 2 +-
  meta-oe/recipes-devtools/yajl/yajl/CVE-2017-16516.patch         | 37 
++++++++
  meta-oe/recipes-devtools/yajl/yajl/CVE-2022-24795.patch         | 59 
+++++++++++++
  meta-oe/recipes-devtools/yajl/yajl/CVE-2023-33460.patch         | 35 
++++++++
  meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb                     | 6 +-
  meta-oe/recipes-navigation/geos/geos_3.12.0.bb                  | 2 +-
  meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb                     | 6 +-
  .../recipes-support/hwdata/{hwdata_0.370.bb => hwdata_0.375.bb} |   2 +-
  meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb         | 2 +-
  .../recipes-support/multipath-tools/multipath-tools_0.9.3.bb    | 2 +-
  meta-oe/recipes-support/poco/poco_1.12.4.bb                     | 4 +-
  meta-python/recipes-devtools/python/python3-gcovr_6.0.bb        | 2 +-
  .../recipes-devtools/python/python3-ninja-syntax_1.7.2.bb       | 4 +-
  meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb     | 1 +
  .../recipes-devtools/python3-piccata/python3-piccata_2.0.3.bb   | 2 +-
  ...1-modules-mappers-config9.m4-Add-server-directory-to-i.patch | 31 
-------
  .../apache2/{apache2_2.4.57.bb => apache2_2.4.58.bb} |   5 +-
  26 files changed, 617 insertions(+), 50 deletions(-)
  create mode 100644 
meta-networking/recipes-protocols/frr/frr/CVE-2023-46752.patch
  create mode 100644 
meta-networking/recipes-protocols/frr/frr/CVE-2023-46753.patch
  create mode 100644 
meta-networking/recipes-protocols/frr/frr/CVE-2023-47234.patch
  create mode 100644 
meta-networking/recipes-protocols/frr/frr/CVE-2023-47235.patch
  rename meta-networking/recipes-support/openvpn/{openvpn_2.6.3.bb => 
openvpn_2.6.6.bb} (95%)
  rename 
meta-networking/recipes-support/strongswan/{strongswan_5.9.11.bb => 
strongswan_5.9.12.bb} (99%)
  create mode 100644 meta-oe/recipes-devtools/yajl/yajl/CVE-2017-16516.patch
  create mode 100644 meta-oe/recipes-devtools/yajl/yajl/CVE-2022-24795.patch
  create mode 100644 meta-oe/recipes-devtools/yajl/yajl/CVE-2023-33460.patch
  rename meta-oe/recipes-support/hwdata/{hwdata_0.370.bb => 
hwdata_0.375.bb} (91%)
  delete mode 100644 
meta-webserver/recipes-httpd/apache2/apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch
  rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.57.bb => 
apache2_2.4.58.bb} (98%)

Comments

Khem Raj Jan. 5, 2024, 5:35 p.m. UTC | #1
merged thanks Armin.

On Fri, Jan 5, 2024 at 4:58 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 1750c66ae8e4268c472c0b2b94748a59d6ef866d:
>
>    emlog: Add PV (2023-11-01 08:16:30 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded nanbield-next
>
> for you to fetch changes up to 2da6e1b0e43a8993fd422fee3f83940100b59f4c:
>
>    poco: fix branch (2024-01-05 07:52:17 -0500)
>
> ----------------------------------------------------------------
> Alexandre Belloni (1):
>        poco: fix branch
>
> Christian Eggers (1):
>        python3-gcovr: switch to main branch
>
> Dylan Turner (1):
>        apache2: v2.4.57 to v2.4.58 to fix CVE-2023-43622
>
> Edi Feschiyan (1):
>        libbytesize: update SRC_URI
>
> Fabio Estevam (3):
>        openocd: Use https for github
>        python3-piccata: Use https for github
>        multipath-tools: Use https for github
>
> Jeffrey Pautler (1):
>        apache2: add vendor to product name used for CVE checking
>
> Jonas Gorski (1):
>        frr: fix CVEs CVE-2023-4675{2,3} and CVE-2023-4723{4,5}
>
> Khem Raj (3):
>        hwdata: upgrade 0.370 -> 0.375
>        openvpn: upgrade 2.6.3 -> 2.6.6
>        python3-scapy: upgrade to latest revision
>
> Ross Burton (1):
>        yajl: fix CVE-2017-16516, CVE-2022-24795, CVE-2023-33460
>
> Wang Mingyu (3):
>        hdf5: Fix install conflict when enable multilib.
>        dnf-plugin-tui: Recover BBCLASSEXTEND variants
>        strongswan: upgrade 5.9.11 -> 5.9.12
>
> Zoltán Böszörményi (3):
>        python3-ninja-syntax: Set BBCLASSEXTEND = "native nativesdk"
>        python3-ninja: Set BBCLASSEXTEND = "native nativesdk"
>        geos: Fix packaging
>
>   meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb  | 2 +-
>   meta-networking/recipes-protocols/frr/frr/CVE-2023-46752.patch  | 125
> ++++++++++++++++++++++++++++
>   meta-networking/recipes-protocols/frr/frr/CVE-2023-46753.patch  | 117
> ++++++++++++++++++++++++++
>   meta-networking/recipes-protocols/frr/frr/CVE-2023-47234.patch  | 95
> +++++++++++++++++++++
>   meta-networking/recipes-protocols/frr/frr/CVE-2023-47235.patch  | 112
> +++++++++++++++++++++++++
>   meta-networking/recipes-protocols/frr/frr_9.0.1.bb              | 6 ++
>   .../openvpn/{openvpn_2.6.3.bb => openvpn_2.6.6.bb} |   4 +-
>   .../strongswan/{strongswan_5.9.11.bb => strongswan_5.9.12.bb} |   2 +-
>   meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb   | 2 +
>   meta-oe/recipes-devtools/openocd/openocd_git.bb                 | 2 +-
>   meta-oe/recipes-devtools/yajl/yajl/CVE-2017-16516.patch         | 37
> ++++++++
>   meta-oe/recipes-devtools/yajl/yajl/CVE-2022-24795.patch         | 59
> +++++++++++++
>   meta-oe/recipes-devtools/yajl/yajl/CVE-2023-33460.patch         | 35
> ++++++++
>   meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb                     | 6 +-
>   meta-oe/recipes-navigation/geos/geos_3.12.0.bb                  | 2 +-
>   meta-oe/recipes-support/hdf5/hdf5_1.14.2.bb                     | 6 +-
>   .../recipes-support/hwdata/{hwdata_0.370.bb => hwdata_0.375.bb} |   2 +-
>   meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb         | 2 +-
>   .../recipes-support/multipath-tools/multipath-tools_0.9.3.bb    | 2 +-
>   meta-oe/recipes-support/poco/poco_1.12.4.bb                     | 4 +-
>   meta-python/recipes-devtools/python/python3-gcovr_6.0.bb        | 2 +-
>   .../recipes-devtools/python/python3-ninja-syntax_1.7.2.bb       | 4 +-
>   meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb     | 1 +
>   .../recipes-devtools/python3-piccata/python3-piccata_2.0.3.bb   | 2 +-
>   ...1-modules-mappers-config9.m4-Add-server-directory-to-i.patch | 31
> -------
>   .../apache2/{apache2_2.4.57.bb => apache2_2.4.58.bb} |   5 +-
>   26 files changed, 617 insertions(+), 50 deletions(-)
>   create mode 100644
> meta-networking/recipes-protocols/frr/frr/CVE-2023-46752.patch
>   create mode 100644
> meta-networking/recipes-protocols/frr/frr/CVE-2023-46753.patch
>   create mode 100644
> meta-networking/recipes-protocols/frr/frr/CVE-2023-47234.patch
>   create mode 100644
> meta-networking/recipes-protocols/frr/frr/CVE-2023-47235.patch
>   rename meta-networking/recipes-support/openvpn/{openvpn_2.6.3.bb =>
> openvpn_2.6.6.bb} (95%)
>   rename
> meta-networking/recipes-support/strongswan/{strongswan_5.9.11.bb =>
> strongswan_5.9.12.bb} (99%)
>   create mode 100644 meta-oe/recipes-devtools/yajl/yajl/CVE-2017-16516.patch
>   create mode 100644 meta-oe/recipes-devtools/yajl/yajl/CVE-2022-24795.patch
>   create mode 100644 meta-oe/recipes-devtools/yajl/yajl/CVE-2023-33460.patch
>   rename meta-oe/recipes-support/hwdata/{hwdata_0.370.bb =>
> hwdata_0.375.bb} (91%)
>   delete mode 100644
> meta-webserver/recipes-httpd/apache2/apache2/0011-modules-mappers-config9.m4-Add-server-directory-to-i.patch
>   rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.57.bb =>
> apache2_2.4.58.bb} (98%)
>