fish, the friendly interactive shell
http://www.fishshell.org/
fish is a user friendly command line shell for UNIX-like operating systems such as Linux.
It's geared towards interactive use and its features are focused on user friendlieness and discoverability. The language syntax is simple but incompatible with other shell languages.
- Developed at shells
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/fish && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
fish-3.6.4.tar.xz | 0002911364 2.78 MB | |
fish-3.6.4.tar.xz.asc | 0000000833 833 Bytes | |
fish.changes | 0000040665 39.7 KB | |
fish.keyring | 0000005625 5.49 KB | |
fish.spec | 0000003330 3.25 KB |
Revision 40 (latest revision is 44)
Ana Guerrero (anag+factory)
accepted
request 1132463
from
Simon Lees (simotek)
(revision 40)
- New upstream release 3.6.4 * This release contains a complete fix for the test suite failure in fish 3.6.2 and 3.6.3. - New upstream release 3.6.3 * This release contains a fix for a test suite failure in fish 3.6.2. - New upstream release 3.6.2 This release of fish contains a security fix for CVE-2023-49284, a minor security problem identified in fish 3.6.1 and previous versions (thought to affect all released versions of fish). fish uses certain Unicode non-characters internally for marking wildcards and expansions. It incorrectly allowed these markers to be read on command substitution output, rather than transforming them into a safe internal representation. For example, ``echo \UFDD2HOME`` has the same output as ``echo $HOME``. While this may cause unexpected behavior with direct input, this may become a minor security problem if the output is being fed from an external program into a command substitution where this output may not be expected. (bsc#1217808, CVE-2023-49284) - Enable tests
Comments 0