All of lore.kernel.org
 help / color / mirror / Atom feed
* [warrior] 0/8] patch review
@ 2019-07-21 14:41 Armin Kuster
  2019-07-21 14:41 ` [warrior] 1/8] gnome-desktop3: set correct meson gtk doc option Armin Kuster
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Armin Kuster @ 2019-07-21 14:41 UTC (permalink / raw)
  To: openembedded-devel

Patch comments window closes on Wednesday.

The following changes since commit 8d5dcd6522e9d15e68637b6d7dda0401f9bb91d0:

  turbostat: copy bits.h from kernel to turbostat (2019-06-16 08:15:44 -0700)

are available in the git repository at:

  https://git.openembedded.org/meta-openembedded-contrib stable/warrior-nmut
  http://cgit.openembedded.org//log/?h=stable/warrior-nmut

Adrian Bunk (2):
  ndctl: Remove the unnecessary dependency on virtual/kernel
  wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03

Andreas Müller (2):
  gnome-desktop3: set correct meson gtk doc option
  evince: add patch to fix build with recent gobject-introspection

Martin Jansa (4):
  ndctl: make MACHINE_ARCH and ignore from libblockdev
  oprofile: make MACHINE_ARCH
  oprofile: drop virtual/kernel dependency and switch back to
    TUNE_PKGARCH
  SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for
    phoronix-test-suite

 ...ove-EvDocumentModel-get-type-function-dec.patch | 33 ++++++++++++++++++++++
 meta-gnome/recipes-gnome/evince/evince_3.28.2.bb   | 12 ++++----
 .../gnome-desktop/gnome-desktop3_3.32.0.bb         |  1 +
 ..._2019.03.01.bb => wireless-regdb_2019.06.03.bb} |  4 +--
 meta-oe/conf/layer.conf                            |  3 ++
 meta-oe/recipes-core/ndctl/ndctl_v63.bb            |  2 +-
 meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb  |  1 -
 7 files changed, 47 insertions(+), 9 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch
 rename meta-networking/recipes-connectivity/wireless-regdb/{wireless-regdb_2019.03.01.bb => wireless-regdb_2019.06.03.bb} (91%)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 22+ messages in thread
* [warrior] 0/8] Patch review
@ 2019-10-06 15:24 Armin Kuster
  2019-10-06 16:38 ` Martin Jansa
  0 siblings, 1 reply; 22+ messages in thread
From: Armin Kuster @ 2019-10-06 15:24 UTC (permalink / raw)
  To: openembedded-core

Next series to review.

Please comment by Monday.
All these have already been sent to the list so short review period.


