The GNU Bourne-Again Shell
Bash is an sh-compatible command interpreter that executes commands
read from standard input or from a file. Bash incorporates useful
features from the Korn and C shells (ksh and csh). Bash is intended to
be a conformant implementation of the IEEE Posix Shell and Tools
specification (IEEE Working Group 1003.2).
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/bash && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
audit-patch | 0000002898 2.83 KB | |
audit-rl-patch | 0000002510 2.45 KB | |
baselibs.conf | 0000000283 283 Bytes | |
bash-2.03-manual.patch | 0000001450 1.42 KB | |
bash-3.0-decl.patch | 0000000179 179 Bytes | |
bash-3.0-evalexp.patch | 0000000312 312 Bytes | |
bash-3.0-warn-locale.patch | 0000000780 780 Bytes | |
bash-3.2-longjmp.dif | 0000001096 1.07 KB | |
bash-3.2-printf.patch | 0000000623 623 Bytes | |
bash-4.0-async-bnc523667.dif | 0000000477 477 Bytes | |
bash-4.0-headers.dif | 0000002352 2.3 KB | |
bash-4.0-loadables.dif | 0000015841 15.5 KB | |
bash-4.0-security.patch | 0000000944 944 Bytes | |
bash-4.0-setlocale.dif | 0000001060 1.04 KB | |
bash-4.1-bash.bashrc.dif | 0000001309 1.28 KB | |
bash-4.1-completion.dif | 0000000409 409 Bytes | |
bash-4.2-2.4.4.patch | 0000003727 3.64 KB | |
bash-4.2-endpw.dif | 0000004426 4.32 KB | |
bash-4.2-history-myown.dif.bz2 | 0000001468 1.43 KB | |
bash-4.2-nscdunmap.dif | 0000000996 996 Bytes | |
bash-4.2-nsec.dif | 0000000907 907 Bytes | |
bash-4.2-patches.tar.bz2 | 0000025471 24.9 KB | |
bash-4.2-sigrestart.patch | 0000001072 1.05 KB | |
bash-4.2.dif | 0000008096 7.91 KB | |
bash-4.2.tar.gz | 0007009201 6.68 MB | |
bash-rpmlintrc | 0000000093 93 Bytes | |
bash.changes | 0000067125 65.6 KB | |
bash.spec | 0000020763 20.3 KB | |
dot.bashrc | 0000001177 1.15 KB | |
dot.profile | 0000001028 1 KB | |
man2html-no-timestamp.patch | 0000000480 480 Bytes | |
readline-4.3-input.dif | 0000001312 1.28 KB | |
readline-5.2-conf.patch | 0000003908 3.82 KB | |
readline-6.1-wrap.patch | 0000000473 473 Bytes | |
readline-6.2-destdir.patch | 0000007097 6.93 KB | |
readline-6.2-endpw.dif | 0000002126 2.08 KB | |
readline-6.2-metamode.patch | 0000000339 339 Bytes | |
readline-6.2-msgdynamic.patch | 0000001805 1.76 KB | |
readline-6.2-patches.tar.bz2 | 0000002739 2.67 KB | |
readline-6.2-xmalloc.dif | 0000000990 990 Bytes | |
readline-6.2.dif | 0000005096 4.98 KB | |
readline-6.2.tar.gz | 0002277926 2.17 MB | |
run-tests | 0000000901 901 Bytes |
Revision 104 (latest revision is 193)
Stephan Kulow (coolo)
accepted
request 147710
from
Dr. Werner Fink (WernerFink)
(revision 104)
- Avoid autoconf on older products - Apply audit patch variant to readline as well as we use a shared libreadline - Avoid bash-devel on older products as older GNU make do not have a realpath builtin - Do not trigger the export of COLUMNS or LINES due enforced checkwinsize (bnc#793536) - Update bash 4.2 to patch level 42 * Missing I/O errors if output redirection applied to builtin commands when the file descriptor was closed * Process substitution incorrectly inherited a flag that inhibited using the temporary environment for variable lookups if it was providing the filename to a redirection. * Compilation failed after specifying the `minimal config' option
Comments 0