[OE-core] [dora][PATCH 0/4] Backport remaining shellshock fixes to dora branch

Paul Eggleton paul.eggleton at linux.intel.com
Sun Oct 12 20:27:10 UTC 2014


The following changes since commit a71680ec6e12c17159336dc34d904cb70155d0d7:

  bash: add missing patch for CVE-2014-7169 to 4.2 recipe (2014-10-02 16:39:35 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/bash-fixes-dora
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/bash-fixes-dora

Catalin Popeanga (4):
  bash: Fix for exported function namespace change
  bash: Fix for CVE-2014-7186 and CVE-2014-7187
  bash: Fix for CVE-2014-6277
  bash: Fix-for-CVE-2014-6278

 ...r-bash-exported-function-namespace-change.patch | 158 +++++++++++++++
 .../bash/bash-3.2.48/cve-2014-6277.patch           |  44 +++++
 .../bash/bash-3.2.48/cve-2014-6278.patch           |  99 ++++++++++
 .../bash-3.2.48/cve-2014-7186_cve-2014-7187.patch  |  99 ++++++++++
 ...r-bash-exported-function-namespace-change.patch | 212 +++++++++++++++++++++
 .../bash/bash-4.2/cve-2014-6277.patch              |  44 +++++
 .../bash/bash-4.2/cve-2014-6278.patch              | 127 ++++++++++++
 .../bash-4.2/cve-2014-7186_cve-2014-7187.patch     | 167 ++++++++++++++++
 meta/recipes-extended/bash/bash_3.2.48.bb          |   4 +
 meta/recipes-extended/bash/bash_4.2.bb             |   4 +
 10 files changed, 958 insertions(+)
 create mode 100644 meta/recipes-extended/bash/bash-3.2.48/Fix-for-bash-exported-function-namespace-change.patch
 create mode 100644 meta/recipes-extended/bash/bash-3.2.48/cve-2014-6277.patch
 create mode 100644 meta/recipes-extended/bash/bash-3.2.48/cve-2014-6278.patch
 create mode 100644 meta/recipes-extended/bash/bash-3.2.48/cve-2014-7186_cve-2014-7187.patch
 create mode 100644 meta/recipes-extended/bash/bash-4.2/Fix-for-bash-exported-function-namespace-change.patch
 create mode 100644 meta/recipes-extended/bash/bash-4.2/cve-2014-6277.patch
 create mode 100644 meta/recipes-extended/bash/bash-4.2/cve-2014-6278.patch
 create mode 100644 meta/recipes-extended/bash/bash-4.2/cve-2014-7186_cve-2014-7187.patch

-- 
1.9.3




More information about the Openembedded-core mailing list