Commit Graph

13986 Commits

Author SHA1 Message Date
Bartosz Golaszewski 9626e8a2c8 libgpiod: update to v2.2
This is a big update for libgpiod bringing in the D-Bus daemon and its
command-line client. This is why the patch is pretty hefty. The majority
of the line count comes from the removed patch that is now upstream but
the v2.2 recipe also now contains a lot of bits and pieces that make the
D-Bus daemon work both with system as well as sysvinit.

The project now packages the systemd service and udev rules that allow
the manager to run under its own user in a well sandboxed environment
but the sysvsinit script is carried in the recipe as I don't want to
put support for legacy systems in libgpiod repo.

The patch also updates the ptests for libgpiod to run three new
test-suites: one for GLib bindings, one for the command-line D-Bus
client and finally one testing some daemon corner-cases not supported by
the client.

Build tested with various config options with systemd and sysvinit (the
latter with glibc and musl) on 32- and 64-bit architectures.

The complete changelog since v2.1 (taken verbatim from the NEWS file) is
below:

libgpiod v2.2
=============

New features:
- add GObject bindings with introspection
- add a D-Bus interface to libgpiod together with a daemon implementing it and
  a command-line client
- split out the common shell test code for gpio-tools into a reusable test
  harness for GPIO command-line tools
- add minutes as a new supported time unit for tools and allow longer periods
  for timeouts, line holding, etc.
- add a script for generating sdist and wheels for python bindings
- migrate C++ tests to using Catch2 v3

Improvements:
- relicense C++ bindings under LGPL-2.1-or-later in order to make the project
  more attractive to users with GPL-3.0 restrictions
- remove dependency on grep from tools' tests
- make shell scripts pass shellcheck treewide
- use ppoll() in tools to actually achieve the advertised microsecond
  granularity of timeouts
- documentation improvements
- improve typing info in python bindings
- improve __repr__() implementations in python bindings
- make reconfiguring lines more flexible in python bindings by relaxing the
  requirement to carry the ordering of the config entries from the request
- support casting of line.Value to bool in python bindings
- various new test-cases for improved coverage treewide
- align the test cases with the current kernel requirement for specifying
  direction explicitly when reconfiguring lines

Bug fixes:
- fix C++ bindings build using slibtool
- accept the new style automatic GPIO chip labels from gpio-sim in bash tests
- fix C++ tests with recent kernels which introduced stricter reconfigure
  behavior
- fix a use-after-free bug in python bindings
- fix passing the event clock property to line requests in python bindings
- fix a memory leak in tools
- make sure the string buffers in line-info and chip-info are big enough to not
  truncate the strings they hold below the size accepted by the kernel
- remove buggy and unnecessary flags sanitization from line-config
- fix python bindings installation with Makefile build
- sanitize the return values of GPIO ioctl()s which in some cases may be
  erroneously positive
- fix requesting lines by name with multiple entries in python bindings

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-24 07:06:31 -07:00
Changqing Li 38b7821838 postgresql.inc: fix do_package_qa error
Replacing P with BP to fix following do_package_qa error for lib32-postgresql:
ERROR: QA Issue: File /usr/src/debug/lib32-postgresql/16.4/src/pl/plperl/SPI.c in package lib32-postgresql-src contains reference to TMPDIR [buildpaths]

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-24 05:52:20 -07:00
Sergei Zhmylev 753e28c1a8 multipath-tools: set etc_prefix to sysconfdir
Makefile of multipath-tools uses $prefix as a destination prefix.
As soon as we added usrmerge feature, multipath default configuration
placed under /usr/etc/ resulting into problems locating them via a
hard-coded path inside the tools.
This change explicitly sets etc_prefix to ${sysconfdir} in order to
recover default behaviour.

