mbox series

scarthgap merge request: Jan 22nd

Message ID 8b54fb24-08dd-432c-ae1e-7a10f23eaa3a@gmail.com
State New
Headers show
Series scarthgap merge request: Jan 22nd | expand

Pull-request

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

Message

Armin Kuster Jan. 23, 2025, 12:07 a.m. UTC
The following changes since commit 5f9f741193f55bb4bb3c974e913d169dd23e40d3:

   ghex,gnome-chess,gnome-photos: Add missing dep on itstool-native 
(2025-01-05 16:46:47 -0500)

are available in the Git repository at:

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

for you to fetch changes up to dda0d53326017d6758ec6bdfdaf2f484c089d13f:

   gphoto2: Fix contains reference to TMPDIR [buildpaths] warning 
(2025-01-20 19:46:16 -0500)

----------------------------------------------------------------
Divya Chellam (1):
       nginx: upgrade 1.25.3 -> 1.25.4

Hieu Van Nguyen (1):
       gphoto2: Fix contains reference to TMPDIR [buildpaths] warning

Jiaying Song (1):
       chrony: fix do_fetch error

Mingli Yu (2):
       asio: Add ptest support
       ptest-packagelists-meta-oe.inc: Add asio

Peter Marko (2):
       thrift: fix c++ generated code compilation with clang
       grpc: patch CVE-2024-11407

Preeti Sachan (1):
       bpftool: fix libelf.h not found error

Robert Yang (1):
       hostapd: Add CVE id to CVE-2024-3596_00.patch

Shubham Pushpkar (1):
       wireshark 4.2.7: Fix CVE-2024-9781

Soumya Sambu (2):
       python3-django: upgrade 4.2.16 -> 4.2.17
       python3-django: upgrade 5.0.9 -> 5.0.10

Vijay Anusuri (1):
       php: upgrade 8.2.24 -> 8.2.26

Xiangyu Chen (1):
       crash: fix crash cannot work with kaslr

Zhang Peng (2):
       glade: fix CVE-2020-36774
       opensc: fix CVE-2024-8443

gudnimar (1):
       pipewire: upgrade 1.0.5 -> 1.0.9

  .../pipewire/{pipewire_1.0.5.bb => pipewire_1.0.9.bb} |   2 +-
  meta-networking/recipes-support/chrony/chrony_4.5.bb            | 2 +-
  .../recipes-support/wireshark/files/CVE-2024-9781.patch         | 133 
++++++
  meta-networking/recipes-support/wireshark/wireshark_4.2.7.bb    | 1 +
  meta-oe/conf/include/ptest-packagelists-meta-oe.inc             | 1 +
  .../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_00.patch | 1 +
  .../recipes-connectivity/thrift/thrift/0001-thrift-pr2755.patch | 599 
++++++++++++++++++++++++++++
  meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb            | 4 +-
  meta-oe/recipes-devtools/glade/glade/CVE-2020-36774.patch       | 54 +++
  meta-oe/recipes-devtools/glade/glade_3.22.2.bb                  | 1 +
  meta-oe/recipes-devtools/grpc/grpc/CVE-2024-11407.patch         | 32 ++
  meta-oe/recipes-devtools/grpc/grpc_1.60.1.bb                    | 1 +
  meta-oe/recipes-devtools/php/{php_8.2.24.bb => php_8.2.26.bb} |   2 +-
  meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb              | 3 +
  meta-oe/recipes-kernel/bpftool/bpftool.bb                       | 2 +-
  meta-oe/recipes-kernel/crash/crash.inc                          | 1 +
  .../0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch    | 89 +++++
  .../asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch   | 37 ++
  meta-oe/recipes-support/asio/asio/run-ptest                     | 19 +
  meta-oe/recipes-support/asio/asio_1.30.2.bb                     | 19 +-
  meta-oe/recipes-support/opensc/files/CVE-2024-8443-0001.patch   | 60 +++
  meta-oe/recipes-support/opensc/files/CVE-2024-8443-0002.patch   | 55 +++
  meta-oe/recipes-support/opensc/opensc_0.25.1.bb                 | 2 +
  .../{python3-django_4.2.16.bb => python3-django_4.2.17.bb} |   4 +-
  .../{python3-django_5.0.9.bb => python3-django_5.0.10.bb} |   2 +-
  .../recipes-httpd/nginx/{nginx_1.25.3.bb => nginx_1.25.4.bb} |   2 +-
  26 files changed, 1117 insertions(+), 11 deletions(-)
  rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.0.5.bb 
