During the last update of the recipe the CVE_STATUS for this CVE
was incorrectly removed by me due to misreading the version info.
Rectify this issue by re-adding this deleted CVE_STATUS flag.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The vulnerability only affects MacOS: https://nvd.nist.gov/vuln/detail/CVE-2025-8672
While touching it, also remove an outdated CVE_STATUS, which has been reported against
a very old version of the application.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Confirmed by Andreas off list.
Add Khem as he is main maintainer of meta-oe, but surely he would accept any
help in these areas, don't be shy to step up.
Just add uppercase L in meta-oe README.md for consistency.
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The recipe can't be compiled for 32-bit targets currently, due to
GTimeVal usage - see bug report in the project[1].
Remove the 32-bit targets from the compatibility list until it is
fixed.
[1]: https://gitlab.gnome.org/GNOME/libchamplain/-/issues/61
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
When compiling for 32-bit targets, compilation fails with the following error:
| ../libgdata-0.18.1/demos/calendar/calendar-cli.c:47:22: error: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types]
| 47 | tm = gmtime (&tv->tv_sec);
Upstream meanwhile has refactored the failing part in an untagged commit:
they have removed the usage of GTimeVal, since it has been deprecated.
Since it also solves the compilation issue, backport that patch.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
3.56.0
- Use window icon for the menu button.
3.54.0
- Add basic color-scheme support.
- Updated translations.
As an oe-related change, it also solves a build failure for 32-bit targets:
| ../../metacity-3.52.0/src/core/screen.c: In function 'collect_timed_out_foreach':
| ../../metacity-3.52.0/src/core/screen.c:2431:55: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Wincompatible-pointer-types]
| 2431 | sn_startup_sequence_get_last_active_time (sequence, &tv_sec, &tv_usec);
| | ^~~~~~~
| | |
| | long int *
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The time_t type varies for 64bit and 32bit. So instead of using
long long, we should just use time_t. In this way, things build
for both 64bit and 32bit targets.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changes:
* libsysprof-capture: Clean ring buffer memory for counters
Also:
* Make elf loader search for debug links in .debug dirs
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fix the following compile error:
../../sources/libwnck-2.31.0/libwnck/tasklist.c:4355:49: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Wincompatible-pointer-types]
4355 | &tv_sec, &tv_usec);
| ^~~~~~~
| |
| long int *
In file included from /build/tmp/work/core2-32-wrsmllib32-linux/lib32-libwnck/2.31.0/lib32-recipe-sysroot/usr/include/startup-notification-1.0/libsn/sn.h:32,
from ../../sources/libwnck-2.31.0/libwnck/private.h:36,
from ../../sources/libwnck-2.31.0/libwnck/tasklist.c:40:
/build/tmp/work/core2-32-wrsmllib32-linux/lib32-libwnck/2.31.0/lib32-recipe-sysroot/usr/include/startup-notification-1.0/libsn/sn-monitor.h:84:79: note: expected 'time_t *' {aka 'long long int *'} but argument is of type 'long int *'
84 | time_t *tv_sec,
| ~~~~~~~~~~~~~~~~~~~^~~~~~
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changes:
* Ensure local dbus-monitor is reaped after capturing
* Modernization for various GTK deprecations
* Add new symbolizer for debuginfod which is enabled by default
* Many performance improvements for capture loading
* Support for unwinding without frame-pointers on distributions
lacking -fno-omit-frame-pointer at the toolchain level. This
uses a new "sysprof-live-unwinder" elevated helper process
which takes data from perf and unwinds the stack as soon as
it can without capturing the perf data to disk.
Thank you to Red Hat and the tools team for enabling this
work for RHEL.
* The greeter now persists your settings and restores them the
next time you run Sysprof.
* Various graph drawing improvements.
* Fixes for time display in various formats.
* Translation updates.
* Fix drawing of Y-reversed data point markers
* Make greeter save environment variables to state file for reuse
* Use D-Bus power profiles bus name rather than legacy D-Bus bus name
Also:
* Add new patch to fix environ shadowing in sysprof greeter
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
- #71 Adding GOA account fails with sonic.net IMAP service
- #81 Support Webflow authentication for Nextcloud
- #162 Cannot add a ProtonMail bridge with IMAP + TLS
- #242 Rename dconf key in gnome-online-accounts settings
- #408 "Account Name" GUI field is a bit ambiguous
- #420 Nextcloud login does not work anymore due to OPTIONS /login request
- #429 Linked online accounts no longer work
- #430 Invalid URI when adding Google account
- #434 Failed to generate a new POT file for the user interface of "gnome-
online-accounts" (domain: "po") and some missing files from POTFILES.in
- !340 goamsgraphprovider: ensure a valid PresentationIdentity
- !345 goadaemon: complete GTasks to avoid a scary debug warning
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
============
Version 48.3
============
- Various translation updates
- Various accessibility fixes
About
- Properly close System Details dialog supressing dispose warning
Common
- Fix use-after-free in CcPermissionInfobar
Colors
- Remote extra line below the device name
Global Shortcuts
- Discard request from invalid app ID
Wacom
- Plug stylus motion backlog array leak
============
Version 48.2
============
- Various translation updates
- Wrap settings panel names in small window sizes
- Call g_type_ensure for a custom class
- Add rounded borders to illustrations
About
- Fix multiple GPU name display with NVIDIA GPU on Desktop PC
Apps
- Set bold style to the app name
- Hide preference group if no permissions are shown
Notifications
- Fix crash when modifying app settings multiple times
Power
- Change power saver icon to leaf (matching GNOME Shell)
System
- Improve password generation logic
- Use EFF's Wordlists for Random Passphrases for password generator
Users
- Don't crash when failing to crop avatar images
Wacom
- Get motion history from tablets in test drawing area
============
Version 48.1
============
- Various translation updates
Keyboard
- Fix duplicated "Search" entries in the Custom Shortcuts
Network
- Fix bad memory access in wsec_size_group_clear()
Power
- Set suspend notice message visible by default
Printers
- Run printer details response callback when closing dialog
Wellbeing
- Don't make screen time row activatable
- Fix NAN handling for chart labels
- Fix chart height calculation for partially filled week
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fix visual column position in overlay label
* Defer gtk/gsv initialization to GtkApplication startup so that
GApplication may determine proper app-id for process without
relying on systemd/dbus conventions
* Fix name in properties panel after save-as
* Translation updates
* Break out of recursive Policy-Kit authorization requests from
user-cancellation.
* Do not re-display position label as side-effect of auto-save
* Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 48.3
~~~~~~~~~~~~
Released: 2025-06-27
This is a stable release with the following change:
* Fix crash on application shutdown
This release also updates translation:
* Chinese (Taiwan) (Cheng-Chia Tseng)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
* Fix autoptr usage
* Raise critical on finalization of thread-pool-scheduler which should
not happen in proper usage of libdex
* Avoid extra pointer chase when dispatching to thread pool workers
* Don't dispatch blocks while on fibers, wait for scheduler
* Fix leak of unix signal futures
* Improve management of fiber run queues
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==============
- appwin: Put each window in its own group
- widget: improve pointer accuracy on recent versions of GTK
- Fix erroneous error message when writing empty files
- ci: Do not explicitly define tarball-artifact-path
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.
I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>