All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] Zeus patch review
@ 2019-11-30 18:10 Armin Kuster
  2019-11-30 18:10 ` [PATCH 01/15] php: fix CVE-2019-11043 Armin Kuster
                   ` (15 more replies)
  0 siblings, 16 replies; 20+ messages in thread
From: Armin Kuster @ 2019-11-30 18:10 UTC (permalink / raw)
  To: openembedded-devel

Please have comments back by Tuesday

The following changes since commit aad5b3d070cd8c58828b0975cf861d8ebc90f460:

  README: updated Maintainers list for Zeus (2019-10-30 14:16:04 -0700)

are available in the git repository at:

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

Andreas Oberritter (1):
  samba: fix installation for minimal build

Hongxu Jia (1):
  python-more-itertools.inc: fix python2 package not incorrectly
    generated

Khem Raj (1):
  rsyslog: Dont force enable atomic builtins on mips

Michael Scott (1):
  modemmanager: Upgrade 1.10.6 -> 1.10.8

Slater, Joseph (1):
  php: fix CVE-2019-11043

Stefan Wiehler (1):
  nvme-cli: defer host ID generation to post installation

Trevor Gamblin (3):
  rsyslog: fix CVE-2019-17041
  rsyslog: upgrade from v8.1908.0 to v8.1910.0
  quagga: fix PIDFile path for service files

Yi Zhao (2):
  samba: upgrade 4.10.8 -> 4.10.10
  freeradius: fix CVE-2019-10143

Zheng Ruoqin (2):
  mariadb: upgrade 10.3.16 -> 10.3.18
  wireshark: upgrade 3.0.3 -> 3.0.6

niko.mauno@vaisala.com (2):
  gitpkgv.bbclass: Use --git-dir option
  gitpkgv.bbclass: Support also lightweight tags

 ...-to-radiusd-user-group-when-rotating-logs.patch | 104 +++++++++++++++++++++
 .../freeradius/freeradius_3.0.19.bb                |   1 +
 .../samba/{samba_4.10.8.bb => samba_4.10.10.bb}    |  20 ++--
 .../recipes-protocols/quagga/files/bgpd.service    |   4 +-
 .../recipes-protocols/quagga/files/ospf6d.service  |   4 +-
 .../recipes-protocols/quagga/files/ospfd.service   |   4 +-
 .../recipes-protocols/quagga/files/ripd.service    |   4 +-
 .../recipes-protocols/quagga/files/ripngd.service  |   4 +-
 .../recipes-protocols/quagga/files/zebra.service   |   4 +-
 .../{wireshark_3.0.3.bb => wireshark_3.0.6.bb}     |   4 +-
 meta-oe/classes/gitpkgv.bbclass                    |  15 ++-
 meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb       |   5 +-
 ...demmanager_1.10.6.bb => modemmanager_1.10.8.bb} |   4 +-
 ...native_10.3.16.bb => mariadb-native_10.3.18.bb} |   0
 meta-oe/recipes-dbs/mysql/mariadb.inc              |   4 +-
 .../{mariadb_10.3.16.bb => mariadb_10.3.18.bb}     |   0
 .../recipes-devtools/php/php/CVE-2019-11043.patch  |  38 ++++++++
 meta-oe/recipes-devtools/php/php_7.3.9.bb          |   1 +
 .../rsyslog/rsyslog/0001-Out-of-bounds-issue.patch |  31 ------
 .../{rsyslog_8.1908.0.bb => rsyslog_8.1910.0.bb}   |   6 +-
 .../python/python-more-itertools.inc               |   2 -
 21 files changed, 186 insertions(+), 73 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/freeradius/files/0001-su-to-radiusd-user-group-when-rotating-logs.patch
 rename meta-networking/recipes-connectivity/samba/{samba_4.10.8.bb => samba_4.10.10.bb} (95%)
 rename meta-networking/recipes-support/wireshark/{wireshark_3.0.3.bb => wireshark_3.0.6.bb} (95%)
 rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.10.6.bb => modemmanager_1.10.8.bb} (92%)
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.3.16.bb => mariadb-native_10.3.18.bb} (100%)
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.3.16.bb => mariadb_10.3.18.bb} (100%)
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11043.patch
 delete mode 100644 meta-oe/recipes-extended/rsyslog/rsyslog/0001-Out-of-bounds-issue.patch
 rename meta-oe/recipes-extended/rsyslog/{rsyslog_8.1908.0.bb => rsyslog_8.1910.0.bb} (97%)

-- 
2.7.4



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

end of thread, other threads:[~2019-12-06 23:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-30 18:10 [PATCH 00/15] Zeus patch review Armin Kuster
2019-11-30 18:10 ` [PATCH 01/15] php: fix CVE-2019-11043 Armin Kuster
2019-11-30 18:10 ` [PATCH 02/15] modemmanager: Upgrade 1.10.6 -> 1.10.8 Armin Kuster
2019-11-30 18:10 ` [PATCH 03/15] python-more-itertools.inc: fix python2 package not incorrectly generated Armin Kuster
2019-11-30 18:22   ` Adrian Bunk
2019-11-30 18:10 ` [PATCH 04/15] gitpkgv.bbclass: Use --git-dir option Armin Kuster
2019-11-30 18:10 ` [PATCH 05/15] gitpkgv.bbclass: Support also lightweight tags Armin Kuster
2019-11-30 18:10 ` [PATCH 06/15] mariadb: upgrade 10.3.16 -> 10.3.18 Armin Kuster
2019-11-30 18:10 ` [PATCH 07/15] samba: fix installation for minimal build Armin Kuster
2019-11-30 18:10 ` [PATCH 08/15] samba: upgrade 4.10.8 -> 4.10.10 Armin Kuster
2019-11-30 18:10 ` [PATCH 09/15] wireshark: upgrade 3.0.3 -> 3.0.6 Armin Kuster
2019-11-30 18:10 ` [PATCH 10/15] rsyslog: fix CVE-2019-17041 Armin Kuster
2019-11-30 18:10 ` [PATCH 11/15] rsyslog: upgrade from v8.1908.0 to v8.1910.0 Armin Kuster
2019-11-30 18:10 ` [PATCH 12/15] rsyslog: Dont force enable atomic builtins on mips Armin Kuster
2019-11-30 18:10 ` [PATCH 13/15] quagga: fix PIDFile path for service files Armin Kuster
2019-11-30 18:10 ` [PATCH 14/15] freeradius: fix CVE-2019-10143 Armin Kuster
2019-11-30 18:10 ` [PATCH 15/15] nvme-cli: defer host ID generation to post installation Armin Kuster
2019-11-30 18:22 ` [PATCH 00/15] Zeus patch review Khem Raj
2019-12-03 17:21   ` Denys Dmytriyenko
2019-12-06 23:57   ` Denys Dmytriyenko

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.