=> pipewire_1.0.9.bb} (99%)
  create mode 100644 
meta-networking/recipes-support/wireshark/files/CVE-2024-9781.patch
  create mode 100644 
meta-oe/recipes-connectivity/thrift/thrift/0001-thrift-pr2755.patch
  create mode 100644 
meta-oe/recipes-devtools/glade/glade/CVE-2020-36774.patch
  create mode 100644 meta-oe/recipes-devtools/grpc/grpc/CVE-2024-11407.patch
  rename meta-oe/recipes-devtools/php/{php_8.2.24.bb => php_8.2.26.bb} (99%)
  create mode 100644 
meta-oe/recipes-kernel/crash/crash/0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch
  create mode 100644 
meta-oe/recipes-support/asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch
  create mode 100644 meta-oe/recipes-support/asio/asio/run-ptest
  create mode 100644 
meta-oe/recipes-support/opensc/files/CVE-2024-8443-0001.patch
  create mode 100644 
meta-oe/recipes-support/opensc/files/CVE-2024-8443-0002.patch
  rename meta-python/recipes-devtools/python/{python3-django_4.2.16.bb 
=> python3-django_4.2.17.bb} (63%)
  rename meta-python/recipes-devtools/python/{python3-django_5.0.9.bb => 
python3-django_5.0.10.bb} (56%)
  rename meta-webserver/recipes-httpd/nginx/{nginx_1.25.3.bb => 
nginx_1.25.4.bb} (74%)

Comments

Khem Raj Jan. 23, 2025, 1:41 a.m. UTC | #1
merged thanks Armin.

