Change logs for bash source package in 14.09

  • bash (4.3-11ubuntu1) utopic; urgency=medium
    
      * Merge with Debian; remaining changes:
        - skel.bashrc:
          - Run lesspipe.
          - Enable ls aliases.
          - Set options in ll alias to -alF.
          - Define an alert alias.
          - Enabled colored grep aliases.
        - etc.bash.bashrc:
          - Add sudo hint.
     -- Matthias Klose <email address hidden>   Tue, 07 Oct 2014 16:23:35 +0200
  • bash (4.3-9ubuntu2) utopic; urgency=medium
    
      * SECURITY UPDATE: incorrect function parsing
        - debian/patches/CVE-2014-6271.diff: fix function parsing in
          builtins/common.h, builtins/evalstring.c, subst.c, variables.c.
        - CVE-2014-6271
     -- Marc Deslauriers <email address hidden>   Mon, 22 Sep 2014 15:21:42 -0400
  • bash (4.3-8ubuntu1) utopic; urgency=medium
    
      * Merge with Debian; remaining changes:
    
    bash (4.3-8) unstable; urgency=medium
    
      * Apply upstream patches 012 - 022, fixing the issues:
        - When a SIGCHLD trap runs a command containing a shell builtin while a
          script is running `wait' to wait for all running children to complete,
          the SIGCHLD trap will not be run once for each child that terminates.
        - Using reverse-i-search when horizontal scrolling is enabled does not
          redisplay the entire line containing the successful search results.
        - Under certain circumstances, $@ is expanded incorrectly in contexts
          where word splitting is not performed.
        - When completing directory names, the directory name is dequoted twice.
          This causes problems for directories with single and double quotes in
          their names.
        - An extended glob pattern containing a slash (`/') causes the globbing
          code to misinterpret it as a directory separator.
        - The code that creates local variables should not clear the `invisible'
          attribute when returning an existing local variable.  Let the code that
          actually assigns a value clear it.
        - When assigning an array variable using the compound assignment syntax,
          but using `declare' with the rhs of the compound assignment quoted, the
          shell did not mark the variable as visible after successfully performing
          the assignment.
        - The -t timeout option to `read' does not work when the -e option is used.
          LP: #1317476.
        - When PS2 contains a command substitution, here-documents entered in an
          interactive shell can sometimes cause a segmentation fault.
        - When the readline `revert-all-at-newline' option is set, pressing newline
          when the current line is one retrieved from history results in a double
          free and a segmentation fault. Closes: #747341.
        - Using nested pipelines within loops with the `lastpipe' option set can
          result in a segmentation fault.
      * Fix typo in package description. Closes: #707810.
     -- Matthias Klose <email address hidden>   Mon, 04 Aug 2014 09:35:20 +0200