4ebd82 Update bash to version 5.2.MACRO / rev 184 via SR 1035012

4 files Authored by WernerFink a year ago, Committed by Bernhard M. Wiedemann a year ago,
    Update bash to version 5.2.MACRO / rev 184 via SR 1035012
    
    https://build.opensuse.org/request/show/1035012
    by user WernerFink + dimstar_suse
    - Add upstream patches
      * bash52-003
        Command substitutions need to preserve newlines instead of replacing them
        with semicolons, especially in the presence of multiple here-documents.
      * bash52-004
        Bash needs to keep better track of nested brace expansions to avoid problems
        with quoting and POSIX semantics.
      * bash52-005
        Null pattern substitution replacement strings can cause a crash.
      * bash52-006
        In interactive shells, interrupting the shell while entering a command
        substitution can inhibit alias expansion.
      * bash52-007
        This patch fixes several problems with alias expansion inside command
        substitutions when in POSIX mode.
      * bash52-008
        Array subscript expansion can inappropriately quote brackets if the expression
        contains < or >.
      * bash5
    
        
file modified
+0 -0
file modified
+28 -0
file modified
+1 -1
file modified
+25 -0