Signed-off-by: Sergei Zhmylev <s.zhmylev@yadro.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-22 21:03:03 -07:00
Patrick Wicki 9ec4514267 fluentbit: fix building with wasm support
Patch the cmake config of the wasm micro runtime dependency. This fixes
the build for x86 by avoiding the cmake try_run() which cannot be
invoked in cross-compiling mode.

Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-21 20:54:48 -07:00
Jan Vermaete b2c86b47f0 doxygen: version bump 1.9.3 -> 1.12.0
* The project moved from sourceforge to github (https://github.com/doxygen/doxygen?tab=readme-ov-file#source-code)
* The python3 patches are not needed anymore
* iconv patch: seems to be not longer needed

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-21 20:54:48 -07:00
Niko Mauno 854cba9a25 fluentbit: Mitigate init manager detection issues
Avoid following CMake failure which during do_configure stemming from
non-cross compile friendly condition check executed on a build host
which has /usr/share/upstart directory

  | CMake Error at src/CMakeLists.txt:550 (install):
  |   install DIRECTORY given unknown argument "/etc/fluent-bit/".

Also handle systemd init manager case more appropriately, so that it
works also when the build host does not have a /lib/systemd/system
directory.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-21 20:54:48 -07:00
Niko Mauno 1f72f49027 dbus-broker: Add missing systemd user symlink
meta/recipes-core/systemd/systemd-systemctl/systemctl seems to care
only about "system" units, so create an Alias link for "user" unit
manually to avoid errors which are indicated by following entries
in the systemd journal:

  systemd[381]: dbus.socket: Socket service dbus.service not loaded, refusing.
  systemd[381]: Failed to listen on D-Bus User Message Bus Socket.

which take place for example when DISTRO_FEATURES contains 'pam'.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-21 20:54:48 -07:00
Niko Mauno 60f7f94409 dbus-broker: Cosmetic: Recipe style fixes
Improve recipe content mostly by applying some ordering suggestions
from oe-stylize.py script, and mitigate also few other minor issues.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-21 20:54:48 -07:00
Sana Kazi c3e4879c5c libp11: Treat all openssl-3.x releases the same
OpenSSL's soversion will not change for any 3.x minor release.

https://www.openssl.org/policies/general/versioning-policy.html

Signed-off-by: Sana Kazi <sanakazi720@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-21 20:54:47 -07:00
Yi Zhao 2ed0939c88 netplan: upgrade 1.1 -> 1.1.1
ChangeLog:
https://github.com/canonical/netplan/releases/tag/1.1.1

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-21 20:54:47 -07:00
Markus Volk ce0975675f snapper: add recipe
Snapper is a tool for Linux file system snapshot management. Apart from
the obvious creation and deletion of snapshots it can compare snapshots
and revert differences between them. In simple terms, this allows root
and non-root users to view older versions of files and revert changes.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-20 08:06:03 -07:00
Dmitry Baryshkov d2cec4863e deqp-runner: update 0.20.0 -> 0.20.2
Update deqp-runner to the fresh 0.20.2 release.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-19 20:26:51 -07:00
Khem Raj 24048ef4b0 xmlsec1: Switch SRC_URI to use github release
This ensures that we do not have to do the toggling from
releases to old-release in LTS release branches

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Jiaying Song <jiaying.song.cn@windriver.com>
2024-10-19 20:26:41 -07:00
Leon Anavi 050ff12a41 sip: Upgrade 6.8.3 -> 6.8.6
Upgrade to version 6.8.6:

- Handle single number macOS deployment targets
- Support for architectures where `char` is unsigned
- Support for building from git archives
- Run the tests using the current Python version

The project has a proper pyproject.toml which declares the
setuptools.build.meta PEP-517 backend.

Fixes:
WARNING: sip-6.8.6-r0 do_check_backend: QA Issue: inherits
setuptools3 but has pyproject.toml with setuptools.build_meta,
use the correct class [pep517-backend]

The work was sponsored by GOVCERT.LU.

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-19 20:26:41 -07:00
Jiaying Song 784942b68e vlock: fix do_fetch error
Change the SRC_URI to the correct value due to the following error:

WARNING: vlock-2.2.3-r0.vr2401 do_fetch: Failed to fetch URL http://distfiles.gentoo.org/distfiles/vlock-2.2.3.tar.gz, attempting MIRRORS if available

Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-18 09:25:45 -07:00
Markus Volk 8255ea81d8 libplacebo: reorganize dependencies
- vulkan-headers and glad are also required without 'vulkan' DISTRO_FEATURE, because
  a vulkan stub is then built

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-17 14:07:46 -07:00
Khem Raj 86dcefaf71 tomlplusplus: Inherit pkgconfig
fix typo in SUMMARY while here

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-17 14:07:45 -07:00
Mingli Yu c05e9bd409 ptest-packagelists-meta-oe.inc: Add tomlplusplus
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-17 14:07:45 -07:00
Mingli Yu 8917528948 tomlplusplus: Add ptest support
# ./run-ptest
PASS: tomlplusplus_odr_test
PASS: tomlplusplus_tests

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-17 14:07:45 -07:00
Mingli Yu 3490ba3384 tomlplusplus: Move from meta-wayland
The tomlplusplus is header-only TOML config file parser and serializer
for C++17 [1].

Move tomlplusplus from meta-wayland [2].

[1] https://github.com/marzer/tomlplusplus
[2] https://codeberg.org/flk/meta-wayland/src/branch/master/recipes-devtools/tomlplusplus/tomlplusplus_git.bb

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-17 14:07:45 -07:00
Alexander Kanavin 4a78fcff7c libcec: disable python wrapper
No longer python 3.13 compatible:
https://github.com/Pulse-Eight/libcec/issues/664

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-16 14:07:30 -07:00
Alexander Kanavin f5d8c2f04a libsigrokdecode: add py3.13 compatibility tweak
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-16 14:07:30 -07:00
Alexander Kanavin eb8d4d74a5 mraa: disable python bindings
Not compatible with python 3.13:
https://github.com/eclipse/mraa/issues/1135

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-16 14:07:29 -07:00
Alexander Kanavin a426f5efdc cmpi-bindings: disable python3 due to 3.13 incompatibility
Upstream ticket:
https://github.com/kkaempf/cmpi-bindings/issues/18

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-16 14:07:29 -07:00
J. S. 2698039ac4 nodejs: cleanup
Drop two patches which haven't been referenced by the nodejs recipe since the
20.11.0 version checkin.
  0001-build-fix-build-with-Python-3.12.patch
  0001-gyp-resolve-python-3.12-issues.patch

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-16 14:07:28 -07:00
Ulrich Ölmann e152f01daf fitimage: fix name of default configuration
The new fitimage.bbclass was introduced via GitHub pullrequest [1]. There was a
small force-push which implemented a prefix for the names of the configuration
nodes to harmonize the class with the mechanism found in OE-core (see [2] & [3]).
Unfortunately it was forgotten to also apply that prefix to the name of the
configuration to utilize by default - fix that.

[1] https://github.com/openembedded/meta-openembedded/pull/882
[2] https://github.com/openembedded/meta-openembedded/pull/882#issuecomment-2402218973
[3] https://github.com/openembedded/meta-openembedded/compare/0773f63e829b399a3e87cee03b009846c48b8429..32e7947154ea10e17f5db95d6bfaaf5074663fc7

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-16 08:16:06 -07:00
Hongxu Jia 8a89e58534 transmission: fix compliance checking
'''
ERROR: Nothing PROVIDES 'gtk4' (but meta-openembedded/meta-oe/recipes-connectivity/transmission/transmission_4.0.6.bb DEPENDS on or otherwise requires it)
gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers
'''

Add opengl to DISTRO_FEATURES contain condition

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-15 20:39:55 -07:00
Yi Zhao 4d6135a5d3 mozjs-115: upgrade 115.11.0 -> 115.16.1
ChangeLog:
https://www.mozilla.org/en-US/firefox/115.16.0/releasenotes/
https://www.mozilla.org/en-US/firefox/115.16.1/releasenotes/

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-15 08:17:48 -07:00
Yi Zhao cf05fa2adc rabbitmp-c: upgrade 0.13.0 -> 0.14.0
ChangeLog:
https://github.com/alanxz/rabbitmq-c/releases/tag/v0.14.0

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-15 08:17:48 -07:00
Khem Raj bc1adf1f05 packagegroup-meta-oe: Remove makedumpfile from packagegroups
Recipe is migrated to oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-15 08:17:25 -07:00
Etienne Cordonnier 656b81ef80 makedumpfile: Remove recipe
makedumpfile has been moved from meta-openembedded to poky ( https://git.yoctoproject.org/poky/commit/?id=acd8c9528f825e05eac570ba69b360b222dea45d ),
because it was needed as RDEPENDS dependency of kexec-tools.

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-15 08:15:36 -07:00
Wang Mingyu 6a5b26d467 nmap: Fix off-by-one overflow in the IP protocol table.
Add patch to fix core dumped error when using "nmap -sO"

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 23:25:11 -07:00
Khem Raj 400bafb88f psqlodbc: Update SRC_URI to point to latest location of 16.00.0000 tarballs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 23:19:36 -07:00
Markus Volk fdb98927cf libplacebo: dont use gitsm
- Add PACKAGECONFIGs to allow build according to DISTRO_FEATURES
- Add path to vulkan-registry
- Add fastfloat dependency for clang
- Build with lcms by default, because mpv warns about missing littlecms2
  support

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 18:22:56 -07:00
Markus Volk 220f0d18bd fastfloat: add recipe
fastfloat is needed to compile libplacebo with clang

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 18:22:56 -07:00
Wang Mingyu faf3f16c25 xwud: upgrade 1.0.6 -> 1.0.7
Changelog:
==========
- Accept --help & --version as aliases to -help & -version
- Replace strcpy+strcat calls with snprintf
- Call free() instead of XFree() on pointers returned by malloc()
- Add missing checks for malloc failure
- gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:32 -07:00
Wang Mingyu ffe87d16cd xmag: upgrade 1.0.7 -> 1.0.8
Changelog:
==========
- Use double for all floating point numbers, not a mix of double and float
- Quiet 64 -Wunused-parameter warnings from clang 13
- usage: add noreturn attribute
- Fix -Wmissing-variable-declarations warning from clang 13
- Fix -Wself-assign warning from clang 13
- Fix -Wshadow warning for Display argument to Error()
- Clear 9 -Wuseless-cast warnings
- Add -help and -version options
- Print which arguments were unknown before giving usage message
- gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:32 -07:00
Wang Mingyu 0bab96e83b xkbprint: upgrade 1.0.6 -> 1.0.7
Changelog:
==========
- Use C99 struct initializers
- Variable scope reductions
- FindKeysymsByName: avoid NULL pointer dereference
- ClearFontStuff: avoid NULL pointer dereference
- configure: Use AC_SYS_LARGEFILE to enable large file support
- unifdef -Usgi

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:32 -07:00
Wang Mingyu 6665ec9c93 xf86-video-mga: upgrade 2.0.1 -> 2.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:31 -07:00
Wang Mingyu 3c89757594 rtorrent: upgrade 0.9.8 -> 0.10.0
Changelog:
===========
libtorrent
-----------
- Significant performance improvements to improve throughput and reduce CPU usage.
- A fix for a torrent client crash with the socket address object.
- Support for 33 gigabit speed throttles on ruTorrent.

rTorrent
--------
- A fix for a torrent client stack overflow crash with the lockfile buffer.
- New trackers.delay_scrape command for .rtorrent.rc to avoid crashes with thousands of torrents and allow instant startups.
- A fix for compiling the software with LTO (Link Time Optimizations) for additional performance.
- A fix for a critical memory leak with RPC commands which may waste an alarming amount of memory.
- A fix for critical torrent client breakage if a power outage/failure occurs during a session saving interval.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:31 -07:00
Wang Mingyu ab199229d4 remmina: upgrade 1.4.35 -> 1.4.36
Changelog:
==========
* Fix crash with keyboard-interactive SSH auth
* Prevent empty remmina_file_name in remmina.pref
* rdp/rdp-plugin: Fix faulty color depth check
* Fix typos
* Usbredirect on connect
* Add global RDP options to set FreeRDP auth filter
* Use universal /bin/sh shebang in remmina-rile-wrapper(1)
* Added back in line that was accidentally removed before merge
* Do not initialize rdp_auth_filter
* Add proxy field for SPICE connections
* add a conditional check for darwin and NetBSD
* Make more obvious to user that Remmina may not be able to exec certain
  commands when run in a sandbox (snap or flatpak)
* Handle GotFrameBufferUpdate on its own thread to prevent freeze
* Enable horitical scroll on RDP plugin.
* Add timeout option to handle VNC disconnects
* Fix bug where option to send clipboard as keystrokes did not appear
* Add ability to send a key combination when RDP connection is idle
* Do not prompt user for credentials if they have already been entered
* Add null check to prevent segfault
* Move the idle timer into rf_context to make it session-specific.
* Limit connection name on rcw tab to reasonable length
* Update several dependencies
* Add user prompt for gateway messages
* Add reconnect button to rcw
* Changed to put call to a message accept panel in the RemminaPluginService struct
* Removed unused, commented code
* Allow floating toolbar to be drag and dropped to more locations on the screen
* Fixed some compile warnings causing issues with GCC 14.2.1
* Update ssh error to not show outdated message

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:31 -07:00
Wang Mingyu 9cdab8d2a0 python3-psycopg: upgrade 3.2.2 -> 3.2.3
Changelog:
 Release binary packages including PostgreSQL 17 libpq

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:29 -07:00
Wang Mingyu 0c6596019f python3-drgn: upgrade 0.0.27 -> 0.0.29
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:27 -07:00
Wang Mingyu fbd426c465 opentelemetry-cpp: upgrade 1.16.1 -> 1.17.0
Changelog:
 https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.17.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:26 -07:00
Wang Mingyu 8f74a1d164 mpich: upgrade 4.2.2 -> 4.2.3
Changelog:
===========
- Update embedded libfabric to fix a build issue on FreeBSD
- Fix HIP support for use with AMD GPUs
- Fix potential invalid context issue in CUDA memory hooks
- Fix GPU fallback path in ch4/ofi for Intel GPU buffers
- Fix IPC handle destruction with Level Zero API (Intel GPU)
- Fix potential crash in MPI_ISENDRECV with derived datatypes
- Fix bug in persistent MPI_GATHER that incorrectly cached buffer
  contents at init time
- Fix memory allocation bug in ROMIO GPFS driver
- Fix missing error names in ch4/ofi netmod
- Fix potential hang in multi-VCI active message RMA
- Fix bug in ch3 large count support with derived datatypes
- Fix manpage generation to provide aliases for large-count versions
- Fix potential crash in Hydra with long PMI command messages
- Fix bug in exit status capture in Hydra when there are multiple
  processes with non-zero exit
- Fix implementation of C/Fortran status conversion functions
- Fix implementation of MPI_Type_create_f90_xxx functions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:25 -07:00
Wang Mingyu de38665658 monit: upgrade 5.34.0 -> 5.34.2
Fixes:
======
- The network protocol test may occasionally fail with a "Poll failed: Interrupted system call" error.
- The check program now avoids leaving zombie processes between cycles.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:25 -07:00
Wang Mingyu aaf63f307e libtorrent: upgrade 0.13.8 -> 0.14.0
Changelog:
===========
- Merge branch 'stickz-throttle-increase'
- Increase max throttle speed to 33 gigabits
- Remove decision structure for popcount_wrapper
- Merge branch 'kannibalox-feature/fast-delegation'
- Fix double insert
- Speed up delegating by returning multiple request assignments at once
- Allow 10 gigabit speed throttles
- Fix memory access crash with socket_address object
- Add is_initialized() API
- configure: Define _GNU_SOURCE when checking for pthread_setname_np
- Create FUNDING.yml
- Updated and cleaned up automake. (#224)
- Removed obsolete files.
- Added ipv6 options.
- Detect ip address.
- Added '--disable-execinfo' option to configure.
- Fixed issue with multiple connections from NAT not working.
- Improved backtrace error checking.
- Added option to disable pthread_setname_np.
- Replaced custom execinfo autoconf test.
- Changes automake required files.
- Refactor make process. (#207)
- Consolidate make script to optimize build. (#206)
- Fix log format so GCC can check it. (#205)
- Fix compiler warnings. (#204)
- Fix for inotify missing quickly renamed files (#203)
- libtorrent.pc.in: add Libs.Private (#202)
- Backport changes from feature-bind. (#200)
- Merge pull request #195 from Nicholi/log_append
- Removed log append function. Added append parameter with default value (false) to log_open_file functions.
- Allow logs to be appended rather than overwritten.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:25 -07:00
Wang Mingyu bf48f3b335 libirecovery: upgrade 1.2.0 -> 1.2.1
Changelog:
===========
* Changes:
  - Make sure IRECV_DEVICE_REMOVE event has the mode set the device was in
  - KIS: Add some retry loops around open/set config/set interface operations

* Device database changes:
  - Support Apple Watch Series 10 and iPhone 16 models
  - Add iPad Air (M2) and iPad Pro (M4) models

* Bug Fixes:
  - Windows: Fix crash due to access to uninitialized data

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:25 -07:00
Wang Mingyu 1c52a7daa7 libimobiledevice-glue: upgrade 1.3.0 -> 1.3.1
Fixes:
  * socket: Fix scope_id lookup for socket_connect_addr()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:25 -07:00
Wang Mingyu d2be0317c6 gtkwave: upgrade 3.3.120 -> 3.3.121
Changelog:
=========
- FST loader for windows and warnings fixes.
- Clang warning fixes in fstapi.c on dynamic arrays.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:24 -07:00