[OE-core] [dylan][PATCH 0/6] Backport shellshock fixes to dylan branch

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


The following changes since commit bf2d5380808bb3e0ad470e7853e3ae20617bbfd6:

  openssl: fix for CVE-2010-5298 (2014-06-09 13:57:13 +0100)

are available in the git repository at:

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

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

Khem Raj (1):
  bash: Fix CVE-2014-7169

Ross Burton (1):
  bash: fix CVE-2014-6271

 ...r-bash-exported-function-namespace-change.patch | 158 +++++++++++++++
 .../bash/bash-3.2.48/cve-2014-6271.patch           |  77 ++++++++
 .../bash/bash-3.2.48/cve-2014-6277.patch           |  44 +++++
 .../bash/bash-3.2.48/cve-2014-6278.patch           |  99 ++++++++++
 .../bash/bash-3.2.48/cve-2014-7169.patch           |  16 ++
 .../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-6271.patch              |  95 +++++++++
 .../bash/bash-4.2/cve-2014-6277.patch              |  44 +++++
 .../bash/bash-4.2/cve-2014-6278.patch              | 127 ++++++++++++
 .../bash/bash-4.2/cve-2014-7169.patch              |  16 ++
 .../bash-4.2/cve-2014-7186_cve-2014-7187.patch     | 167 ++++++++++++++++
 meta/recipes-extended/bash/bash_3.2.48.bb          |   6 +
 meta/recipes-extended/bash/bash_4.2.bb             |   6 +
 14 files changed, 1166 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-6271.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-7169.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-6271.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-7169.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