mbox series

Scarthgap merge request: June 2nd

Message ID 3c8e03bc-511f-4669-8062-c00d49a86140@gmail.com
State New
Headers show
Series Scarthgap merge request: June 2nd | expand

Pull-request

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

Message

akuster808 June 2, 2024, 8:56 p.m. UTC
The following changes since commit 6de0ab744341ad61b0661aa28d78dc6767ce0786:

   nodejs-oe-cache: fix offline install of dependencies (2024-05-22 
12:44:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4a7bb77f7ebe0ac8be5bab5103d8bd993e17e18d:

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

----------------------------------------------------------------
Changqing Li (1):
       fuse3: remove sysv init script and install fuse kernel module 
explictly

Khem Raj (1):
       pcapplusplus: Fix build with gcc14

Markus Volk (1):
       flatpak: update 1.15.6 -> 1.15.8

Martin Jansa (1):
       libdeflate: fix build with -mcpu=cortex-a76+crypto without 
-march=armv8.2-a+crypto

Mikko Rapeli (1):
       fwupd: fix uefi capsule update build error

Peter Marko (1):
       gnome-shell: correct regression with glib-2.0 2.78.5

Soumya Sambu (1):
       php: Upgrade to 8.2.18

Wang Mingyu (1):
       postgresql: upgrade 16.2 -> 16.3

Yi Zhao (2):
       libtevent: upgrade 0.16.0 -> 0.16.1
       samba: upgrade 4.19.5 -> 4.19.6

Yoann Congal (1):
       squid: workaround a build failure with native gcc10

  meta-filesystems/recipes-support/fuse/fuse3/fuse3.conf          | 1 +
  meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb           | 15 
++++++++
  .../0002-screencast-Correct-expected-bus-name-for-streams.patch | 38 
+++++++++++++++++++
  meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb        | 1 +
  .../samba/{samba_4.19.5.bb => samba_4.19.6.bb} |  2 +-
  meta-networking/recipes-daemons/squid/squid_6.9.bb              | 5 +++
  .../libtevent/{libtevent_0.16.0.bb => libtevent_0.16.1.bb} |  2 +-
  meta-oe/recipes-bsp/fwupd/fwupd_1.9.18.bb                       | 2 +-
  .../pcapplusplus/0001-initialize-timespec-variable.patch        | 35 
++++++++++++++++++
  ...1-packet-Initialize-m_ExternalRawData-in-IDnsResource-.patch | 34 
+++++++++++++++++
  meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_23.09.bb | 5 ++-
  .../0003-configure.ac-bypass-autoconf-2.69-version-check.patch  | 2 +-
  meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch    | 2 +-
  .../postgresql/{postgresql_16.2.bb => postgresql_16.3.bb} |  2 +-
  .../php/php/0001-ext-opcache-config.m4-enable-opcache.patch     | 21 
++++++-----
  meta-oe/recipes-devtools/php/{php_8.2.16.bb => php_8.2.18.bb} |  2 +-
  .../0001-meson.build-require-for-native-wayland-scanner.patch   | 28 
--------------
  .../flatpak/0001-meson.build-require-native-gtkdoc.patch        | 33 
-----------------
  .../flatpak/{flatpak_1.15.6.bb => flatpak_1.15.8.bb} |  6 +--
  ...1-lib-arm-don-t-use-explicit-armv8.2-a-on-gcc-13.2-and.patch | 57 
+++++++++++++++++++++++++++++
  meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb          | 5 ++-
  21 files changed, 215 insertions(+), 83 deletions(-)
  create mode 100644 meta-filesystems/recipes-support/fuse/fuse3/fuse3.conf
  create mode 100644 
meta-gnome/recipes-gnome/gnome-shell/gnome-shell/0002-screencast-Correct-expected-bus-name-for-streams.patch
  rename meta-networking/recipes-connectivity/samba/{samba_4.19.5.bb => 
samba_4.19.6.bb} (99%)
  rename meta-networking/recipes-support/libtevent/{libtevent_0.16.0.bb 
=> libtevent_0.16.1.bb} (95%)
  create mode 100644 
meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus/0001-initialize-timespec-variable.patch
  create mode 100644 
meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus/0001-packet-Initialize-m_ExternalRawData-in-IDnsResource-.patch
  rename meta-oe/recipes-dbs/postgresql/{postgresql_16.2.bb => 
postgresql_16.3.bb} (86%)
  rename meta-oe/recipes-devtools/php/{php_8.2.16.bb => php_8.2.18.bb} (99%)
  delete mode 100644 
meta-oe/recipes-extended/flatpak/flatpak/0001-meson.build-require-for-native-wayland-scanner.patch
  delete mode 100644 
meta-oe/recipes-extended/flatpak/flatpak/0001-meson.build-require-native-gtkdoc.patch
  rename meta-oe/recipes-extended/flatpak/{flatpak_1.15.6.bb => 
flatpak_1.15.8.bb} (92%)
  create mode 100644 
meta-oe/recipes-extended/libdeflate/libdeflate/0001-lib-arm-don-t-use-explicit-armv8.2-a-on-gcc-13.2-and.patch