[oe] [meta-oe][PATCH 0/8] V2: Some CVE fixes of postgresql and libyaml

Kai Kang kai.kang at windriver.com
Wed Oct 29 00:30:51 UTC 2014


V2:
* reword head line of commits

Kai Kang (8):
  postgresql: add fix for CVE-2014-0064 Security Advisory
  postgresql: add fix for CVE-2014-0060 Security Advisory
  postgresql: add fix for CVE-2014-0061 Security Advisory
  postgresql: add fix for CVE-2014-0062 Security Advisory
  postgresql: add fix for CVE-2014-0063 Security Advisory
  postgresql: add fix for CVE-2014-0067 Security Advisory
  postgresql: add fix for CVE-2014-0065 and CVE-2014-0066 Security
    Advisory
  libyaml: add fix for CVE-2014-2525 Security Advisory

 .../libyaml/files/libyaml-CVE-2014-2525.patch      |   42 +
 meta-oe/recipes-support/libyaml/libyaml_0.1.5.bb   |    4 +-
 ...integer-overflow-to-avoid-buffer-overruns.patch |  605 +++++++++++
 .../0003-Shore-up-ADMIN-OPTION-restrictions.patch  |  273 +++++
 ...vilege-escalation-in-explicit-calls-to-PL.patch |  267 +++++
 ...ted-name-lookups-during-table-and-index-D.patch | 1082 ++++++++++++++++++++
 ...ix-handling-of-wide-datetime-input-output.patch |  465 +++++++++
 ...al-available-to-pg_regress-of-ECPG-and-is.patch |   75 ++
 ...-potential-overruns-of-fixed-size-buffers.patch |  393 +++++++
 meta-oe/recipes-support/postgresql/postgresql.inc  |   11 +-
 10 files changed, 3214 insertions(+), 3 deletions(-)
 create mode 100644 meta-oe/recipes-support/libyaml/files/libyaml-CVE-2014-2525.patch
 create mode 100644 meta-oe/recipes-support/postgresql/files/0002-Predict-integer-overflow-to-avoid-buffer-overruns.patch
 create mode 100644 meta-oe/recipes-support/postgresql/files/0003-Shore-up-ADMIN-OPTION-restrictions.patch
 create mode 100644 meta-oe/recipes-support/postgresql/files/0004-Prevent-privilege-escalation-in-explicit-calls-to-PL.patch
 create mode 100644 meta-oe/recipes-support/postgresql/files/0005-Avoid-repeated-name-lookups-during-table-and-index-D.patch
 create mode 100644 meta-oe/recipes-support/postgresql/files/0006-Fix-handling-of-wide-datetime-input-output.patch
 create mode 100644 meta-oe/recipes-support/postgresql/files/0007-Make-pqsignal-available-to-pg_regress-of-ECPG-and-is.patch
 create mode 100644 meta-oe/recipes-support/postgresql/files/0008-Prevent-potential-overruns-of-fixed-size-buffers.patch

-- 
1.9.1




More information about the Openembedded-devel mailing list