Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: otavio@ossystems.com.br
Subject: [PATCH 00/15] for Dizzy
Date: Sun, 30 Nov 2014 17:04:02 -0800	[thread overview]
Message-ID: <cover.1417194166.git.akuster808@gmail.com> (raw)

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



             reply	other threads:[~2014-12-01  1:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-01  1:04 Armin Kuster [this message]
2014-12-01  1:04 ` [PATCH 01/15] phpmyadmin: fix for Security Advisory CVE-2014-5274 Armin Kuster
2014-12-01 10:40   ` Otavio Salvador
2014-12-01  1:04 ` [PATCH 02/15] net-snmp: fix for Security Advisory - CVE-2014-3565 Armin Kuster
2014-12-01  1:04 ` [PATCH 03/15] postgresql: add fix for CVE-2014-0064 Security Advisory Armin Kuster
2014-12-01  1:04 ` [PATCH 04/15] postgresql: add fix for CVE-2014-0060 " Armin Kuster
2014-12-01  1:04 ` [PATCH 05/15] postgresql: add fix for CVE-2014-0061 " Armin Kuster
2014-12-01  1:04 ` [PATCH 06/15] postgresql: add fix for CVE-2014-0062 " Armin Kuster
2014-12-01  1:04 ` [PATCH 07/15] postgresql: add fix for CVE-2014-0063 " Armin Kuster
2014-12-01  1:04 ` [PATCH 08/15] postgresql: add fix for CVE-2014-0067 " Armin Kuster
2014-12-01  1:04 ` [PATCH 09/15] postgresql: add fix for CVE-2014-0065 and CVE-2014-0066 " Armin Kuster
2014-12-01  1:04 ` [PATCH 10/15] libyaml: add fix for CVE-2014-2525 " Armin Kuster
2014-12-01  1:04 ` [PATCH 11/15] xfce4-weather-plugin: make work properly after met.no API change Armin Kuster
2014-12-01  1:04 ` [PATCH 12/15] gvfs: replace deprecated g_memmove by memmove Armin Kuster
2014-12-01  1:04 ` [PATCH 13/15] syslog-ng: Fix memory leak when udp connection is used [ LIN7-1379 ] Armin Kuster
2014-12-01  1:04 ` [PATCH 14/15] wireshark: update to 1.12.2 Armin Kuster
2014-12-01  1:04 ` [PATCH 15/15] krb5: fix CVE-2014-5351 Armin Kuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1417194166.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox