AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to v2.2.0 See full changelog on https://github.com/fish-shell/fish-shell/releases/tag/2.2.0 - Drop check_for_command-not-found_command_on_suse.patch
- Require: python-curses Its required for the prompt page on the web config
- no-return-in-nonvoid-function.patch: fix no-return-in-nonvoid-function error
- Added check_for_command-not-found_command_on_suse.patch (https://github.com/fish-shell/fish-shell/issues/1208)
- Fixed conflict with youtube-dl
- update to 2.1.1 - The fish_config web interface now uses an authentication token to protect requests and only responds to requests from the local machine with this token, preventing a remote code execution attack (closing CVE-2014-2914). - psub and funced are no longer vulnerable to attacks which allow local privilege escalation and data tampering (closing CVE-2014-2906 and CVE-2014-3856) - fishd uses a secure path for its socket, preventing a local privilege escalation attack (closing CVE-2014-2905) - __fish_print_packages is no longer vulnerable to attacks which would allow local privilege escalation and data tampering (closing CVE-2014-3219) - fishd now ignores SIGPIPE, fixing crashes using tools like GNU Parallel and which occurred more often as a result of the other fishd changes.
- update to 2.1.0 - removed rpath patch as it has been resolved upstream
- Update to version 2.0
- Initial RPM