bash 4.3-7ubuntu1.5 source package in Ubuntu

Changelog

bash (4.3-7ubuntu1.5) trusty-security; urgency=medium

  * SECURITY UPDATE: incorrect function definition parsing with
    here-document delimited by end-of-file
    - debian/patches/CVE-2014-6277.diff: properly handle closing delimiter
      in copy_cmd.c, make_cmd.c.
    - CVE-2014-6277
  * SECURITY UPDATE: incorrect function definition parsing via nested
    command substitutions
    - debian/patches/CVE-2014-6278.diff: properly handle certain parsing
      attempts in builtins/evalstring.c, parse.y, shell.h, y.tab.c.
    - CVE-2014-6278
  * Updated patches with official upstream versions:
    - debian/patches/CVE-2014-6271.diff
    - debian/patches/CVE-2014-7169.diff
    - debian/patches/variables-affix.diff
    - debian/patches/CVE-2014-718x.diff
 -- Marc Deslauriers <email address hidden>   Tue, 07 Oct 2014 10:50:12 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
base
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
bash_4.3.orig.tar.gz 7.2 MiB b2fe79ddf9e7abdb4695e3070afa866d2a94a58d1cc9d731585330c753815491
bash_4.3-7ubuntu1.5.debian.tar.gz 95.6 KiB 6cd025d14f7ad1accef69602acebdadb79b4b0a332c97da200be61978920c7d6
bash_4.3-7ubuntu1.5.dsc 2.2 KiB c24e9ea41fa706ff657de58f9232d6db823bff7e56b2d55062f458bcdcb20914

Available diffs

View changes file

Binary packages built by this source

bash: GNU Bourne Again SHell

 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).
 .
 Bash is ultimately intended to be a conformant implementation of the
 IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).
 .
 The Programmable Completion Code, by Ian Macdonald, is now found in
 the bash-completion package.

bash-builtins: Bash loadable builtins - headers & examples

 Bash can dynamically load new builtin commands. Included are the
 necessary headers to compile your own builtins and lots of examples.

bash-doc: Documentation and examples for the The GNU Bourne Again SHell

 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).
 .
 This package contains the distributable documentation, all the
 examples and the main changelog.

bash-static: GNU Bourne Again SHell (static version)

 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).
 .
 Statically linked.