mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
* less: bump version, remove old version Fixes CVE-2022-46663 * less: use B_USER_VAR_DIRECTORY for the history file It now uses XDG_STATE_DIR by default, the find_directory based code path is only used as fallback instead of `~/.local/state` if that isn't defined. XDG_STATE_DIR is defined since hrev57631 and defaults to B_USER_VAR_DIRECTORY.