mbox

[00/12] Scarthgap pull request

Message ID cover.1772625156.git.anuj.mittal@oss.qualcomm.com
State New
Headers show

Pull-request

https://git.openembedded.org/meta-openembedded-contrib anujm/scarthgap

Message

Anuj Mittal March 4, 2026, 12:39 p.m. UTC
Please merge these changes in scarthgap. Tested locally with
qemuarm/qemux86-64/qemuarm64 and on autobuilder.

https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1333


The following changes since commit ec0469748be4159fb83fb0fa0148d786484c88cf:

  nodejs: fix gcc compile failed for 32 bit arm target (2026-02-12 15:59:04 +0530)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded-contrib anujm/scarthgap
  https://git.openembedded.org/meta-openembedded-contrib/log/?h=anujm/scarthgap

Alexandre Truong (1):
  source-han-sans-*-fonts: rename downloaded files in SRC_URI

Anil Dongare (1):
  wireshark 4.2.14: Fix CVE-2026-0962

Ankur Tyagi (1):
  dovecot: ignore CVE-2025-30189

Anuj Mittal (1):
  README: update listed maintainer

Daniel Klauer (1):
  nbench-byte: Fix sysinfo generation in parallel build

Geoff Parker (1):
  python3-m2crypto: fix python3-m2crypto-native do_configure:prepend()

Gyorgy Sarvari (1):
  nginx: patch CVE-2026-1642

Martin Jansa (1):
  nodejs: add missing Upstream-Status

Peter Marko (1):
  fcgi: add follow-up patch for CVE-2025-23016

Tafil Avdyli (1):
  python3-pybind11-json: fix Targets.cmake trying to reference host

Vijay Anusuri (1):
  postgresql: upgrade 16.11 -> 16.12

Yoann Congal (1):
  polkit: Switch PAM files to common-*

 README.md                                     |   2 +-
 meta-filesystems/README.md                    |   2 +-
 meta-gnome/README.md                          |   2 +-
 meta-initramfs/README.md                      |   2 +-
 meta-multimedia/README.md                     |   2 +-
 meta-networking/MAINTAINERS                   |   2 +-
 meta-networking/README.md                     |   2 +-
 .../dovecot/dovecot_2.3.21.1.bb               |   1 +
 .../wireshark/files/CVE-2026-0962.patch       | 152 ++++++++++++++++++
 .../wireshark/wireshark_4.2.14.bb             |   1 +
 meta-oe/README.md                             |   2 +-
 ...sysinfo-generation-in-parallel-build.patch |  69 ++++++++
 .../sysinfo.sh-Fix-typo-in-rm-command.patch   |  27 ++++
 .../nbench-byte/nbench-byte_2.2.3.bb          |   4 +-
 ...c-bypass-autoconf-2.69-version-check.patch |   2 +-
 ...ostgresql_16.11.bb => postgresql_16.12.bb} |   4 +-
 ...ert-stop-using-deprecated-ares_query.patch |   1 +
 ...pport-openembedded-OS-for-PAM-config.patch |  48 ++++++
 meta-oe/recipes-extended/polkit/polkit_124.bb |   5 +
 .../source-han-sans-cn-fonts_2.004.bb         |   2 +-
 .../source-han-sans-jp-fonts_2.004.bb         |   2 +-
 .../source-han-sans-kr-fonts_2.004.bb         |   2 +-
 .../source-han-sans-tw-fonts_2.004.bb         |   2 +-
 meta-perl/README.md                           |   2 +-
 meta-python/README.md                         |   2 +-
 .../python/python3-m2crypto_0.40.1.bb         |   2 +-
 ...p-PYTHON_INCLUDE_DIRS-from-interface.patch |  34 ++++
 .../python/python3-pybind11-json_0.2.13.bb    |   3 +-
 meta-webserver/README.md                      |   2 +-
 .../nginx/files/CVE-2026-1642.patch           |  46 ++++++
 meta-webserver/recipes-httpd/nginx/nginx.inc  |   1 +
 ...25-23016.patch => CVE-2025-23016-01.patch} |   0
 .../fcgi/fcgi/CVE-2025-23016-02.patch         |  83 ++++++++++
 .../recipes-support/fcgi/fcgi_git.bb          |   3 +-
 meta-xfce/README.md                           |   2 +-
 35 files changed, 495 insertions(+), 23 deletions(-)
 create mode 100644 meta-networking/recipes-support/wireshark/files/CVE-2026-0962.patch
 create mode 100644 meta-oe/recipes-benchmark/nbench-byte/nbench-byte/Makefile-Fix-sysinfo-generation-in-parallel-build.patch
 create mode 100644 meta-oe/recipes-benchmark/nbench-byte/nbench-byte/sysinfo.sh-Fix-typo-in-rm-command.patch
 rename meta-oe/recipes-dbs/postgresql/{postgresql_16.11.bb => postgresql_16.12.bb} (75%)
 create mode 100644 meta-oe/recipes-extended/polkit/files/meson-build-Support-openembedded-OS-for-PAM-config.patch
 create mode 100644 meta-python/recipes-devtools/python/python3-pybind11-json/0001-CMakeLists-drop-PYTHON_INCLUDE_DIRS-from-interface.patch
 create mode 100644 meta-webserver/recipes-httpd/nginx/files/CVE-2026-1642.patch
 rename meta-webserver/recipes-support/fcgi/fcgi/{CVE-2025-23016.patch => CVE-2025-23016-01.patch} (100%)
 create mode 100644 meta-webserver/recipes-support/fcgi/fcgi/CVE-2025-23016-02.patch

