[oe] [PATCH 00/15] for Dizzy

Armin Kuster akuster808 at gmail.com
Mon Dec 1 01:04:02 UTC 2014


Please consider these change for meta-openembedded Dizzy branch

The following changes since commit 6dd8dedb5993c210394419934a2b080d17728f0e:

  phpmyadmin: fix for Security Advisory CVE-2014-5273 (2014-11-26 13:29:15 -0800)

are available in the git repository at:

  https://github.com/akuster/meta-openembedded.git akuster/dizzy-next
  https://github.com//tree/akuster/dizzy-next

Andreas Müller (2):
  xfce4-weather-plugin: make work properly after met.no API change
  gvfs: replace deprecated g_memmove by memmove

Armin Kuster (1):
  wireshark: update to 1.12.2

Kang Kai (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

Roy Li (2):
  phpmyadmin: fix for Security Advisory CVE-2014-5274
  net-snmp: fix for Security Advisory - CVE-2014-3565

Wenzong Fan (1):
  krb5: fix CVE-2014-5351

Xufeng Zhang (1):
  syslog-ng: Fix memory leak when udp connection is used [ LIN7-1379 ]

 ...daemonfile.c-replace-g_memmove-by-memmove.patch |   36 +
 meta-gnome/recipes-gnome/gvfs/gvfs.inc             |    1 +
 ...s-for-printing-variables-with-wrong-types.patch |  455 ++++++++
 .../recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb |    1 +
 .../{wireshark_1.12.1.bb => wireshark_1.12.2.bb}   |    4 +-
 ...rn-only-new-keys-in-randkey-CVE-2014-5351.patch |   92 ++
 meta-oe/recipes-connectivity/krb5/krb5_1.12.2.bb   |    1 +
 .../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 +-
 .../logwriter-dont-allocate-a-new-buffer.patch     |   26 +
 .../logwriter-still-free-the-unconsumed-item.patch |   47 -
 .../rewrite-expr-grammar.ym-Free-up-token.patch    |   17 +
 .../files/still-free-the-unconsumed-item.patch     |   90 ++
 .../recipes-support/syslog-ng/syslog-ng_3.5.4.1.bb |    4 +-
 ...4505-security-XSS-in-view-operations-page.patch |   43 +
 .../recipes-php/phpmyadmin/phpmyadmin_4.2.7.bb     |    1 +
 ...-ready-for-met.no-locationforecast-1.2-AP.patch |  162 +++
 ...et.no-locationforecastLTS-1.2-API-bug-109.patch |   27 +
 .../weather/xfce4-weather-plugin_0.8.3.bb          |    4 +
 27 files changed, 4175 insertions(+), 53 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/gvfs/files/0005-client-gdaemonfile.c-replace-g_memmove-by-memmove.patch
 create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/0001-Added-checks-for-printing-variables-with-wrong-types.patch
 rename meta-networking/recipes-support/wireshark/{wireshark_1.12.1.bb => wireshark_1.12.2.bb} (92%)
 create mode 100644 meta-oe/recipes-connectivity/krb5/krb5/0001-Return-only-new-keys-in-randkey-CVE-2014-5351.patch
 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
 create mode 100644 meta-oe/recipes-support/syslog-ng/files/logwriter-dont-allocate-a-new-buffer.patch
 delete mode 100644 meta-oe/recipes-support/syslog-ng/files/logwriter-still-free-the-unconsumed-item.patch
 create mode 100644 meta-oe/recipes-support/syslog-ng/files/rewrite-expr-grammar.ym-Free-up-token.patch
 create mode 100644 meta-oe/recipes-support/syslog-ng/files/still-free-the-unconsumed-item.patch
 create mode 100644 meta-webserver/recipes-php/phpmyadmin/phpmyadmin/0001-bug-4505-security-XSS-in-view-operations-page.patch
 create mode 100644 meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
 create mode 100644 meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch

-- 
1.9.1



More information about the Openembedded-devel mailing list