All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Some CVE fixes of postgresql and libyaml
@ 2014-10-27 15:28 Kai Kang
  2014-10-27 15:28 ` [PATCH 1/8] Security Advisory - postgresql - CVE-2014-0064 Kai Kang
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Kai Kang @ 2014-10-27 15:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Yue.Tao


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

 .../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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-10-28 23:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27 15:28 [PATCH 0/8] Some CVE fixes of postgresql and libyaml Kai Kang
2014-10-27 15:28 ` [PATCH 1/8] Security Advisory - postgresql - CVE-2014-0064 Kai Kang
2014-10-27 15:28 ` [PATCH 2/8] Security Advisory - postgresql - CVE-2014-0060 Kai Kang
2014-10-27 15:28 ` [PATCH 3/8] Security Advisory - postgresql - CVE-2014-0061 Kai Kang
2014-10-27 15:28 ` [PATCH 4/8] Security Advisory - postgresql - CVE-2014-0062 Kai Kang
2014-10-27 15:28 ` [PATCH 5/8] Security Advisory - postgresql - CVE-2014-0063 Kai Kang
2014-10-27 15:28 ` [PATCH 6/8] Security Advisory - postgresql - CVE-2014-0067 Kai Kang
2014-10-27 15:28 ` [PATCH 7/8] Security Advisory - postgresql - CVE-2014-0065 and CVE-2014-0066 Kai Kang
2014-10-27 15:28 ` [PATCH 8/8] Security Advisory - libyaml - CVE-2014-2525 Kai Kang
2014-10-28 11:12 ` [PATCH 0/8] Some CVE fixes of postgresql and libyaml Otavio Salvador
2014-10-28 23:59   ` Kang Kai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.