mbox series

scarthgap merge request: June 26th

Message ID 7037c6fb-85d8-4fe9-b0b7-20568872c3ac@gmail.com
State New
Headers show
Series scarthgap merge request: June 26th | expand

Pull-request

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

Message

akuster808 June 26, 2024, 6:50 p.m. UTC
The following changes since commit 4a7bb77f7ebe0ac8be5bab5103d8bd993e17e18d:

   pcapplusplus: Fix build with gcc14 (2024-06-02 14:57:06 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 78a14731cf0cf38a19ff8bd0e9255b319afaf3a7:

   php: Upgrade to 8.2.20 (2024-06-26 07:33:55 -0400)

----------------------------------------------------------------
Bartosz Golaszewski (1):
       libgpiod: update to v2.1.2

Changqing Li (1):
       python3-grpcio: fix do_compile failure for qemuppc64/qemuppc

Gerard Salvatella (1):
       libwebsockets: fix buildpath warnings

Guðni Már Gilbert (2):
       python3-twisted: prepend split PACKAGES
       python3-twisted: remove obsolete python3-twisted-flow

Hitendra Prajapati (1):
       tcpdump: fix CVE-2024-2397

Kai Kang (1):
       daq: fix incompatible pointer type error

Martin Jansa (1):
       libwebsockets: remove STAGING_LIBDIR with /

Peter Marko (4):
       re2: remove dev dependencies from main package
       re2: rework solibs handling
       jemalloc: add +git to version
       cjson: fix buildpath warnings

Randolph Sapp (1):
       vulkan-cts: add workaround for createMeshShaderMiscTestsEXT

Scott Murray (1):
       abseil-cpp: backport RISC-V fix

Siddharth Doshi (1):
       nano: Security fix for CVE-2024-5742

Soumya Sambu (2):
       unixodbc: Fix CVE-2024-1013
       php: Upgrade to 8.2.20

Vijay Anusuri (2):
       c-ares: Update SRC tarball path
       tipcutils: Add systemd support

Wang Mingyu (1):
       uriparser: upgrade 0.9.7 -> 0.9.8

Yoann Congal (1):
       libfido2: remove non-functional native and nativesdk BBCLASSEXTEND

Zhang Peng (1):
       hiredis: change ptest output format

gr embeter (1):
       python3-pytest-html: add missing runtime dependencies

nikhil (1):
       giflib: upgrade to version 5.2.2

  meta-networking/recipes-connectivity/daq/daq_2.0.7.bb           | 1 +
  .../daq/files/daq-fix-incompatible-pointer-type-error.patch     | 31 
+++++++
  .../recipes-support/tcpdump/tcpdump/CVE-2024-2397.patch         | 129 
++++++++++++++++++++++++++++
  meta-networking/recipes-support/tcpdump/tcpdump_4.99.4.bb       | 1 +
  .../recipes-connectivity/libwebsockets/libwebsockets_4.3.3.bb   | 2 +
  .../0004-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch | 82 
++++++++++++++++++
  meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bb    | 1 +
  meta-oe/recipes-devtools/cjson/cjson_1.7.17.bb                  | 5 ++
  .../files/add_suffix_to_convert_binary_used_in_Makefile.patch   | 42 
+++++++++
  .../giflib/{giflib_5.2.1.bb => giflib_5.2.2.bb} |   9 +-
  meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb             | 4 +-
  meta-oe/recipes-devtools/php/{php_8.2.18.bb => php_8.2.20.bb} |   2 +-
  meta-oe/recipes-extended/hiredis/hiredis/run-ptest              | 17 +++-
  meta-oe/recipes-extended/tipcutils/tipcutils/tipcutils.conf     | 1 +
  meta-oe/recipes-extended/tipcutils/tipcutils_git.bb             | 11 ++-
  meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bb        | 3 +
  meta-oe/recipes-support/c-ares/c-ares_1.27.0.bb                 | 2 +-
  meta-oe/recipes-support/libfido2/libfido2_1.14.0.bb             | 2 -
  .../libgpiod/{libgpiod_2.1.1.bb => libgpiod_2.1.2.bb} |   2 +-
  meta-oe/recipes-support/nano/files/CVE-2024-5742.patch          | 101 
++++++++++++++++++++++
  meta-oe/recipes-support/nano/nano_7.2.bb                        | 4 +-
  meta-oe/recipes-support/re2/re2_2024.03.01.bb                   | 8 +-
  meta-oe/recipes-support/unixodbc/files/CVE-2024-1013.patch      | 53 
++++++++++++
  meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb             | 1 +
  .../uriparser/{uriparser_0.9.7.bb => uriparser_0.9.8.bb} |   2 +-
  .../0001-target.h-define-proper-macro-for-ppc-ppc64.patch       | 37 
++++++++
  meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb    | 1 +
  .../recipes-devtools/python/python3-pytest-html_4.1.1.bb        | 2 +
  meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb   | 20 +----
  29 files changed, 539 insertions(+), 37 deletions(-)
  create mode 100644 
meta-networking/recipes-connectivity/daq/files/daq-fix-incompatible-pointer-type-error.patch
  create mode 100644 
meta-networking/recipes-support/tcpdump/tcpdump/CVE-2024-2397.patch
  create mode 100644 
meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0004-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch
  create mode 100644 
meta-oe/recipes-devtools/giflib/files/add_suffix_to_convert_binary_used_in_Makefile.patch
  rename meta-oe/recipes-devtools/giflib/{giflib_5.2.1.bb => 
giflib_5.2.2.bb} (65%)
  rename meta-oe/recipes-devtools/php/{php_8.2.18.bb => php_8.2.20.bb} (99%)
  create mode 100644 
meta-oe/recipes-extended/tipcutils/tipcutils/tipcutils.conf
  rename meta-oe/recipes-support/libgpiod/{libgpiod_2.1.1.bb => 
libgpiod_2.1.2.bb} (93%)
  create mode 100644 meta-oe/recipes-support/nano/files/CVE-2024-5742.patch
  create mode 100644 
meta-oe/recipes-support/unixodbc/files/CVE-2024-1013.patch
  rename meta-oe/recipes-support/uriparser/{uriparser_0.9.7.bb => 
uriparser_0.9.8.bb} (84%)
  create mode 100644 
meta-python/recipes-devtools/python/python3-grpcio/0001-target.h-define-proper-macro-for-ppc-ppc64.patch

Comments

Khem Raj June 26, 2024, 7 p.m. UTC | #1
merged thanks Armin

On Wed, Jun 26, 2024 at 11:50 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 4a7bb77f7ebe0ac8be5bab5103d8bd993e17e18d:
>
>    pcapplusplus: Fix build with gcc14 (2024-06-02 14:57:06 -0400)
>
> are available in the Git repository at:
>
>    https://git.openembedded.org/meta-openembedded scarthgap-next
>
> for you to fetch changes up to 78a14731cf0cf38a19ff8bd0e9255b319afaf3a7:
>
>    php: Upgrade to 8.2.20 (2024-06-26 07:33:55 -0400)
>
> ----------------------------------------------------------------
> Bartosz Golaszewski (1):
>        libgpiod: update to v2.1.2
>
> Changqing Li (1):
>        python3-grpcio: fix do_compile failure for qemuppc64/qemuppc
>
> Gerard Salvatella (1):
>        libwebsockets: fix buildpath warnings
>
> Guðni Már Gilbert (2):
>        python3-twisted: prepend split PACKAGES
>        python3-twisted: remove obsolete python3-twisted-flow
>
> Hitendra Prajapati (1):
>        tcpdump: fix CVE-2024-2397
>
> Kai Kang (1):
>        daq: fix incompatible pointer type error
>
> Martin Jansa (1):
>        libwebsockets: remove STAGING_LIBDIR with /
>
> Peter Marko (4):
>        re2: remove dev dependencies from main package
>        re2: rework solibs handling
>        jemalloc: add +git to version
>        cjson: fix buildpath warnings
>
> Randolph Sapp (1):
>        vulkan-cts: add workaround for createMeshShaderMiscTestsEXT
>
> Scott Murray (1):
>        abseil-cpp: backport RISC-V fix
>
> Siddharth Doshi (1):
>        nano: Security fix for CVE-2024-5742
>
> Soumya Sambu (2):
>        unixodbc: Fix CVE-2024-1013
>        php: Upgrade to 8.2.20
>
> Vijay Anusuri (2):
>        c-ares: Update SRC tarball path
>        tipcutils: Add systemd support
>
> Wang Mingyu (1):
>        uriparser: upgrade 0.9.7 -> 0.9.8
>
> Yoann Congal (1):
>        libfido2: remove non-functional native and nativesdk BBCLASSEXTEND
>
> Zhang Peng (1):
>        hiredis: change ptest output format
>
> gr embeter (1):
>        python3-pytest-html: add missing runtime dependencies
>
> nikhil (1):
>        giflib: upgrade to version 5.2.2
>
>   meta-networking/recipes-connectivity/daq/daq_2.0.7.bb           | 1 +
>   .../daq/files/daq-fix-incompatible-pointer-type-error.patch     | 31
> +++++++
>   .../recipes-support/tcpdump/tcpdump/CVE-2024-2397.patch         | 129
> ++++++++++++++++++++++++++++
>   meta-networking/recipes-support/tcpdump/tcpdump_4.99.4.bb       | 1 +
>   .../recipes-connectivity/libwebsockets/libwebsockets_4.3.3.bb   | 2 +
>   .../0004-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch | 82
> ++++++++++++++++++
>   meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240116.2.bb    | 1 +
>   meta-oe/recipes-devtools/cjson/cjson_1.7.17.bb                  | 5 ++
>   .../files/add_suffix_to_convert_binary_used_in_Makefile.patch   | 42
> +++++++++
>   .../giflib/{giflib_5.2.1.bb => giflib_5.2.2.bb} |   9 +-
>   meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb             | 4 +-
>   meta-oe/recipes-devtools/php/{php_8.2.18.bb => php_8.2.20.bb} |   2 +-
>   meta-oe/recipes-extended/hiredis/hiredis/run-ptest              | 17 +++-
>   meta-oe/recipes-extended/tipcutils/tipcutils/tipcutils.conf     | 1 +
>   meta-oe/recipes-extended/tipcutils/tipcutils_git.bb             | 11 ++-
>   meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts_1.3.7.3.bb        | 3 +
>   meta-oe/recipes-support/c-ares/c-ares_1.27.0.bb                 | 2 +-
>   meta-oe/recipes-support/libfido2/libfido2_1.14.0.bb             | 2 -
>   .../libgpiod/{libgpiod_2.1.1.bb => libgpiod_2.1.2.bb} |   2 +-
>   meta-oe/recipes-support/nano/files/CVE-2024-5742.patch          | 101
> ++++++++++++++++++++++
>   meta-oe/recipes-support/nano/nano_7.2.bb                        | 4 +-
>   meta-oe/recipes-support/re2/re2_2024.03.01.bb                   | 8 +-
>   meta-oe/recipes-support/unixodbc/files/CVE-2024-1013.patch      | 53
> ++++++++++++
>   meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb             | 1 +
>   .../uriparser/{uriparser_0.9.7.bb => uriparser_0.9.8.bb} |   2 +-
>   .../0001-target.h-define-proper-macro-for-ppc-ppc64.patch       | 37
> ++++++++
>   meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb    | 1 +
>   .../recipes-devtools/python/python3-pytest-html_4.1.1.bb        | 2 +
>   meta-python/recipes-devtools/python/python3-twisted_24.3.0.bb   | 20 +----
>   29 files changed, 539 insertions(+), 37 deletions(-)
>   create mode 100644
> meta-networking/recipes-connectivity/daq/files/daq-fix-incompatible-pointer-type-error.patch
>   create mode 100644
> meta-networking/recipes-support/tcpdump/tcpdump/CVE-2024-2397.patch
>   create mode 100644
> meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0004-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch
>   create mode 100644
> meta-oe/recipes-devtools/giflib/files/add_suffix_to_convert_binary_used_in_Makefile.patch
>   rename meta-oe/recipes-devtools/giflib/{giflib_5.2.1.bb =>
> giflib_5.2.2.bb} (65%)
>   rename meta-oe/recipes-devtools/php/{php_8.2.18.bb => php_8.2.20.bb} (99%)
>   create mode 100644
> meta-oe/recipes-extended/tipcutils/tipcutils/tipcutils.conf
>   rename meta-oe/recipes-support/libgpiod/{libgpiod_2.1.1.bb =>
> libgpiod_2.1.2.bb} (93%)
>   create mode 100644 meta-oe/recipes-support/nano/files/CVE-2024-5742.patch
>   create mode 100644
> meta-oe/recipes-support/unixodbc/files/CVE-2024-1013.patch
>   rename meta-oe/recipes-support/uriparser/{uriparser_0.9.7.bb =>
> uriparser_0.9.8.bb} (84%)
>   create mode 100644
> meta-python/recipes-devtools/python/python3-grpcio/0001-target.h-define-proper-macro-for-ppc-ppc64.patch
>