All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: akuster808@gmail.com, openembedded-devel@lists.openembedded.org
Subject: [morty 00/15] Morty pull request
Date: Sun,  3 Jun 2018 19:48:34 -0700	[thread overview]
Message-ID: <cover.1528080420.git.akuster808@gmail.com> (raw)

Please consider these changes for the next morty update

The following changes since commit b40116cf457b88a2db14b86fda9627fb34d56ae6:

  zile: fix do_install (2017-08-05 07:53:02 -0700)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib stable/morty-next
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/morty-next

Andre McCurdy (1):
  luajit: mips and mipsel are 32bit targets too

Armin Kuster (5):
  wireshark: update to 2.2.6
  wireshark: update to 2.2.9
  wireshark: update to 2.2.10
  wireshark: Update to 2.2.11
  wireshark: Update Package to 2.2.12

Isaac Hermida (1):
  hostapd: fix WPA2 key replay security bug

Kai Kang (1):
  wireshark: 2.2.7 -> 2.2.8

Khem Raj (1):
  mariadb: Do not use ucontext_* APIs with musl

Oleksandr Kravchuk (2):
  lftp: change SRC_URI source
  wireshark: update to 2.2.5

Pascal Bach (1):
  poco: make cmake packages relocatable

Zhang Xiao (1):
  dnsmasq: backport CVE fixes from dnsmasq 2.78

dengke.du@windriver.com (1):
  opensaf: fix QA Issue

fan.xin (1):
  wireshark: Upgrade to 2.2.7

 .../recipes-connectivity/lftp/lftp_4.7.3.bb        |   2 +-
 .../recipes-daemons/opensaf/opensaf_5.0.0.bb       |  14 +-
 .../dnsmasq/dnsmasq-CVE-2017-14491-02.patch        |  75 ++
 .../dnsmasq/dnsmasq/dnsmasq-CVE-2017-14491.patch   | 268 ++++++
 .../dnsmasq/dnsmasq/dnsmasq-CVE-2017-14492.patch   |  37 +
 .../dnsmasq/dnsmasq/dnsmasq-CVE-2017-14493.patch   |  37 +
 .../dnsmasq/dnsmasq/dnsmasq-CVE-2017-14494.patch   |  37 +
 .../dnsmasq/dnsmasq/dnsmasq-CVE-2017-14495.patch   |  48 ++
 .../dnsmasq/dnsmasq/dnsmasq-CVE-2017-14496.patch   |  73 ++
 .../recipes-support/dnsmasq/dnsmasq_2.76.bb        |   7 +
 .../{wireshark_2.2.4.bb => wireshark_2.2.12.bb}    |   8 +-
 .../hostapd/hostapd/key-replay-cve-multiple.patch  | 939 +++++++++++++++++++++
 .../recipes-connectivity/hostapd/hostapd_2.5.bb    |   1 +
 meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb    |   2 +
 meta-oe/recipes-support/mysql/mariadb.inc          |   1 +
 .../mariadb/0001-disable-ucontext-on-musl.patch    |  28 +
 meta-oe/recipes-support/poco/poco_1.7.5.bb         |  11 +-
 17 files changed, 1569 insertions(+), 19 deletions(-)
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/dnsmasq-CVE-2017-14491-02.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/dnsmasq-CVE-2017-14491.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/dnsmasq-CVE-2017-14492.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/dnsmasq-CVE-2017-14493.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/dnsmasq-CVE-2017-14494.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/dnsmasq-CVE-2017-14495.patch
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq/dnsmasq-CVE-2017-14496.patch
 rename meta-networking/recipes-support/wireshark/{wireshark_2.2.4.bb => wireshark_2.2.12.bb} (90%)
 create mode 100644 meta-oe/recipes-connectivity/hostapd/hostapd/key-replay-cve-multiple.patch
 create mode 100644 meta-oe/recipes-support/mysql/mariadb/0001-disable-ucontext-on-musl.patch

-- 
2.7.4



             reply	other threads:[~2018-06-04  2:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-04  2:48 Armin Kuster [this message]
2018-06-04  2:48 ` [morty 01/15] poco: make cmake packages relocatable Armin Kuster
2018-06-04  2:48 ` [morty 02/15] lftp: change SRC_URI source Armin Kuster
2018-06-04  2:48 ` [morty 03/15] opensaf: fix QA Issue Armin Kuster
2018-06-04  2:48 ` [morty 04/15] luajit: mips and mipsel are 32bit targets too Armin Kuster
2018-06-04  2:48 ` [morty 05/15] mariadb: Do not use ucontext_* APIs with musl Armin Kuster
2018-06-04  2:48 ` [morty 06/15] hostapd: fix WPA2 key replay security bug Armin Kuster
2018-06-04  2:48 ` [morty 07/15] wireshark: update to 2.2.5 Armin Kuster
2018-06-04  2:48 ` [morty 08/15] wireshark: update to 2.2.6 Armin Kuster
2018-06-04  2:48 ` [morty 09/15] wireshark: Upgrade to 2.2.7 Armin Kuster
2018-06-04  2:48 ` [morty 10/15] wireshark: 2.2.7 -> 2.2.8 Armin Kuster
2018-06-04  2:48 ` [morty 11/15] wireshark: update to 2.2.9 Armin Kuster
2018-06-04  2:48 ` [morty 12/15] wireshark: update to 2.2.10 Armin Kuster
2018-06-04  2:48 ` [morty 13/15] wireshark: Update to 2.2.11 Armin Kuster
2018-06-04  2:48 ` [morty 14/15] wireshark: Update Package to 2.2.12 Armin Kuster
2018-06-04  2:48 ` [morty 15/15] dnsmasq: backport CVE fixes from dnsmasq 2.78 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.1528080420.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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 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.