Comments

Khem Raj March 5, 2026, 6:15 a.m. UTC | #1
Thanks Anuj, looks good. Installed.

On Wed, Mar 4, 2026 at 4:39 AM Anuj Mittal via lists.openembedded.org
<anuj.mittal=oss.qualcomm.com@lists.openembedded.org> wrote:

> Please merge these changes in scarthgap. Tested locally with
> qemuarm/qemux86-64/qemuarm64 and on autobuilder.
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1333
>
>
> The following changes since commit
> ec0469748be4159fb83fb0fa0148d786484c88cf:
>
>   nodejs: fix gcc compile failed for 32 bit arm target (2026-02-12
> 15:59:04 +0530)
>
> are available in the Git repository at:
>
>   https://git.openembedded.org/meta-openembedded-contrib anujm/scarthgap
>
> https://git.openembedded.org/meta-openembedded-contrib/log/?h=anujm/scarthgap
>
> Alexandre Truong (1):
>   source-han-sans-*-fonts: rename downloaded files in SRC_URI
>
> Anil Dongare (1):
>   wireshark 4.2.14: Fix CVE-2026-0962
>
> Ankur Tyagi (1):
>   dovecot: ignore CVE-2025-30189
>
> Anuj Mittal (1):
>   README: update listed maintainer
>
> Daniel Klauer (1):
>   nbench-byte: Fix sysinfo generation in parallel build
>
> Geoff Parker (1):
>   python3-m2crypto: fix python3-m2crypto-native do_configure:prepend()
>
> Gyorgy Sarvari (1):
>   nginx: patch CVE-2026-1642
>
> Martin Jansa (1):
>   nodejs: add missing Upstream-Status
>
> Peter Marko (1):
>   fcgi: add follow-up patch for CVE-2025-23016
>
> Tafil Avdyli (1):
>   python3-pybind11-json: fix Targets.cmake trying to reference host
>
> Vijay Anusuri (1):
>   postgresql: upgrade 16.11 -> 16.12
>
> Yoann Congal (1):
>   polkit: Switch PAM files to common-*
>
>  README.md                                     |   2 +-
>  meta-filesystems/README.md                    |   2 +-
>  meta-gnome/README.md                          |   2 +-
>  meta-initramfs/README.md                      |   2 +-
>  meta-multimedia/README.md                     |   2 +-
>  meta-networking/MAINTAINERS                   |   2 +-
>  meta-networking/README.md                     |   2 +-
>  .../dovecot/dovecot_2.3.21.1.bb               |   1 +
>  .../wireshark/files/CVE-2026-0962.patch       | 152 ++++++++++++++++++
>  .../wireshark/wireshark_4.2.14.bb             |   1 +
>  meta-oe/README.md                             |   2 +-
>  ...sysinfo-generation-in-parallel-build.patch |  69 ++++++++
>  .../sysinfo.sh-Fix-typo-in-rm-command.patch   |  27 ++++
>  .../nbench-byte/nbench-byte_2.2.3.bb          |   4 +-
>  ...c-bypass-autoconf-2.69-version-check.patch |   2 +-
>  ...ostgresql_16.11.bb => postgresql_16.12.bb} |   4 +-
>  ...ert-stop-using-deprecated-ares_query.patch |   1 +
>  ...pport-openembedded-OS-for-PAM-config.patch |  48 ++++++
>  meta-oe/recipes-extended/polkit/polkit_124.bb |   5 +
>  .../source-han-sans-cn-fonts_2.004.bb         |   2 +-
>  .../source-han-sans-jp-fonts_2.004.bb         |   2 +-
>  .../source-han-sans-kr-fonts_2.004.bb         |   2 +-
>  .../source-han-sans-tw-fonts_2.004.bb         |   2 +-
>  meta-perl/README.md                           |   2 +-
>  meta-python/README.md                         |   2 +-
>  .../python/python3-m2crypto_0.40.1.bb         |   2 +-
>  ...p-PYTHON_INCLUDE_DIRS-from-interface.patch |  34 ++++
>  .../python/python3-pybind11-json_0.2.13.bb    |   3 +-
>  meta-webserver/README.md                      |   2 +-
>  .../nginx/files/CVE-2026-1642.patch           |  46 ++++++
>  meta-webserver/recipes-httpd/nginx/nginx.inc  |   1 +
>  ...25-23016.patch => CVE-2025-23016-01.patch} |   0
>  .../fcgi/fcgi/CVE-2025-23016-02.patch         |  83 ++++++++++
>  .../recipes-support/fcgi/fcgi_git.bb          |   3 +-
>  meta-xfce/README.md                           |   2 +-
>  35 files changed, 495 insertions(+), 23 deletions(-)
>  create mode 100644
> meta-networking/recipes-support/wireshark/files/CVE-2026-0962.patch
>  create mode 100644
> meta-oe/recipes-benchmark/nbench-byte/nbench-byte/Makefile-Fix-sysinfo-generation-in-parallel-build.patch
>  create mode 100644
> meta-oe/recipes-benchmark/nbench-byte/nbench-byte/sysinfo.sh-Fix-typo-in-rm-command.patch
>  rename meta-oe/recipes-dbs/postgresql/{postgresql_16.11.bb =>
> postgresql_16.12.bb} (75%)
>  create mode 100644
> meta-oe/recipes-extended/polkit/files/meson-build-Support-openembedded-OS-for-PAM-config.patch
>  create mode 100644
> meta-python/recipes-devtools/python/python3-pybind11-json/0001-CMakeLists-drop-PYTHON_INCLUDE_DIRS-from-interface.patch
>  create mode 100644
> meta-webserver/recipes-httpd/nginx/files/CVE-2026-1642.patch
>  rename meta-webserver/recipes-support/fcgi/fcgi/{CVE-2025-23016.patch =>
> CVE-2025-23016-01.patch} (100%)
>  create mode 100644
> meta-webserver/recipes-support/fcgi/fcgi/CVE-2025-23016-02.patch
>
> --
> 2.53.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#124849):
> https://lists.openembedded.org/g/openembedded-devel/message/124849
> Mute This Topic: https://lists.openembedded.org/mt/118131078/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>