aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
4 daysgst-instruments: enable ui PACKAGECONFIG only with GTK3DISTROFEATURESjansa/masterMartin Jansa
* fixes: ERROR: Nothing PROVIDES 'gtk+3' (but meta-oe/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb DEPENDS on or otherwise requires it) gtk+3 was skipped: one of 'wayland x11' needs to be in DISTRO_FEATURES Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 daysaravis: fix LICENSE and enable viewer PACKAGECONFIG only with GTK3DISTROFEATURESMartin Jansa
* fixes: ERROR: Nothing PROVIDES 'gtk+3' (but meta-oe/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb DEPENDS on or otherwise requires it) gtk+3 was skipped: one of 'wayland x11' needs to be in DISTRO_FEATURES and ERROR: QA Issue: Recipe LICENSE includes obsolete licenses LGPL-2.1 [obsolete-license] Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayspidgin, pidgin-sipe, purple-skypeweb: ignore various issues now fatal with ↵Martin Jansa
gcc-14 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 daysnpmsw-test: test recipe with local link source in npm shrinkwrapMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayscom.webos.app.minimal: add strace with -ffMartin Jansa
* it would be interesting to compare the strace output with and without UV_USE_IO_URING (and no other changes)
4 dayscom.webos.app.minimal: export UV_USE_IO_URING=0Martin Jansa
4 dayscom.webos.app.minimal: drop all the debug output again and drop unused ↵Martin Jansa
enact-dev-native * it wasn't very useful in the end as io_uring calls didn't appear even in the strace -f -v anyway Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayscom.webos.app.minimal: enable stats and verboseMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayscom.webos.app.minimal: add strace as wellMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayscom.webos.app.minimal: add DEBUG as wellMartin Jansa
4 dayscom.webos.app.minimal: enable nodejs trace, NODE_DEBUG_NATIVE and disable ↵Martin Jansa
PSEUDO_DEBUG
4 dayscom.webos.app.minimal: use npmsw:// instead of npm install in do_compileMartin Jansa
4 dayscom.webos.app.minimal: use plain webpack without enact-devMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
4 dayscom.webos.app.minimal: add minimal reproducer from webososeMartin Jansa
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
5 daysydotool: Do not package systemd unit files on non-systemd distrosKhem Raj
Fixes ERROR: ydotool-1.0.4+git-r0 do_package: QA Issue: ydotool: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/systemd /usr/lib/systemd/user /usr/lib/systemd/user/ydotoold.service Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayssdbus-c++: Fix build and upgrade to latest gitKhem Raj
Fix ptest run while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysaravis: new recipePerceval Arenou
aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras Signed-off-by: Perceval Arenou <perceval.arenou@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayswireplumber: update 0.5.0 -> 0.5.1Markus Volk
WirePlumber 0.5.1 ~~~~~~~~~~~~~~~~~ Highlights: - Added a guide documenting how to migrate configuration from 0.4 to 0.5, also available online at: https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/migration.html If you are packaging WirePlumber for a distribution, please consider informing users about this. Fixes: - Fixed an odd issue where microphones would stop being usable when a Bluetooth headset was connected in the HSP/HFP profile (#598, !620) - Fixed an issue where it was not possible to store the volume/mute state of system notifications (#604) - Fixed a rare crash that could occur when a node was destroyed while the 'select-target' event was still being processed (!621) - Fixed deleting all the persistent settings via ``wpctl --delete`` (!622) - Fixed using Bluetooth autoswitch with A2DP profiles that have an input route (!624) - Fixed sending an error to clients when linking fails due to a format mismatch (!625) Additions: - Added a check that prints a verbose warning when old-style 0.4.x Lua configuration files are found in the system. (#611) - The "policy-dsp" script, used in Asahi Linux to provide a software DSP for Apple Sillicon devices, has now been ported to 0.5 properly and documented (#619, !627) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayspipewire: update 1.0.4 -> 1.0.5Markus Volk
PipeWire 1.0.5 (2024-04-15) This is a bugfix release that is API and ABI compatible with previous 1.0.x releases. Highlights - pw_stream can now report timestamps on buffers and the expected amount of samples for the resampler. - The GStreamer element now has more correct timestamps using the new pw_stream timestamps as a fallback. - The FFADO module now handles suspend and resume better. - A regression in v4l2 was fixed when parsing malformed filters. - A potential memory/fd leak was fixed in client-node. - Many more small bugfixes and improvements. PipeWire - pw_stream now reports the expected resampler input or output size in the pw_time structure. (#3750) - pw_stream now also adds a time field to the buffer, which contains the time of the graph when the buffer was received in the stream. - Fix a compiler error when compiling with -Werror=shadow. (#3915) - The config parser will warn when invalid config is detected. Modules - The FFADO module now opens and closes when suspending. This fixes some problems when FFADO properties are changed while suspended. (#3558) - Filter-chain will now warn when invalid config is detected. - Echo-cancel will now handle manage the state of the echo-cancel plugin better, making sure run() is not called after deactivate(). - Fix some potential memory/fd leaks in client-node. SPA - Improve reading the bound ALSA controls. - The resampler can now also report the number of expected output samples. - The ALSA ACP device objects have some more properties like the card.id and alsa.components. (#3912) - Fix a potential string corruption when parsing JSON strings. - V4l2 now sets the latency on the port. (#3910) - alsa-udev now has an option to expose the device even if busy. (#3914) - Improve null-audio-sink channel handling. (#3931) - v4l2 will now drop the first frame because it often contains wrong timestamps or garbage. (#3910) - A regression in v4l2 was fixed where invalid/empty properties in the filter would make it error early. (#3959) GStreamer - The source now falls back to the new pw_buffer time for the timestamps. Docs - Sync with the master branch. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 dayspython3-traitlets: Upgrade to 5.14.3Khem Raj
Bring https://github.com/ipython/traitlets/pull/903 on top of 5.14.2 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysfreediameter: fix dependency from libidn to libidn2Martin Jansa
* it's used since: https://github.com/freeDiameter/freeDiameter/commit/da679d27c546e11f6e41ad8882699f726e58a9f7 included with the upgrade to 1.5.0 in: https://git.openembedded.org/meta-openembedded/commit/?id=47ccb88d94852e327f3bdd45425f33e56983b50c * libidn2 is usually pulled into the RSS by the dependency from gnutls but when gnutls doesn't depend on it, the build fails with: -- Checking for module 'libidn2' -- No package 'libidn2' found CMake Error at include/freeDiameter/CMakeLists.txt:144 (MESSAGE): Unable to find libidn2, please install libidn2-dev or equivalent, or set DIAMID_IDNA_IGNORE or DIAMID_IDNA_REJECT Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysapache2: Upgrade v2.4.58 -> v2.4.59Soumya Sambu
This upgrade incorporates the fixes for CVE-2024-27316, CVE-2024-24795,CVE-2023-38709 and other bugfixes. Adjusted 0004-apache2-log-the-SELinux-context-at-startup.patch and 0007-apache2-allow-to-disable-selinux-support.patch to align with upgraded version. Changelog: https://downloads.apache.org/httpd/CHANGES_2.4.59 Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
6 daysyajl: set correct homepageRoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 daysxmlsec1: upgrade 1.3.3 -> 1.3.4Wang Mingyu
Changelog: ============ -(xmlsec-openssl) Support cert dates before unix epoch start. -(xmlsec-openssl) Fix build for LibreSSL or BoringSSL. -(xmlsec-nss) Ensure NSS algorithms are initialized. -Several other small fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayswebkitgtk3: upgrade 2.44.0 -> 2.44.1Wang Mingyu
2922af379dc70b4b1a63b01d67179eb431f03ac4.patch removed since it's included in 2.44.1 Changelog: ========== - Fix handling of lifetime of web view child dialogs in GTK4. - Do not schedule layer flushes when drawing area size is empty. - Fix videos with alpha when using the DMA-BUF sink. - Fix the build with USE_GBM=OFF. - Fix the build in 32bit platforms - Fix several crashes and rendering issues. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 daystoybox: upgrade 0.8.10 -> 0.8.11Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 daystcsh: upgrade 6.24.11 -> 6.24.12Wang Mingyu
Changelog: ========== -Remove kinetic and trusty -Fix history merging Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 daysst: upgrade 0.9.1 -> 0.9.2Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayssquid: upgrade 6.8 -> 6.9Wang Mingyu
Changelog: ========== - Regression Bug 5349: basic_nis_auth build error: unterminated #ifndef - Bug 5069: Keep listening after getsockname() error - Bug 5360: FwdState::noteDestinationsEnd() assertion "err" - Reduce stale errno usage - Plug memory leak in handling cache manager requests - Fix error: template-id not allowed for constructor in C++20 - Improve release packaging automation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayssngrep: upgrade 1.8.0 -> 1.8.1Wang Mingyu
Changelog: capture: fix possible buffer overflow while processing headers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 daysrdma-core: upgrade 50.0 -> 51.0Wang Mingyu
Changelog: ============ -Merge pull request #1444 from yishaih/mlx5_dr -Merge pull request #1439 from Kamalheib/qedr_pr -mlx5: DR, Using sq ts format when RoCE is disabled -Merge pull request #1440 from Honggang-LI/doc -librdmacm: adjust ECE function name in man page -providers/qedr: Remove unused debug files -roviders/qelr: Replace DP_ERR with verbs_err -providers/qelr: Replace DP_VERBOSE with verbs_debug -providers/qelr: Remove unused macros -Merge pull request #1438 from amzn/fix-rdma-tracepoint Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-zopeinterface: upgrade 6.2 -> 6.3Wang Mingyu
Changelog: Add preliminary support for Python 3.13 as of 3.13a6. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-web3: upgrade 6.16.0 -> 6.17.0Wang Mingyu
Changelog: =========== -Add feedback survey banner to docs -Fix eth_createAccessList docs to reflect the correct behavior. -Add request formatter for maxFeePerBlobGas when sending blob transactions. Add formatters for blobGasPrice and blobGasUsed for eth_getTransactionReceipt. -Add formatters to ensure that the result of a eth_createAccessList response can be plugged directly into an accessList in a transaction. -Add Cancun support to EthereumTesterProvider; update Cancun-related fields in some internal types. -Use pre-commit for linting the v6 branch -Add an upperpin at eth-typing<4.2.0 due to removal of EthPM types in that lib Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-validators: upgrade 0.24.0 -> 0.28.0Wang Mingyu
Changelog: ========== -patch: moves country_code module to country module moves base58 and base64 into encoding adds encoding tests and docs supported extended latin in username -feat: adds indian aadhar and pan validator adds finance validator adds consider_tld parameter to domain, hostname and url modules lays foundation for URI validation adds private parameter to ip_address, hostname & url adds base58 and base64 validators adds basic cron validator -fix: regex ignore-case uses only a-z domain validation is now more consistent across rfcs -maint: adds quick start docs updated dev dependencies, doc links; bump version Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-sentry-sdk: upgrade 1.44.0 -> 1.45.0Wang Mingyu
Changelog: ========== -Allow to upsert monitors -Add Django signals_denylist to filter signals that are attached to by signals_spans -increment for metrics -Add value, unit to before_emit_metric -Remove experimental metric summary options -New normalization rules for metric keys, names, units, tags -Change data_category from statsd to metric_bucket -Accessing __mro__ might throw a ValueError -Suppress prompt spawned by subprocess when using pythonw -Handle None in GraphQL query -Do not send "quiet" Sanic exceptions to Sentry -Implement metric_bucket rate limits -Fix type hints for monitor decorator -Remove deprecated typing imports in crons -Make monitor_config a TypedDict -Add devenv-requirements.txt and update env setup instructions -Bump types-protobuf from 4.24.0.20240311 to 4.24.0.20240408 -Disable Codecov check run annotations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-send2trash: upgrade 1.8.2 -> 1.8.3Wang Mingyu
Changelog: ========== -Add support for any iterable type as input -fix: Use os.fsdecode() for arguments to shutil.move() License-Update: file type of LICENSE changed to ASCII text Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-rarfile: upgrade 4.1 -> 4.2Wang Mingyu
License-Update: Copyright year updated to 2024. Changelog: =========== -Support unrar-free >= 0.2.0. -Add RarFile.is_solid to check if archive uses solid compression. -Support old multi-volume archives better where ENDARC does not contain NEXTVOL. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-pymodbus: upgrade 3.6.6 -> 3.6.7Wang Mingyu
Changelog: ============ -Add lock to async requests, correct logging and length calc. -test_simulator: use unused_tcp_port fixture -streamline imports in Factory.py -Secure testing is done with pymodbus in PR. -Fix link to github in README -Wildcard exception catch from pyserial. -Problem with stale CI. -Add connection exception to list of exceptions catpured in retries -Move on_reconnect to client level -Bump github stale. -update package_test_tool (add 4 test scenarios) -Bump dependencies. -Cancel send if no connection. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-pydantic: upgrade 2.6.4 -> 2.7.0Wang Mingyu
Changelog: https://docs.pydantic.dev/latest/changelog/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-pulsectl: upgrade 23.5.2 -> 24.4.0Wang Mingyu
Changelog: Add more obvious sink_default_get/source_default_get wrappers around server_info Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-pdm: upgrade 2.13.2 -> 2.14.0Wang Mingyu
Changelog: =========== -Revert the package cache introduced in 2.13. Don't cache the decompressed contents of wheels unless being told so. -Fix inconsistent logging when pdm use a different python interpreter -Fix PDM unable to find Python interpreters when PDM_IGNORE_ACTIVE_VENV is set -Check verify_ssl when trusting each source. -Fix name check for project itself in pdm outdated -Fix a regression that proxy env vars are not respected. -Fix an issue that venv provider can't be found when providers are explicitly configured. -Fix a bug that [tool.pdm.options] are ignored if -c/--config CONFIG is given. -Make --without respect groups in dev-dependencies -Per-source configuration for ca-certs and client-cert. -Remove all caches by removing individual cache types one by one. -Use the default HTTP client when downloading the pythons, to use the certificates settings. -Fix a race condition where pth files take effect when multiple packages are installed in parallel. -Refuse to run recursive composite scripts. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-path: upgrade 16.10.0 -> 16.14.0Wang Mingyu
Changelog: ============ -Add .symlink_to and .hardlink_to. -Add .cwd method and deprecated .getcwd. -Create 'absolute' method and deprecate 'abspath'. -In readlink, prefer the display path to the substitute path. -Restore functionality in .isdir and .isfile. -Added .is_dir and .is_file for parity with pathlib. Deprecates .isdir and .isfile. -Inlined some types. -Fix iterdir - it also accepts match. -Add type annotation for iterdir. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-parso: upgrade 0.8.3 -> 0.8.4Wang Mingyu
Changelog: Add basic support for Python 3.13 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-joblib: upgrade 1.3.2 -> 1.4.0Wang Mingyu
Changelog: https://github.com/joblib/joblib/releases/tag/1.4.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-javaobj-py3: upgrade 0.4.3 -> 0.4.4Wang Mingyu
Changelog: ============ -Added support for java.lang.Class arrays -Fixed marshalling of JavaByteArrays -Tests ran with pytest manually on Python 2.7, 3.6-3.12 License-Update: type of LICENSE changed to "ASCII text, with CRLF line terminators" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-ipython: upgrade 8.22.2 -> 8.23.0Wang Mingyu
Changelog: ============ -Fix small typo: imput -> input -Add a matplotlib optional target dependency -Disable scheduled CI runs on forks -add __repr__ to MagicsDisplay -correct ci message Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-google-api-python-client: upgrade 2.124.0 -> 2.125.0Wang Mingyu
Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.125.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-filelock: upgrade 3.13.3 -> 3.13.4Wang Mingyu
Changelog: ========== -Raise error on incompatible singleton timeout and mode args Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-execnet: upgrade 2.0.2 -> 2.1.1Wang Mingyu
Changelog: ============ -Fixed regression in 2.1.0 where the strconfig argument to load/loads is ignored -Added main_thread_only execmodel which is derived from the thread execmodel and only executes remote_exec calls in the main thread. -The library is now typed and the typing is exposed to type-checkers. -Re-exported Gateway, Channel, DumpError and LoadError from execnet. The constructors are private. -Fixed GatewayBase.join() timeout argument getting ignored. -Removed support for Python 3.7. -Added official support for Python 3.12. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
8 dayspython3-eth-typing: upgrade 4.0.0 -> 4.1.0Wang Mingyu
Changelog: ============ -Add python3.12 support -Merge template updates, adding build tests for all docs formats, add blocklint to lint tools Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>