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 | 0000001173 1.15 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 | 0000027775 27.1 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 | 0000068682 67.1 KB | |
bash.spec | 0000021682 21.2 KB | |
config-guess-sub-update.patch | 0000050861 49.7 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 | 0000000954 954 Bytes |
Revision 107 (latest revision is 193)
Stephan Kulow (coolo)
accepted
request 160437
from
Dr. Werner Fink (WernerFink)
(revision 107)
- Add patch from upstream mailing list to speed up array handling - Add patch from upstream mailing list to avoid fdleaks - Use lsdiff to determine the depth of the leading slashes in a patch file - Disable workaround for bnc#382214 due bnc#806628, let's see when the old bug will be up again. - Update bash 4.2 to patch level 45 * When SIGCHLD is trapped, and a SIGCHLD trap handler runs when a pending `read -t' invocation times out and generates SIGALRM, bash can crash with a segmentation fault. * When converting a multibyte string to a wide character string as part of pattern matching, bash does not handle the end of the string correctly, causing the search for the NUL to go beyond the end of the string and reference random memory. Depending on the contents of that memory, bash can produce errors or crash. * The <&n- and >&n- redirections, which move one file descriptor to another, leave the file descriptor closed when applied to builtins or compound commands. - Use screen to provide a controlling terminal for running the test suite
Comments 0