Skip to content

Latest commit

 

History

History
74 lines (38 loc) · 7.16 KB

20240305.md

File metadata and controls

74 lines (38 loc) · 7.16 KB

Repository activities from 2024-02-16 to 2024-03-05

Repository roundup

Thanks to the hard work of mal on the GCC upgrade, some blockers with systemd have been addressed and the patches merged some days ago.

Communication bits

Other applications

Low level libraries

  • libsocialcache, a library and a QML plugin that is used to manage cache from social networks, jmlich upgraded it for Qt6.

  • giflib, a library to manipulate GIF format image files, mal updated it to 5.2.2 and added a patch to fix CVE-2021-40633.

  • maliit-framework, the code handling the keyboard, MrCyjaneK while working on Flutter integration, enabled glib2 support as a separated package, named maliit-framework-wayland-glib.

  • usb-moded, the USB tracking daemon, spiiroin enabled by default the power supply type detection based on the usual power_supply device. This is usefull for USB Power Devices (PD) that may not report being different from a computer.

  • lipstick, the home screen code (open source parts), pvuorela removed usage of too old egrep in favour of grep -E.

  • quota, tools to limit disk usage, LaakkonenJussi ensured that quota run is finished before launching elements that requires write access to the home directory. Indeed, quota is making the home filesystem read-only during its operation.

  • systemd, a system and service manager, mal investigated an issue with systemd when compiled with a newer version of GCC. He developped and backported various patches to fix the issue.

Developper's corner