summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libmozilla-ca-perl: upgrade 20250202 -> 20250602Wang Mingyu2025-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Update from Mozilla repository to 2025-06-02 - Added certificates: - D-TRUST BR Root CA 2 2023 - D-TRUST EV Root CA 2 2023 - Removed certificates: - Baltimore CyberTrust Root - Comodo AAA Services root - Entrust.net Premium 2048 Secure Server CA - GlobalSign Root CA - Go Daddy Class 2 CA - Starfield Class 2 CA - SwissSign Silver CA - G2 - XRamp Global CA Root Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.32.0 -> 1.33.1Wang Mingyu2025-06-091-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-socket-ssl-perl: upgrade 2.089 -> 2.090Wang Mingyu2025-06-091-1/+1
| | | | | | | | | | Changelog: =========== - fix OCSP live test after Let's Encrypt has disabled OCSP support - public_suffix now preserves trailing dot Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: upgrade 1.3.1 -> 1.3.2Wang Mingyu2025-06-091-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============= - socket: [macOS] Fix build on older macOS - socket: [Windows] Prevent crash by properly initializing memory buffers - Switch to better initializer strategy - Fix compilation on MSVC - Add extern "C" guards to public headers - socket: Improve error message output/verbose logging - socket: [Windows] Make sure errno is set in error conditions - socket: Allow setting debug level via environment variable - socket: [Windows] Use WSAAddressToStringA (ANSI version) - socket: [Windows] Use inet_ntop instead of WSAAddressToStringA for >= Vista Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libass: upgrade 0.17.3 -> 0.17.4Wang Mingyu2025-06-091-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== - add new API to prune old events from memory - ass_prune_events for manual pruning - ass_configure_prune to set up automatic pruning - add ASS_OVERRIDE_BIT_BLUR flag - fontconfig: fix minor memory leaks in pathological font setups - coretext: fix build on older compilers or Mac OS X 10.5 - checkasm: fix build for older compilers - aarch64: fix assembly build on strict compilers due to oversized align - meson: improve ASM configuration on x86 Android - meson: align MSVC warnings and optimisations closer to gcc-like compilers - meson can now build all dev utility executables Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: upgrade 1.29 -> 1.30Wang Mingyu2025-06-091-1/+1
| | | | | | | | | | | | | Changelog: ============ - kernel commit 0bf2d83 fixes the problem with struct taskstats, now iotop 1.30 handles only v15 of the struct in a different way, retaining compatibility with both old and new kernels - show zero current values for exited processes - flush stdout after each batch run Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: upgrade 3.7.4 -> 3.7.5Wang Mingyu2025-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: upgrade 0.14.0 -> 0.15.0Wang Mingyu2025-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* googlebenchmark: upgrade 1.9.3 -> 1.9.4Wang Mingyu2025-06-091-1/+1
| | | | | | | | | | | | | Changelog: ============= - Update build instructions for Visual Studio - MaybeReenterWithoutASLR(): be more cautious about argument types - Fix MaybeReenterWithoutASLR() in docker - Enable Google Benchmark to run in WebAssembly with filesystem disabled - wheels: Build Linux ARM wheels natively on ARM runners Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: upgrade 3.54.2 -> 3.54.3Wang Mingyu2025-06-091-1/+1
| | | | | | | | | | Changelog: ============ - Authentication failure in goa IMAP accounts - Handle unexpected casing in domain names Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gexiv2: upgrade 0.14.3 -> 0.14.5Wang Mingyu2025-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.56.1 -> 3.56.2Wang Mingyu2025-06-091-2/+2
| | | | | | | | | | | Changelog: ============ - Handle changed server pool in WebDAV collection sources - CamelDataWrapper: Correct return value of size calculate functions - GOA EWS: Fallback to likely EWS host URL when autodicovery fails Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* doxygen: upgrade 1.13.2 -> 1.14.0Wang Mingyu2025-06-091-1/+1
| | | | | | | | Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_14_0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cxxopts: upgrade 3.2.1 -> 3.3.1Wang Mingyu2025-06-091-1/+1
| | | | | | | | | | | Changelog: ============== - Added missing version bump - Added missing header for GCC 15 - Fix some CMake packaging problems Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20250518.0 -> 6.2.20250608.0Wang Mingyu2025-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bats: upgrade 1.11.1 -> 1.12.0Wang Mingyu2025-06-091-2/+2
| | | | | | | | | | | | | | | | | Changelog: =========== - bats::on_failure hook that gets called when a test or setup* function fails - increase compatibility with Solaris - fix noclobber breaking bats-gather-tests - fix exiting with 0 despite bats:focus when all tests have been filtered out - remove deprecated ubuntu 20.04 from CI config - Fix hyperlink to external Bash resource - Remove mentions to no longer existing find_library_load_path in - lib/bats-core docstrings - Add missing "status" word in --returned-status documentation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: upgrade 4.0.4 -> 4.0.5Wang Mingyu2025-06-092-9/+6
| | | | | | | | | | | | | | | | | | 0001-Fixed-swig-host-contamination-issue.patch refreshed for 4.0.5 Changelog: ============ - Rework audisp queue to be lockless - Fix missing delete command in auditctl - Allow plus addresses (rfc5233) to auditd email. - Reduce memory churn in auditd event dispatching - Add configurable recurring state report in auditd - Switch audisp-statsd to stop sending signals - Add glibc memory stats to audisp-statsd Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* procmail: fix compile failure with gcc-15Liu Yiding2025-06-093-1/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These failures doesn't broken compiling, but not generate files under /usr/bin | userland@pumpkin3:/mnt/test/build_auh/tmp/work/core2-64-poky-linux/procmail/3.22/image/usr/bin$ ls | formail lockfile mailstat procmail part of error messages: | In file included from recommend.c:6: | includes.h:334:12: error: conflicting types for 'uname'; have 'int(void)' | 334 | extern int uname(); /* so we fix it :-) / | | ^~~~~ | In file included from sublib.c:13: | includes.h:334:12: error: conflicting types for 'uname'; have 'int(void)' | 334 | extern int uname(); / so we fix it :-) / | | ^~~~~ | In file included from procmail.h:3, | from procmail.c:20: | includes.h:334:12: error: conflicting types for 'uname'; have 'int(void)' | 334 | extern int uname(); / so we fix it :-) */ | | ^~~~~ | In file included from includes.h:67: | /datadrive/ubinux/workdir/build-dir/202506/build-ubinux-armv8/tmp/work/aarch64-ubinux-linux/procmail/3.22/recipe-sysroot/usr/include/sys/utsname.h:81:12: note: previous declaration of 'uname' with type 'int(struct utsname *)' | 81 | extern int uname (struct utsname *__name) _THROW; | | ^~~~~ | In file included from includes.h:67: | /datadrive/ubinux/workdir/build-dir/202506/build-ubinux-armv8/tmp/work/aarch64-ubinux-linux/procmail/3.22/recipe-sysroot/usr/include/sys/utsname.h:81:12: note: previous declaration of 'uname' with type 'int(struct utsname )' | 81 | extern int uname (struct utsname _name) THROW; | | ^~~~~ | In file included from includes.h:67: | /datadrive/ubinux/workdir/build-dir/202506/build-ubinux-armv8/tmp/work/aarch64-ubinux-linux/procmail/3.22/recipe-sysroot/usr/include/sys/utsname.h:81:12: note: previous declaration of 'uname' with type 'int(struct utsname )' | 81 | extern int uname (struct utsname __name) __THROW; | | ^~~~~ | In file included from includes.h:67: | /datadrive/ubinux/workdir/build-dir/202506/build-ubinux-armv8/tmp/work/aarch64-ubinux-linux/procmail/3.22/recipe-sysroot/usr/include/sys/utsname.h:81:12: note: previous declaration of 'uname' with type 'int(struct utsname )' | 81 | extern int uname (struct utsname __name) __THROW; | | ^~~~~ | recommend.c: In function 'main': | recommend.c:15:5: warning: old-style function definition [-Wold-style-definition] | 15 | int main(argc,argv)const int argc;const charconst argv[]; | | ^~~~ | procmail.c: In function 'savepass': | procmail.c:71:22: warning: old-style function definition [-Wold-style-definition] | 71 | static auth_identitysavepass(spass,uid)auth_identityconst spass; | | ^~~~~~~~ | procmail.c:76:12: error: too many arguments to function 'auth_finduid'; expected 0, have 2 | 76 | if(tpass=auth_finduid(uid,0)) / save by copying */ | | ^~~~~~~~~~~~ ~~~ | In file included from procmail.c:36: | authenticate.h:15:3: note: declared here | 15 | auth_finduid Q((const uid_t uid,const int sock)); | | ^~~~~~~~~~~~ | procmail.c: In function 'main': | procmail.c:97:5: warning: old-style function definition [-Wold-style-definition] | 97 | int main(argc,argv)int argc;const charconst argv[]; | | ^~~~ | procmail.c:212:9: error: too many arguments to function 'checkprivFrom'; expected 0, have 3 | 212 | checkprivFrom(euid,passinvk?auth_username(passinvk):0,override); | | ^~~~~~~~~~~~~~ ~~~~ | In file included from procmail.c:41: | from.h:9:2: note: declared here | 9 | checkprivFrom Q((uid_t euid,const charlogname,int override)); | | ^~~~~~~~~~~~~~ | procmail.c:213:9: error: too many arguments to function 'doumask'; expected 0, have 1 | 213 | doumask(INIT_UMASK); / allowed to set the From line? */ | | ^~~~~~~ Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uritemplate: Upgrade 4.1.1 -> 4.2.0Leon Anavi2025-06-091-1/+1
| | | | | | | | | | | | | Upgrade to release 4.2.0: - Drop support for Python 3.8 - Fix bug where already url-encoded values were further escaped and encoded - Refactor uritemplate/variable.py to enable fixing the aforementioned bug Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-starlette: Upgrade 0.46.2 -> 0.47.0Leon Anavi2025-06-091-1/+1
| | | | | | | | | | | | | | | Upgrade to release 0.47.0: - Add support for ASGI pathsend extension - Add partitioned attribute to Response.set_cookie - Change methods parameter type from list[str] to Collection[str] - Replace import typing by from typing import ... in the whole codebase - Mark ExceptionMiddleware.http_exception as async to prevent thread creation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Upgrade 2.6.0 -> 2.6.1Leon Anavi2025-06-091-1/+1
| | | | | | | | | | Upgrade to release 2.6.1: - Fixed bug that prevented cmd2 from working with from __future__ import annotations Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfmpc: upgrade 0.3.1 -> 0.3.2Jason Schonberg2025-06-091-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/apps/xfmpc/-/blob/master/NEWS#L19 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: upgrade 4.18.0 -> 4.18.2Jason Schonberg2025-06-091-1/+1
| | | | | | | | | Changelog: https://gitlab.xfce.org/apps/parole/-/tags/parole-4.18.2 Changelog: https://gitlab.xfce.org/apps/parole/-/tags/parole-4.18.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-mpc-plugin: upgrade 0.5.3 -> 0.5.5Jason Schonberg2025-06-091-1/+1
| | | | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-mpc-plugin/-/tags/xfce4-mpc-plugin-0.5.5 Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-mpc-plugin/-/tags/xfce4-mpc-plugin-0.5.4 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: upgrade 4.2.11 -> 4.2.12Vijay Anusuri2025-06-091-2/+2
| | | | | | | | | | | | | releasenote: https://www.wireshark.org/docs/relnotes/wireshark-4.2.12.html Includes security fix CVE-2025-5601 License-Update: Update GPL copies for FSF no longer having an address Link: https://github.com/wireshark/wireshark/commit/18e4db97c424c11cb26fa7fef97b95dd3d001bb1 Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imsettings: upgrade 1.8.3 -> 1.8.10Liu Yiding2025-06-082-3/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | - old SRC_URI is invalid now, change to official gitlab source code - Copied ABOUT-NLS from native sysroot's gettext manually to fix issue | configure.ac:84: error: required file './ABOUT-NLS' not found - remove man page since it needs db2x_docbook2man command which we do not have recipe for Changelog: - Rename DBus service file - Drop deprecated m4 macro - Add GDMSESSION to the list of overriding envvar - Add SwitchIMwithEnv dbus method - Set default desktop name for client - Disable none.conf on all the wayland sessions - Support wildcard in IMSETTINGS_IGNORE_SESSION - none.conf: Fix unexpected setup for GNOME and Plasma Wayland - Check a flag of IMSETTINGS_IGNORE_SESSION at SwitchIM - Bump API version - Add IsActionNeeded method - Add IMSETTINGS_IGNORE_SESSION - Add is_env_support_needed function - Drop GNOME support - Fix too early threshold for detecting the loop of process restarting Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplacebo: update 7.349.0 -> 7.351.0Markus Volk2025-06-073-78/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release mainly introduces a variety of miscellaneous bug fixes, alongside two minor / maintenance changes. Additions: add pl_{opengl,vulkan,d3d11}_params.no_compute to suppress the use of compute shaders add pl_cache_{set,get}_file() Changes: libav vulkan interop now requires lavu 58.11.100+ and vulkan 1.2.175+ "sinc" filter preset radius dropped from 3 to 2 Fixes and performance enhancements: fix compilation of fuzzer test fix shader variable renaming loop fix error when the same gpu descriptor is used twice in one shader don't expose unsupported d3d11 formats fix rendering with flipped planes and user shaders fix rendering of textures with unusual channel order don't apply sigmoidization to alpha channel attach correctly normalized extension list to vulkan device creation fix orthogonal scaling fast path leaking garbage pixels some GLES 2.0 fixes fix DCDM XYZ decoding into DCI-P3 fix build with glslang 15 fix compilation without nuklear fix backwards compatibility with pl_render_params.skip_target_clearing correctly output requested alpha mode preserve alpha channel when blending subsampled formats multiply plane scale even when not scaling propagate correct plane format after plane merging fix build with instrumentation enabled fix bug where layout transitions happened too early in some cases fix handling of promoted extension and function names don't scale alpha when blending low bit depth YUV planes fix build error with recent libavformat fix plane channel order when merging planes invalidate shader cache when GL version strings change fix compute shader promotion for flipped outputs fix upload of YUVA formats with reduced bit depths Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libheif: update 1.19.5 -> 1.19.8Markus Volk2025-06-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | COPYING was changed [https://github.com/strukturag/libheif/commit/377a957bd84018f4d27588c989fa5c66935c16ed] 1.19.8 Set essential flag for transformative properties as required by MIAF. This fixes the display of AVIF images with transformations encoded by libheif in Chrome, which checks whether this flag is set. If the environment variable LIBHEIF_SECURITY_LIMITS is set to OFF, libheif will not check any security limits. This can be used if a user wants to work with large images that were blocked by the security limits, but the application software does not allow to adjust the libheif security limits. Resolved processing 16-bit JPEG-2000 1.19.7 Fixes a build error with SVT-AV1 encoder plugin when using reduced symbol visibility (#1480). 1.19.6 Bugfix release. Additionally, there are the following changes: C++ and Go wrapper licenses have been changed to MIT supports SVT-AV1 v3.0.0 encoder support emscripten builds for ES6 modules Fixes CVE-2025-43966 CVE-2025-43967 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: update 1.4.4 -> 1.4.5Markus Volk2025-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PipeWire 1.4.5 (2025-06-04) This is a quick bugfix release that is API and ABI compatible with previous 1.x releases. Highlights - Fix negotiation errors when using multichannel output. Fixes audio in some games and mpv in some cases. - 1 Small fix and 1 improvement. SPA - Fix another bug caused by reversing the filter default value preference. (#4722) pulse-server - Implement STREAM_DONT_INHIBIT_AUTO_SUSPEND flags. This can reduce power in pavucontrol when monitoring inactive streams. (#4255 #4726) ALSA - Fix a potential deadlock when calling _drop and _drain at the same time. (#4728) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: upgrade 24.11.0 -> 25.5.0Guðni Már Gilbert2025-06-071-2/+6
| | | | | | | | | | | | | LIC_FILES_CHKSUM is updated. The year in the copyright header was changed for 2025. Added a PACKAGECONFIG for a new optional runtime dependency python3-wsproto which is required for the new twisted.web.websockets module. Changes: https://github.com/twisted/twisted/compare/twisted-24.11.0...twisted-25.5.0 Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-time-out-plugin: upgrade 1.1.3 -> 1.1.4Jason Schonberg2025-06-061-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-time-out-plugin/-/tags/xfce4-time-out-plugin-1.1.4 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-smartbookmark-plugin: upgrade 0.5.2 -> 0.5.3Jason Schonberg2025-06-061-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-smartbookmark-plugin/-/tags/xfce4-smartbookmark-plugin-0.5.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-pulseaudio-plugin: upgrade 0.4.8 -> 0.4.9Jason Schonberg2025-06-062-27/+2
| | | | | | | | | | | Drop 0001-Use-new-xfw_window_activate-signature-in-libwindowin.patch It is already integrated in this version. https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/commit/35d5172d514e1fb1bdb6718041d0e8c0f70eae3b Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/-/tags/xfce4-pulseaudio-plugin-0.4.9 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-places-plugin: upgrade 1.8.3 -> 1.8.4Jason Schonberg2025-06-061-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-places-plugin/-/tags/xfce4-places-plugin-1.8.4 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-netload-plugin: upgrade 1.4.1 -> 1.4.2Jason Schonberg2025-06-061-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-netload-plugin/-/tags/xfce4-netload-plugin-1.4.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-mailwatch-plugin: upgrade 1.3.1 -> 1.3.2Jason Schonberg2025-06-061-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-mailwatch-plugin/-/tags/xfce4-mailwatch-plugin-1.3.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-genmon-plugin: upgrade 4.2.0 -> 4.2.1Jason Schonberg2025-06-051-1/+3
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin/-/tags/xfce4-genmon-plugin-4.2.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-fsguard-plugin: upgrade 1.1.3 -> 1.1.4Jason Schonberg2025-06-051-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-fsguard-plugin/-/tags/xfce4-fsguard-plugin-1.1.4 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-eyes-plugin: upgrade 4.6.0 -> 4.6.1Jason Schonberg2025-06-051-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-eyes-plugin/-/tags/xfce4-eyes-plugin-4.6.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-clipman-plugin: upgrade 1.6.2 -> 1.6.3Jason Schonberg2025-06-051-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-clipman-plugin/-/tags/xfce4-clipman-plugin-1.6.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-calculator-plugin: upgrade 0.7.2 -> 0.7.3Jason Schonberg2025-06-051-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-calculator-plugin/-/tags/xfce4-calculator-plugin-0.7.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-battery-plugin: upgrade 1.1.5 -> 1.1.6Jason Schonberg2025-06-051-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-battery-plugin/-/tags/xfce4-battery-plugin-1.1.6 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-plugin.bbclass change and pluginsJason Schonberg2025-06-054-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Newer thunar plugins are being distributed as tar.xz archives instead of tar.bz2. Update the bbclass to reflect that. Also update the three users of this bbclass to newer plugin versions that are distributed as tar.xz arcives. All three of these plugins still build with autotools. Although some thought should be given to how we want to build with meson in the future. thunar-shares-plugin: upgrade 0.4.0 -> 0.5.0 Changelog: https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/-/tags/thunar-shares-plugin-0.5.0 thunar-media-tags-plugin: upgrade 0.5.0 -> 0.6.0 Changelog: https://gitlab.xfce.org/thunar-plugins/thunar-media-tags-plugin/-/tags/thunar-media-tags-plugin-0.6.0 thunar-archive-plugin: upgrade 0.5.3 -> 0.6.0 Changelog: https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/-/tags/thunar-archive-plugin-0.6.0 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hostapd: enable SAE supportVitor Soares2025-06-051-0/+3
| | | | | | | | | | | | | Enable Simultaneous Authentication of Equals (SAE) in defconfig to support WPA3-Personal authentication method. Required for modern wireless security standards. This is build-time only change with no runtime impact - SAE requires explicit configuration to activate. Existing WPA2 setups remain unaffected. Signed-off-by: Vitor Soares <vitor.soares@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: move alsa to packageconfigAndrej Valek2025-06-051-3/+3
| | | | | | | | This will allow to disable alsa which pulls the audio stuff even if it could be disabled. Signed-off-by: Andrej Valek <andrej.v@skyrain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbgx: fix example gadget startDenis OSTERLAND-HEIM2025-06-051-1/+1
| | | | | | | | | | | | From variables docu: > Setting it to "0" does not disable inhibition. > Only the empty string will disable inhibition. That means in case of examples enabled we need "" and if not "1" to disable update-rc.d. Signed-off-by: Denis OSTERLAND-HEIM <denis.osterland@diehl.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: Force gcc toolchainKhem Raj2025-06-041-0/+3
| | | | | | | | | | | It need gfortran to build and if we have clang as system compiler it does not work properly to compile it. Fixes aarch64-yoe-linux-gfortran: fatal error: cannot read spec file 'libgfortran.spec': No such file or directory compilation terminated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: guard sed operations in do_install for optional filesSana Kazi2025-06-041-6/+17
| | | | | | | | | | | | | When PACKAGECONFIG options like 'cxx' 'webp' and 'xml' are disabled, certain files such as Magick++-config.im7, configure.xml, or delegates.xml are not installed. Unconditionally running sed on these files results in errors during do_install Error: sed: can't read .../image/usr/bin/Magick++-config.im7: No such file or directory Signed-off-by: Nikhil R <nikhilr5@kpit.com> Signed-off-by: Sana Kazi <sanakazi720@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: update Upstream-StatusYoann Congal2025-06-041-1/+1
| | | | | | | | | https://github.com/performancecopilot/pcp/pull/2217 was merged into https://github.com/performancecopilot/pcp/commit/0ca303467ce382127cd9676e288bf7690a93f084 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typer: Add missing ptest dep on pytest-sugarKhem Raj2025-06-031-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>