Package bash4: Information

    Source package: bash4
    Version: 4.4.23-alt3
    Latest version according to Repology
    Build time:  Apr 22, 2026, 03:18 PM in the task #415925
    Category: Shells
    Report package bug
    License: GPLv3+
    Summary: The GNU Bourne Again SHell (Bash)
    Description: 
    Bash is an sh-compatible command language interpreter that executes
    commands read from the standard input or from a file.  Bash also
    incorporates useful features from the Korn and C shells (ksh and csh).
    Most sh scripts can be run by bash without modification.
    
    Bash is ultimately intended to be a conformant implementation of the
    IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).

    List of RPM packages built from this SRPM:
    bash4 (x86_64, i586, aarch64)
    bash4-debuginfo (x86_64, i586, aarch64)
    bash4-devel (x86_64, i586, aarch64)
    bash4-doc (noarch)
    bash4-examples (noarch)
    sh4 (x86_64, i586, aarch64)
    sh4-debuginfo (x86_64, i586, aarch64)



    ACL:
    @core

      1. libtinfo-devel
      2. makeinfo
      3. texi2dvi
      4. libreadline-devel >= 7

    Last changed


    April 22, 2026 Gleb Fotengauer-Malinovskiy 4.4.23-alt3
    - Rebuilt with -std=gnu17 to fix ftbfs with compilers defaulting to C23+
      (gcc 15+).
    Dec. 11, 2024 Gleb Fotengauer-Malinovskiy 4.4.23-alt2
    - Fixed build with gcc 14.
    - bash4: Reenabled net-redirections (ALT#52405).
    Dec. 17, 2018 Dmitry V. Levin 4.4.23-alt1
    - 4.2.50 -> 4.4.23 (closes: #32607, #32134, #33196).
    - Enabled Rational Range Interpretation (globasciiranges) by default.