All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty 00/15] Morty pull request
@ 2018-06-04  2:48 Armin Kuster
  2018-06-04  2:48 ` [morty 01/15] poco: make cmake packages relocatable Armin Kuster
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Armin Kuster @ 2018-06-04  2:48 UTC (permalink / raw)
  To: akuster808, openembedded-devel

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



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

end of thread, other threads:[~2018-06-04  2:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-04  2:48 [morty 00/15] Morty pull request Armin Kuster
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

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.