From 21abcc2968d114532f6c9c905dfa3f9db3f971e4 Mon Sep 17 00:00:00 2001 From: Harald Geyer Date: Tue, 13 Jul 2021 23:41:08 +0200 Subject: elektra: update to 0.9.7 Notable changes: * Use toml as new default storage backend: Upstream has removed the ini plugin, we have been using in the past. toml is still somewhat experimental, but upstream has designated it as future recommended default. * Remove the dependency on boost. The only plugin needing that has been removed upstram. * Enable plugins for libev and libuv event loop integration. This adds two new packages with the respective dependencies. Upstream has fixed the bugs preventing us from using this. * Enable the internal notification plugin/system. This allows applications to automatically receive notifications about changes to their configuration. Again upstream fixing bugs enables this for us. * Set the environment variable $XDG_CACHE_HOME to "/tmp/" globally to prevent elektra (and possibly other applications) from writing temporary data to flash. Signed-off-by: Harald Geyer --- libs/elektra/files/elektra.profile | 1 + 1 file changed, 1 insertion(+) create mode 100644 libs/elektra/files/elektra.profile (limited to 'libs/elektra/files') diff --git a/libs/elektra/files/elektra.profile b/libs/elektra/files/elektra.profile new file mode 100644 index 000000000..3df9be8fb --- /dev/null +++ b/libs/elektra/files/elektra.profile @@ -0,0 +1 @@ +export XDG_CACHE_HOME=/tmp/ -- cgit v1.2.3