On Wed, Jan 22, 2025 at 4:07 PM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 5f9f741193f55bb4bb3c974e913d169dd23e40d3:
>
>    ghex,gnome-chess,gnome-photos: Add missing dep on itstool-native
> (2025-01-05 16:46:47 -0500)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded scarthgap-next
>
> for you to fetch changes up to dda0d53326017d6758ec6bdfdaf2f484c089d13f:
>
>    gphoto2: Fix contains reference to TMPDIR [buildpaths] warning
> (2025-01-20 19:46:16 -0500)
>
> ----------------------------------------------------------------
> Divya Chellam (1):
>        nginx: upgrade 1.25.3 -> 1.25.4
>
> Hieu Van Nguyen (1):
>        gphoto2: Fix contains reference to TMPDIR [buildpaths] warning
>
> Jiaying Song (1):
>        chrony: fix do_fetch error
>
> Mingli Yu (2):
>        asio: Add ptest support
>        ptest-packagelists-meta-oe.inc: Add asio
>
> Peter Marko (2):
>        thrift: fix c++ generated code compilation with clang
>        grpc: patch CVE-2024-11407
>
> Preeti Sachan (1):
>        bpftool: fix libelf.h not found error
>
> Robert Yang (1):
>        hostapd: Add CVE id to CVE-2024-3596_00.patch
>
> Shubham Pushpkar (1):
>        wireshark 4.2.7: Fix CVE-2024-9781
>
> Soumya Sambu (2):
>        python3-django: upgrade 4.2.16 -> 4.2.17
>        python3-django: upgrade 5.0.9 -> 5.0.10
>
> Vijay Anusuri (1):
>        php: upgrade 8.2.24 -> 8.2.26
>
> Xiangyu Chen (1):
>        crash: fix crash cannot work with kaslr
>
> Zhang Peng (2):
>        glade: fix CVE-2020-36774
>        opensc: fix CVE-2024-8443
>
> gudnimar (1):
>        pipewire: upgrade 1.0.5 -> 1.0.9
>
>   .../pipewire/{pipewire_1.0.5.bb => pipewire_1.0.9.bb} |   2 +-
>   meta-networking/recipes-support/chrony/chrony_4.5.bb            | 2 +-
>   .../recipes-support/wireshark/files/CVE-2024-9781.patch         | 133
> ++++++
>   meta-networking/recipes-support/wireshark/wireshark_4.2.7.bb    | 1 +
>   meta-oe/conf/include/ptest-packagelists-meta-oe.inc             | 1 +
>   .../recipes-connectivity/hostapd/hostapd/CVE-2024-3596_00.patch | 1 +
>   .../recipes-connectivity/thrift/thrift/0001-thrift-pr2755.patch | 599
> ++++++++++++++++++++++++++++
>   meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb            | 4 +-
>   meta-oe/recipes-devtools/glade/glade/CVE-2020-36774.patch       | 54 +++
>   meta-oe/recipes-devtools/glade/glade_3.22.2.bb                  | 1 +
>   meta-oe/recipes-devtools/grpc/grpc/CVE-2024-11407.patch         | 32 ++
>   meta-oe/recipes-devtools/grpc/grpc_1.60.1.bb                    | 1 +
>   meta-oe/recipes-devtools/php/{php_8.2.24.bb => php_8.2.26.bb} |   2 +-
>   meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb              | 3 +
>   meta-oe/recipes-kernel/bpftool/bpftool.bb                       | 2 +-
>   meta-oe/recipes-kernel/crash/crash.inc                          | 1 +
>   .../0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch    | 89 +++++
>   .../asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch   | 37 ++
>   meta-oe/recipes-support/asio/asio/run-ptest                     | 19 +
>   meta-oe/recipes-support/asio/asio_1.30.2.bb                     | 19 +-
>   meta-oe/recipes-support/opensc/files/CVE-2024-8443-0001.patch   | 60 +++
>   meta-oe/recipes-support/opensc/files/CVE-2024-8443-0002.patch   | 55 +++
>   meta-oe/recipes-support/opensc/opensc_0.25.1.bb                 | 2 +
>   .../{python3-django_4.2.16.bb => python3-django_4.2.17.bb} |   4 +-
>   .../{python3-django_5.0.9.bb => python3-django_5.0.10.bb} |   2 +-
>   .../recipes-httpd/nginx/{nginx_1.25.3.bb => nginx_1.25.4.bb} |   2 +-
>   26 files changed, 1117 insertions(+), 11 deletions(-)
>   rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_1.0.5.bb
> => pipewire_1.0.9.bb} (99%)
>   create mode 100644
> meta-networking/recipes-support/wireshark/files/CVE-2024-9781.patch
>   create mode 100644
> meta-oe/recipes-connectivity/thrift/thrift/0001-thrift-pr2755.patch
>   create mode 100644
> meta-oe/recipes-devtools/glade/glade/CVE-2020-36774.patch
>   create mode 100644 meta-oe/recipes-devtools/grpc/grpc/CVE-2024-11407.patch
>   rename meta-oe/recipes-devtools/php/{php_8.2.24.bb => php_8.2.26.bb} (99%)
>   create mode 100644
> meta-oe/recipes-kernel/crash/crash/0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch
>   create mode 100644
> meta-oe/recipes-support/asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch
>   create mode 100644 meta-oe/recipes-support/asio/asio/run-ptest
>   create mode 100644
> meta-oe/recipes-support/opensc/files/CVE-2024-8443-0001.patch
>   create mode 100644
> meta-oe/recipes-support/opensc/files/CVE-2024-8443-0002.patch
>   rename meta-python/recipes-devtools/python/{python3-django_4.2.16.bb
> => python3-django_4.2.17.bb} (63%)
>   rename meta-python/recipes-devtools/python/{python3-django_5.0.9.bb =>
> python3-django_5.0.10.bb} (56%)
>   rename meta-webserver/recipes-httpd/nginx/{nginx_1.25.3.bb =>
> nginx_1.25.4.bb} (74%)