aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
4 hoursDO NOT MERGE: Add Github actions CI supportyoe/mutKhem Raj
* Add a build Badge to README.md * Add yoe.yml for Github actions CI support Signed-off-by: Khem Raj <raj.khem@gmail.com>
4 hoursapache2: fix multilib files conflictionKai Kang
There are files confliction of apache2 when multilib enabled: Error: Transaction test error: file /usr/share/apache2/build/config.nice conflicts between attempted installs of apache2-dev-2.4.58-r0.cortexa57 and lib32-apache2-dev-2.4.58-r0.armv7vet2hf_vfp file /usr/share/apache2/build/config_vars.mk conflicts between attempted installs of apache2-dev-2.4.58-r0.cortexa57 and lib32-apache2-dev-2.4.58-r0.armv7vet2hf_vfp Install the 'build' directory to ${libexecdir} to fix the confliction by setting 'installbuilddir'. ${libexecdir} is not populated to sysroot by default, but command apxs requires these files, then add the dir to SYSROOT_DIRS to populate them. And inherit bbclasses multilib_script and multilib_header to fix follow up conflictions: file /usr/bin/apxs conflicts between attempted installs of apache2-dev-2.4.58-r0.cortexa57 and lib32-apache2-dev-2.4.58-r0.armv7vet2hf_vfp file /usr/include/apache2/ap_config_layout.h conflicts between attempted installs of apache2-dev-2.4.58-r0.cortexa57 and lib32-apache2-dev-2.4.58-r0.armv7vet2hf_vfp Since multilib_script inherits update-alternatives, remove it from inherit line for beautification. Fix buildpaths warning as well: WARNING: lib32-apache2-2.4.58-r0 do_package_qa: QA Issue: File /usr/share/apache2/build/config.nice in package lib32-apache2-dev contains reference to TMPDIR [buildpaths] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
4 hourschore(sdbus-c++): upgrade to 2.0.0 releaseStanislav Angelovic
Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 hourslayers: Add styhead to compatible release seriesKhem Raj
styhead is codename for upcoming 5.1 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 hoursrygel: update 0.42.4 -> 0.42.5Markus Volk
- dont convert to systemd system service. rygel should be started as a user service. This is also a requirement to get it working in gnome-control-center - build with PACKAGECONFIG media-export to make rygel work out of the box Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 hoursgssdp: fix a reproducibility issueMarkus Volk
- add a patch to fix a buildpath leakage SRC_URI += did not work, therefore use SRC_URI:append Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 hoursgupnp: fix reproducibility issueMarkus Volk
- add a patch to fix a buildpath leakage Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 hoursgnome-control-center: update 46.0.1 -> 46.1Markus Volk
- add PACKAGECONFIGS for file-share and media-share 46.1 * Accessibility - Improve accessibility of "Typing" settings sliders * Display - Fix crash when pressing Escape in the display settings * Network - Add stable-ssid support for cloned-mac * Privacy - Add build option to enable Location services - Fix opening of Help pages while viewing Privacy settings * Sharing - Auto hide Sharing panel when Rygel AND gnome-user-share are not available * System - Don't show auto-timezone setting when Location services unavailable - Avoid unnecessary time-change requests - Fix issue with sensitivity of "Add" and "Enroll" Enterprise Login buttons - Improve generated passwords capacity in Remote Desktop settings * Wacom - Check for the right output connector name Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 hoursreproducibility: move repro excludes from AB config.json to meta-oeYoann Congal
For now, the known non-reproducible packages list is stored inside the autobuilder config.json file. This is not ideal. Let's move this list into each layers of meta-openembedded. These lists can be used with, in local.conf: include conf/include/non-repro-meta-oe.inc OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES = "${KNOWN_NON_REPRO_META_OE}" Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-gcovr: add dep on python3-colorlogJustin Bronder
Dependency added in gcov-7.1. Wrapping lines and alphabetically ordering while touching RDEPENDS. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-colorlog: BBCLASEXTEND native nativesdkJustin Bronder
Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourssoci: update build optionsPeter Marko
* make it possible to configure build without boost * build tests only when requested * disable build of IBM proprietary DB2 which does not have recipe (this creates some cmake warnings if enabled without dependency) * EXTRA_OECONF is empty with cmake build * remove SOCI_LIBDIR which was removed in upgrade to v4.0.2 * use WITH_* instedad of SOCI_* as SOCI defines still search for dependencies unnecessarily and WITH define automatically enables SOCI define, too Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursAdd class for appending dm-verity hash data to block device imagesJan Luebbe
Add support to generate a dm-verity image and the parameters required to assemble the corresponding table for the device-mapper driver. The latter will be stored in the file ${DEPLOY_DIR_IMAGE}/<IMAGE_LINK_NAME>.verity-params. Note that in the resulting image the hash tree data is appended to the contents of the original image without an explicit superblock to keep things simple and compact. The above mentioned parameter file can be sourced by a shell to finally create the desired blockdevice via "dmsetup" (found in meta-oe's recipe "libdevmapper"), e.g. . <IMAGE_LINK_NAME>.verity-params dmsetup create <dm_dev_name> --readonly --table "0 $VERITY_DATA_SECTORS verity \ 1 <dev> <hash_dev> \ $VERITY_DATA_BLOCK_SIZE $VERITY_HASH_BLOCK_SIZE \ $VERITY_DATA_BLOCKS $VERITY_DATA_BLOCKS \ $VERITY_HASH_ALGORITHM $VERITY_ROOT_HASH $VERITY_SALT \ 1 ignore_zero_blocks" As the hash tree data is found at the end of the image, <dev> and <hash_dev> should be the same blockdevice in the command shown above while <dm_dev_name> is the name of the to be created dm-verity-device. The root hash is calculated using a salt to make attacks more difficult. Thus, please grant each image recipe its own salt which could be generated e.g. via dd if=/dev/random bs=1k count=1 | sha256sum and assign it to the parameter VERITY_SALT. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-txdbus: cleanup RDEPENDSGuðni Már Gilbert
python3-six is no longer a dependency and Python 2 support has already been dropped. Change python3-twisted to python3-twisted-core such that only required modules are installed. Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-incremental: cleanup RDEPENDS and use python_setuptools_build_metaGuðni Már Gilbert
Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-twisted: upgrade 22.10.0 -> 24.3.0Guðni Már Gilbert
Changelogs between 22.10.0 and 24.3.0 can be found here: https://github.com/twisted/twisted/releases/tag/twisted-24.3.0 https://github.com/twisted/twisted/releases/tag/twisted-23.10.0 https://github.com/twisted/twisted/releases/tag/twisted-23.8.0 Summary of changes relevant for the Yocto build: - Brings official support for Python 3.11 and 3.12, only Python 3.8 and above supported. - python3-twisted-conch: python3-pyasn1 is no longer a runtime dependency (23.8.0) - build backend changed from setuptools.build_meta to hatchling.build Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursgnome-remote-desktop: update 46.0 -> 46.1Markus Volk
46.1 ==== * Fix running on big endian * Don't crash when there are no user sessions Contributors: Ondrej Holy, Pascal Nowack Translators: Aurimas Černius [lt], Yaron Shahrabani [he], Fran Dieguez [gl], Vincent Chatelain [fr], Sabri Ünal [tr], Rachida SACI [kab], Christian Kirbach [de], Asier Sarasua Garmendia [eu], Nathan Follens [nl], Martin [sl], Artur S0 [ru] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursspice-gtk: add PACKAGECONFIG for webdavMarkus Volk
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursspice-gtk: use hwdata instead of usbidsMarkus Volk
spice-gtk seems to be the last recipe in meta-openembedded that uses usbids instead of hwdata. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourssanlock: upgrade 3.9.1 -> 3.9.2Wang Mingyu
0001-include-libgen.h-for-basename.patch removed since it's included in 3.9.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-yamlloader: upgrade 1.3.2 -> 1.4.1Wang Mingyu
Changelog: =========== -Fix name of ConstructorError -enh: add python 3.12, cleanup Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-regex: upgrade 2023.12.25 -> 2024.4.16Wang Mingyu
Changelog: Git issue 525: segfault when fuzzy matching empty list Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-pywbemtools: upgrade 1.2.1 -> 1.3.0Wang Mingyu
Changelog: https://github.com/pywbem/pywbemtools/blob/master/docs/changes.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-pywbem: upgrade 1.6.3 -> 1.7.2Wang Mingyu
Changelog: ========== Correct way to convert bytes to string if orjson exists. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-pymisp: upgrade 2.4.188 -> 2.4.190Wang Mingyu
Changelog: Correct way to convert bytes to string if orjson exists. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-pycups: upgrade 2.0.1 -> 2.0.4Wang Mingyu
Changelog: removes install_requires from setup.py, which is used for generating OS requirements. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-grpcio: upgrade 1.62.1 -> 1.62.2Wang Mingyu
Changelog: [Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-grpcio-tools: upgrade 1.62.1 -> 1.62.2Wang Mingyu
Changelog: [Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-croniter: upgrade 2.0.3 -> 2.0.5Wang Mingyu
Changelog: =========== -Support hashid strings in is_valid -Avoid over-optimization in crontab expansions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hourspython3-argcomplete: upgrade 3.2.3 -> 3.3.0Wang Mingyu
Changelog: ========== Preserve compatibility with argparse option tuples of length 4. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursopenfortivpn: upgrade 1.21.0 -> 1.22.0Wang Mingyu
Changelog: ========== * make sure Homebrew packages for macOS are built with --enable-legacy-pppd * do not print TLS socket options in log (revert change from 1.16.0) * add option to specify SNI * change most occurrences of "SSL" to "TLS" in user-visible text Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursmpich: upgrade 4.2.0 -> 4.2.1Wang Mingyu
Changelog: ============= -Disable flat_namespace to build libmpifort on macOS by default -Prefix warning messages with "MPICH" -Add --disable-doc configure option -Fix support for building MPICH Fortran support with Xcode 15 on macOS -Fix bug in MPI_WIN_SHARED_QUERY when window is not shared -Fix bug in ch4/ofi gpu pipelining -Fixes for Intel GPU support -Fix memory leak in ch4/shm collectives -Fix bug in MPI_COMM_SPLIT with intercommunicators and non-zero root -Fix bug in DAOS ROMIO driver -Fix bug in cycling error code array -Return an error if there is failure to create a datatype in mpi_f08 module for noncontiguous user data -Return an error when shared memory segment creation fails Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursgensio: upgrade 2.8.3 -> 2.8.4Wang Mingyu
Changelog: ========== -github: Don't run oomtest9 and oomtest11 on windows -sound: Fix a possible multiply overflow -gtlsshd: Don't use alloc_sprintf() to duplicate a string Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursasio: upgrade 1.28.0 -> 1.30.2Wang Mingyu
License-Update: Copyright year updated to 2024. 0001-Add-the-pkgconfigdir-location.patch included in 1.30.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursaravis: 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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursgst-instruments: enable ui PACKAGECONFIG only with GTK3DISTROFEATURESMartin 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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursvlc: do not depend on mpeg2decAlexander Kanavin
The format is obsolete, the code hasn't been touched in well over 10 years and the recipe is about to be removed from oe-core. VLC can still access such files via its gstreamer module/ffmpeg. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursgnome-shell-extensions: update 46.0 -> 46.1Markus Volk
46.1 ==== * screenshot-window-sizer: Add flathub-recommended size [Florian; !317] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursgnome-calendar: update 46.0 -> 46.1Markus Volk
Major changes in 46.1: * Cleanup shortcut handling of some dialogs * Updated translations Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursxdg-desktop-portal-gnome: update 46.0 -> 46.1Markus Volk
Changes in 46.1 ================= - Remove D-Bus call timeout from Access portal requests that are proxied to GNOME Shell. This prevents the Access portal from failing requests if the user doesn't click on a dialog for more than 25 seconds. - Various fixes to the ScreenCast portal dialog - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursmutter: update 46.0 -> 46.1Markus Volk
46.1 ==== * Implement linux-drm-syncobj-v1 [Austin; !3300] * Fix input lag on X11 nvidia [Daniel; !3685] * Fix scanout on secondary GPUs [Michel; !3674] * Don't apply max-render-time to secondary GPUs [Michel; !3689] * Fix reusing single-pixel buffers [Jonas Å.; !3702] * Improve scanout candidate check [Robert; !3699] * Always use logical pixels for bounds [Sophie; !3698] * Fix modifiers getting stuck during grabs [Carlos; !3704] * Fix night-light on displays without EDID [Sebastian W.; !3673] * Fix secondary GPU acceleration with nvidia driver [Jonas Å., Daniel; !3304] * Fix some XWayland clients being partially click-through [Sebastian K.; !3697] * Fix initial suspended state [Jonas Å.; !3475] * Fixed crashes [Bilal, Jonas Å., Sebastian W., Daniel; !3683, !3666, !3691, !3708, !3678] * Misc. bug fixes and cleanups [Ray, Carlos, Bilal, Ivan, Barnabás, Jonas Å., Jonas D., Michel; !3672, !3681, !3686, !3687, !3671, !3679, !3690, !3703, !3695, !2946, !3696, !3710, !3644, !3707] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho, Sophie Herold, Sebastian Keller, Robert Mader, Athmane MOKRAOUI, Ivan Molodetskikh, Barnabás Pőcze, Austin Shafer, Ray Strode, Daniel van Vugt, Sebastian Wick Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 hoursgnome-shell: update 46.0 -> 46.1Markus Volk
46.1 ==== * Improve notification of conflicting session [Joan; !3235] * Add shift level to Korean OSK layout [Carlos; !3222] * Fix markup support in notifications [Sebastian; !3247] * extensions-app: Fix empty rows with '&' in extension name [Florian; !3266] * extensions-app: Improve HIG compliance [Automeris; !3269, !3271] * Omit expand buttons in notification banners [Julian; !3249] * Misc. bug fixes and cleanups [dcz, Totto16, Sebastian, Florian; !3262, !3253, !3260, !3234] Contributors: dcz, Carlos Garnacho, Sebastian Keller, Robert Mader, Florian Müllner, Automeris naranja, Julian Sparber, Joan Torres, Totto16, Sebastian Wick Translators: Danial Behzadi [fa], Baurzhan Muftakhidinov [kk], Anders Jonsson [sv], Aurimas Černius [lt], Yuri Chornoivan [uk], Daniel Rusek [cs], Ekaterine Papava [ka], Asier Sarasua Garmendia [eu], Jiri Grönroos [fi], Piotr Drąg [pl], Yaron Shahrabani [he], Brage Fuglseth [nb], A S Alam [pa], Christian Kirbach [de], Milo Casagrande [it], Fran Dieguez [gl], Jordi Mas i Hernandez [ca], Jordi Mas [ca], Sabri Ünal [tr], Boyuan Yang [zh_CN], Athmane MOKRAOUI [kab], Vincent Chatelain [fr], Милош Поповић [sr, sr@latin], Martin [sl], Nathan Follens [nl], Artur S0 [ru], Juliano de Souza Camargo [pt_BR], Changwoo Ryu [ko], Jose Riha [sk], Fabio Tomat [fur], Peter Vágner [sk], Andi Chandler [en_GB] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@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>
5 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>