c1b3e4 Update bash to version 5.2.MACRO / rev 185 via SR 1038668

4 files Authored by WernerFink a year ago, Committed by Bernhard M. Wiedemann a year ago,
    Update bash to version 5.2.MACRO / rev 185 via SR 1038668
    
    https://build.opensuse.org/request/show/1038668
    by user WernerFink + dimstar_suse
    - Add upstream patches
      * bash52-010
        Bash-5.2 checks the first 128 characters of an executable file that execve()
        refuses to execute to see whether it's a binary file before trying to
        execute it as a shell script. This defeats some previously-supported use
        cases like "self-executing" jar files or "self-uncompressing" scripts.
      * bash52-011
        Using timeouts and readline editing with the `read' builtin (read -e -t) can
        leave the readline timeout enabled, potentially resulting in an erroneous
        timeout on the next call.
      * bash52-012
        When running in bash compatibility mode, nested command substitutions can
        leave the `extglob' option enabled.
    
        
file modified
+0 -0
file modified
+20 -0
file modified
+1 -1
file modified
+17 -0