All of lore.kernel.org
 help / color / mirror / Atom feed
* [zeus][PATCH 00/11] zeus review request
@ 2020-09-09  8:11 Anuj Mittal
  2020-09-09  8:11 ` [zeus][PATCH 01/11] xserver-xorg: Security Advisory - xserver-xorg - CVE-2020-14347 Anuj Mittal
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Anuj Mittal @ 2020-09-09  8:11 UTC (permalink / raw)
  To: openembedded-core

A set of CVE fixes for zeus. Please review.

I have rebased these on top of current zeus-next and have run the entire
set through autobuilder using the contrib/rpurdie/zeus helper branch. 

There's one failure while compiling acl (for reproducibility
test) which probably happened because of memory availability and is
unrelated:

| make: *** read jobs pipe: Resource temporarily unavailable.  Stop.

https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/1358/steps/8/logs/step2d

Thanks,

Anuj

The following changes since commit 1c367349b733e931369944c362b357f92621f07b:

  oeqa/runtime_test: Disable test_testimage_virgl_gtk (2020-09-08 14:34:18 +0100)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/zeus

Li Wang (3):
  qemu: CVE-2020-16092
  qemu : fix CVE-2020-15863
  qemu: CVE-2020-14364

Li Zhou (5):
  xserver-xorg: Security Advisory - xserver-xorg - CVE-2020-14347
  bind: Security Advisory - bind - CVE-2020-8622
  bind: Security Advisory - bind - CVE-2020-8623
  bind: Security Advisory - bind - CVE-2020-8624
  go: Security Advisory - go - CVE-2020-24553

Stefan Ghinea (1):
  qemu: CVE-2020-10756

Zhixiong Chi (2):
  go: CVE-2020-16845
  gnutls: CVE-2020-24659

 .../bind/bind/CVE-2020-8622.patch             |  60 +++
 .../bind/bind/CVE-2020-8623.patch             | 402 ++++++++++++++++
 .../bind/bind/CVE-2020-8624.patch             |  33 ++
 .../recipes-connectivity/bind/bind_9.11.19.bb |   3 +
 meta/recipes-devtools/go/go-1.12.inc          |   3 +
 ...i-rename-a-test-file-to-be-less-cute.patch |  28 ++
 .../go/go-1.12/CVE-2020-16845.patch           | 110 +++++
 .../go/go-1.12/CVE-2020-24553.patch           | 429 ++++++++++++++++++
 meta/recipes-devtools/qemu/qemu.inc           |   4 +
 .../qemu/qemu/CVE-2020-10756.patch            |  40 ++
 .../qemu/qemu/CVE-2020-14364.patch            |  93 ++++
 .../qemu/qemu/CVE-2020-15863.patch            |  64 +++
 .../qemu/qemu/CVE-2020-16092.patch            |  49 ++
 .../xserver-xorg/CVE-2020-14347.patch         |  37 ++
 .../xorg-xserver/xserver-xorg_1.20.5.bb       |   1 +
 .../gnutls/gnutls/CVE-2020-24659.patch        | 117 +++++
 meta/recipes-support/gnutls/gnutls_3.6.13.bb  |   1 +
 17 files changed, 1474 insertions(+)
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8622.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8623.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2020-8624.patch
 create mode 100644 meta/recipes-devtools/go/go-1.12/0001-net-http-cgi-rename-a-test-file-to-be-less-cute.patch
 create mode 100644 meta/recipes-devtools/go/go-1.12/CVE-2020-16845.patch
 create mode 100644 meta/recipes-devtools/go/go-1.12/CVE-2020-24553.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-10756.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-14364.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-15863.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-16092.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2020-14347.patch
 create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2020-24659.patch

-- 
2.26.2


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

end of thread, other threads:[~2020-09-09  8:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-09  8:11 [zeus][PATCH 00/11] zeus review request Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 01/11] xserver-xorg: Security Advisory - xserver-xorg - CVE-2020-14347 Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 02/11] qemu: CVE-2020-16092 Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 03/11] go: CVE-2020-16845 Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 04/11] qemu: CVE-2020-10756 Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 05/11] qemu : fix CVE-2020-15863 Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 06/11] bind: Security Advisory - bind - CVE-2020-8622 Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 07/11] bind: Security Advisory - bind - CVE-2020-8623 Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 08/11] bind: Security Advisory - bind - CVE-2020-8624 Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 09/11] qemu: CVE-2020-14364 Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 10/11] go: Security Advisory - go - CVE-2020-24553 Anuj Mittal
2020-09-09  8:11 ` [zeus][PATCH 11/11] gnutls: CVE-2020-24659 Anuj Mittal
2020-09-09  8:47 ` [OE-core] [zeus][PATCH 00/11] zeus review request Richard Purdie

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.