The following changes since commit acc0f4a6a99fe9367e57a5c2a4f995b6f4db4a9f:

  runqemu: Add support for kvm on aarch64 (2019-10-01 10:48:46 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/warrior-nmut
  http://cgit.openembedded.org//log/?h=stable/warrior-nmut

Adrian Bunk (1):
  json-c: Don't --enable-rdrand

Alexander Kanavin (1):
  python: update to 3.7.3

Andrii Bordunov via Openembedded-core (1):
  classes/image-live.bbclass: Don't hardcode cpio.gz

Anuj Mittal (1):
  python3: upgrade 3.7.3 -> 3.7.4

Armin Kuster (2):
  qemu: Fix CVE-2019-8934
  qemu: fix build issue on new hosts with glibc 2.30

Dan Tran (1):
  unzip: Fix CVE-2019-13232

Jan Klare (1):
  systemd: update SRCREV for systemd v241-stable

 meta/classes/image-live.bbclass                    |   2 +-
 meta/recipes-core/systemd/systemd.inc              |   2 +-
 meta/recipes-devtools/json-c/json-c_0.13.1.bb      |   2 -
 ...ysconfig-append-STAGING_LIBDIR-python-sys.patch |   2 +-
 ...2-distutils-prefix-is-inside-staging-area.patch |   2 +-
 .../python/python3/CVE-2018-20852.patch            | 124 -------
 .../python/python3/CVE-2019-9636.patch             | 154 ---------
 .../python/python3/CVE-2019-9740.patch             | 151 ---------
 .../python/{python3_3.7.2.bb => python3_3.7.4.bb}  |   9 +-
 meta/recipes-devtools/qemu/qemu.inc                |   3 +
 ...nux-user-assume-__NR_gettid-always-exists.patch |  49 +++
 ...rename-gettid-to-sys_gettid-to-avoid-clas.patch |  95 ++++++
 .../recipes-devtools/qemu/qemu/CVE-2019-8934.patch | 215 +++++++++++++
 .../unzip/unzip/CVE-2019-13232_p1.patch            |  33 ++
 .../unzip/unzip/CVE-2019-13232_p2.patch            | 356 +++++++++++++++++++++
 .../unzip/unzip/CVE-2019-13232_p3.patch            | 121 +++++++
 meta/recipes-extended/unzip/unzip_6.0.bb           |   3 +
 17 files changed, 882 insertions(+), 441 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python3/CVE-2018-20852.patch
 delete mode 100644 meta/recipes-devtools/python/python3/CVE-2019-9636.patch
 delete mode 100644 meta/recipes-devtools/python/python3/CVE-2019-9740.patch
 rename meta/recipes-devtools/python/{python3_3.7.2.bb => python3_3.7.4.bb} (97%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-linux-user-assume-__NR_gettid-always-exists.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-linux-user-rename-gettid-to-sys_gettid-to-avoid-clas.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2019-8934.patch
 create mode 100644 meta/recipes-extended/unzip/unzip/CVE-2019-13232_p1.patch
 create mode 100644 meta/recipes-extended/unzip/unzip/CVE-2019-13232_p2.patch
 create mode 100644 meta/recipes-extended/unzip/unzip/CVE-2019-13232_p3.patch

-- 
2.7.4



^ permalink raw reply	[flat|nested] 22+ messages in thread
* [warrior 0/8] Patch review
@ 2020-05-19 14:51 akuster
  0 siblings, 0 replies; 22+ messages in thread
From: akuster @ 2020-05-19 14:51 UTC (permalink / raw)
  To: openembedded-core

Here are the next set of changes for warrior last dot release.

Please have comments back by Friday.

The following changes since commit ae341aed81be28232cc34daf4684bc0922f17699:

  yocto-uninative.inc: version 2.8 updates glibc to 2.31 (2020-03-26 07:04:11 -0700)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/warrior-nut
  http://cgit.openembedded.org//log/?h=stable/warrior-nut

Adrian Bunk (3):
  git: Upgrade 2.20.1 -> 2.20.4
  python: Upgrade 2.7.17 -> 2.17.18
  openssl: Upgrade 1.1.1d -> 1.1.1e

Alexander Kanavin (1):
  openssl: update to 1.1.1f

Denys Dmytriyenko (1):
  openssl: recommend cryptodev-module for corresponding PACKAGECONFIG

Jan Luebbe (1):
  openssl: upgrade 1.1.1f -> 1.1.1g

Lee Chee Yang (1):
  cve-check: CPE version '-' as all version

Richard Purdie (1):
  openssl: Fix reproducibility issue

 meta/classes/cve-check.bbclass                |   2 +-
 .../openssl/openssl/CVE-2019-1551.patch       | 758 ------------------
 .../openssl/openssl/reproducible.patch        |  32 +
 .../{openssl_1.1.1d.bb => openssl_1.1.1g.bb}  |   7 +-
 .../recipes-core/meta/cve-update-db-native.bb |   2 +-
 meta/recipes-devtools/git/git_2.20.1.bb       |  11 -
 meta/recipes-devtools/git/git_2.20.4.bb       |  11 +
 ...tive_2.7.17.bb => python-native_2.7.18.bb} |   0
 meta/recipes-devtools/python/python.inc       |   6 +-
 .../{python_2.7.17.bb => python_2.7.18.bb}    |   0
 10 files changed, 51 insertions(+), 778 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2019-1551.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/reproducible.patch
 rename meta/recipes-connectivity/openssl/{openssl_1.1.1d.bb => openssl_1.1.1g.bb} (97%)
 delete mode 100644 meta/recipes-devtools/git/git_2.20.1.bb
 create mode 100644 meta/recipes-devtools/git/git_2.20.4.bb
 rename meta/recipes-devtools/python/{python-native_2.7.17.bb => python-native_2.7.18.bb} (100%)
 rename meta/recipes-devtools/python/{python_2.7.17.bb => python_2.7.18.bb} (100%)

-- 
2.17.1


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

end of thread, other threads:[~2020-05-19 14:51 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-21 14:41 [warrior] 0/8] patch review Armin Kuster
2019-07-21 14:41 ` [warrior] 1/8] gnome-desktop3: set correct meson gtk doc option Armin Kuster
2019-07-21 15:24   ` Adrian Bunk
2019-07-21 14:41 ` [warrior] 2/8] evince: add patch to fix build with recent gobject-introspection Armin Kuster
2019-07-21 15:25   ` Adrian Bunk
2019-07-21 14:41 ` [warrior] 3/8] ndctl: make MACHINE_ARCH and ignore from libblockdev Armin Kuster
2019-07-21 15:28   ` Adrian Bunk
2019-07-21 15:32     ` Adrian Bunk
2019-07-21 14:41 ` [warrior] 4/8] oprofile: make MACHINE_ARCH Armin Kuster
2019-07-21 15:30   ` Adrian Bunk
2019-07-21 14:41 ` [warrior] 5/8] ndctl: Remove the unnecessary dependency on virtual/kernel Armin Kuster
2019-07-21 14:41 ` [warrior] 6/8] oprofile: drop virtual/kernel dependency and switch back to TUNE_PKGARCH Armin Kuster
2019-07-21 14:41 ` [warrior] 7/8] SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb, busybox and util-linux for phoronix-test-suite Armin Kuster
2019-07-21 14:41 ` [warrior] 8/8] wireless-regdb: Upgrade 2019.03.01 -> 2019.06.03 Armin Kuster
2019-07-21 14:47 ` [warrior] 0/8] patch review Khem Raj
2019-09-02 11:47   ` Martin Jansa
2019-09-02 17:49     ` akuster808
2019-09-03  2:40     ` akuster808
  -- strict thread matches above, loose matches on Subject: below --
2019-10-06 15:24 [warrior] 0/8] Patch review Armin Kuster
2019-10-06 16:38 ` Martin Jansa
2019-10-06 17:31   ` akuster808
2020-05-19 14:51 [warrior " akuster

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.