Still many package upgrades from various upstreams, which bring newer functionalities or security fixes. It's also noticeable to mention various tweaks contributed by other community members, fixing issues when using packages originating from Sailfish OS, in a different environment or distribution. One can also mention the preparation work done by mal and others to fix building issues with newer GCC versions like 13 or 14.
-
nfcd
, the daemon for near field communication, mariogrip avoided testing for access denied whendbusaccess
is not used and access is always granted. -
ofono
, the telephony library, mal backported several fixes from upstream. -
libqofono
, the QML bindings to Ofono, NotKit made usage ofQ_SLOTS
so the project can be compiled withQT_NO_KEYWORD
flag. -
telepathy-glib
, GObject interface to telepathy, pvuorela updated it to 0.24.2.
lipstick
, the home screen code (open source parts), pvuorela fixed wheel events not sent to an application without having a mouse click before.
-
glib-networking
, network extensions for GLib, pvuorela updated it to 2.80.0. -
sailfish-access-control
, a thin wrapper on top of pwd.h and grp.h of glibc, OPNA2608 added missing includes toclimits
. -
libiodata
, a library for writing and reading structured data, OPNA2608 fixed missing dependencies in the build system, so it doesn't stop when building the project with enough parallelism. -
zram
, a service to setup compressed swap devices, mkosola initially packaged the scripts. -
acpid
, an event daemon for ACPI, mal updated it to 2.0.34. -
libcap-ng
, a library for Linux that makes using POSIX capabilities easier, direc85 upgraded the library to 0.8.5. -
util-linux
, a collection of basic system utilities, direc85 upgraded it to 2.40.2. -
kernel-headers
, the kernel header files so modules can be built, direc85, based on initial work from Thaodan, upgraded them to 4.4. -
libpciaccess
, generic PCI access library, mal updated it to 0.18.1.
-
python-zstd
, Python bindings for the compression library, mal updated it to 1.5.6.0. -
python3-gobject
, Python bindings for GObject introspection, mal updated it to 3.50.0. -
gobject-introspection
, a tool to create bindings from C code, mal updated it to 1.82.0. -
glib2
, the Glib library from GTK / Gnome, mal updated it to 2.82.4. -
sharutils
, the GNUshar
utilities for managing shell archives, mal updated it to 4.15.2. -
createrepo_c
, C implementation to create RPM repositories, mal updated it to 1.2.0. -
vala
, the Gnome-oriented C#-like programming language, mal updated it to 0.56.17. -
libffi
, a library providing a high level programming interface to various calling conventions, mal updated it to 3.4.6. -
scratchbox2
, the cross-compilation tool used by the SDK, Thaodan fixed the declaration of STATX function and included some missing headers. -
python-cython
, a language for writing Python extension modules, mal updated it to 3.0.11. -
python3-fuse3
, Python bindings to use file systems in user-space, mal updated it to 3.4.0. -
python3-lxml
, python bindings forlibxml2
andlibxslt
, mal updated it to 5.3.0. -
python3-yaml
, a YAML parser/emitter for Python, mal updated it to 6.0.2.
mal is currently fixing issues when compiling with GCC 14 in various repositories, like in:
minui
,hw-ramdisk
,qemu-usermode
,contactsd
,pkcs11-helper
,- and many others as working branchs without pull requests yet...