elektra: update to 0.9.7 16115/head
authorHarald Geyer <harald@ccbib.org>
Tue, 13 Jul 2021 21:41:08 +0000 (23:41 +0200)
committerHarald Geyer <harald@ccbib.org>
Tue, 13 Jul 2021 21:45:43 +0000 (23:45 +0200)
commit21abcc2968d114532f6c9c905dfa3f9db3f971e4
tree6303811a07f0100807ec7062354ab8fdefdb2d86
parentfc9d8b5b91f1800f2728491aa25cd5010607edef
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 <harald@ccbib.org>
libs/elektra/Makefile
libs/elektra/files/elektra.profile [new file with mode: 0644]
libs/elektra/patches/010-gcc11.patch [deleted file]