Openembedded Core Discussions
 help / color / mirror / Atom feed
* [hardknott][PATCH 00/17] review request
@ 2021-06-11  3:50 Anuj Mittal
  2021-06-11  3:50 ` [hardknott][PATCH 01/17] python3: upgrade 3.9.4 -> 3.9.5 Anuj Mittal
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: Anuj Mittal @ 2021-06-11  3:50 UTC (permalink / raw)
  To: openembedded-core

Please review these next set of changes for hardknott. No problems seen
while building/testing on autobuilder.

Thanks,

Anuj

The following changes since commit 6ca1047e98a1c8bc305a3f40ad1919c5038e1698:

  oeqa/runtime/rpm: Drop log message counting test component (2021-06-02 14:26:58 +0100)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib stable/hardknott-next

Bruce Ashfield (11):
  linux-yocto/5.10: update to v5.10.35
  linux-yocto/5.4: update to v5.4.117
  linux-yocto/5.10: ktypes/standard: disable obsolete crypto options by
    default
  linux-yocto/5.10: update to v5.10.36
  linux-yocto/5.4: update to v5.4.118
  linux-yocto/5.10: update to v5.10.37
  linux-yocto/5.4: update to v5.4.119
  linux-yocto/5.10: update to v5.10.38
  linux-yocto/5.4: update to v5.4.120
  linux-yocto/5.10: update to v5.10.41
  linux-yocto/5.4: update to v5.4.123

Guillaume Champagne (1):
  image-live.bbclass: order do_bootimg after do_rootfs

Joshua Watt (1):
  classes/reproducible_build: Use atomic rename for SDE file

Kai Kang (1):
  valgrind: fix a typo

Richard Purdie (1):
  linux-firmware: upgrade 20210315 -> 20210511

Tony Tascioglu (1):
  valgrind: Improve non-deterministic ptest reliability

Trevor Gamblin (1):
  python3: upgrade 3.9.4 -> 3.9.5

 meta/classes/image-live.bbclass               |  2 +-
 meta/classes/reproducible_build.bbclass       | 13 +++++-----
 .../{python3_3.9.4.bb => python3_3.9.5.bb}    |  2 +-
 .../valgrind/valgrind/run-ptest               | 12 ++++++++++
 .../valgrind/taskset_nondeterministic_tests   |  4 ++++
 .../valgrind/valgrind_3.16.1.bb               |  2 +-
 ...20210315.bb => linux-firmware_20210511.bb} |  4 ++--
 .../linux/linux-yocto-rt_5.10.bb              |  6 ++---
 .../linux/linux-yocto-rt_5.4.bb               |  6 ++---
 .../linux/linux-yocto-tiny_5.10.bb            |  8 +++----
 .../linux/linux-yocto-tiny_5.4.bb             |  8 +++----
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +++++++++----------
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 ++++++++---------
 13 files changed, 64 insertions(+), 49 deletions(-)
 rename meta/recipes-devtools/python/{python3_3.9.4.bb => python3_3.9.5.bb} (99%)
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/taskset_nondeterministic_tests
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20210315.bb => linux-firmware_20210511.bb} (99%)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 19+ messages in thread
* [hardknott][PATCH 00/17] Review request
@ 2021-09-15 23:15 Anuj Mittal
  0 siblings, 0 replies; 19+ messages in thread
From: Anuj Mittal @ 2021-09-15 23:15 UTC (permalink / raw)
  To: openembedded-core

Please review these changes for hardknott. No issues seen on
autobuilder.

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2592

Thanks,

Anuj

The following changes since commit 567dd35d893c5d8969d41f263a24da8fbae3fc2f:

  build-appliance-image: Update to hardknott head revision (2021-09-09 10:19:49 +0100)

are available in the Git repository at:

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

Armin Kuster (1):
  apr: Security fix for CVE-2021-35940

Bruce Ashfield (4):
  linux-yocto/5.10: update to v5.10.61
  linux-yocto/5.10: update to v5.10.63
  linux-yocto/5.4: update to v5.4.143
  linux-yocto/5.4: update to v5.4.144

Changqing Li (1):
  sqlite3: fix CVE-2021-36690

Kai Kang (2):
  mc: fix CVE-2021-36370
  squashfs-tools: fix CVE-2021-40153

Kiran Surendran (2):
  ffmpeg: fix CVE-2021-38291
  ffmpeg: fix CVE-2021-38171

Mingli Yu (1):
  ruby: fix CVE-2021-31799

Richard Purdie (4):
  tcl: Exclude CVE-2021-35331 from checks
  flex: Add CVE-2019-6293 to exclusions for checks
  go: Exclude CVE-2021-29923 from report list
  systemtap: Fix headers issue with x86 and 5.13 headers

Trevor Gamblin (1):
  bluez5: fix CVE-2021-0129

Yi Zhao (1):
  ruby: Security fixes for CVE-2021-31810/CVE-2021-32066

 meta/recipes-connectivity/bluez5/bluez5.inc   |   1 +
 ...er-Fix-not-properly-checking-for-sec.patch | 113 ++++
 meta/recipes-devtools/flex/flex_2.6.4.bb      |   5 +
 meta/recipes-devtools/go/go-1.16.7.inc        |   5 +
 .../ruby/ruby/CVE-2021-31799.patch            |  57 ++
 .../ruby/ruby/CVE-2021-31810.patch            | 258 ++++++++
 .../ruby/ruby/CVE-2021-32066.patch            | 102 +++
 meta/recipes-devtools/ruby/ruby_3.0.1.bb      |   3 +
 .../squashfs-tools/files/CVE-2021-40153.patch | 253 ++++++++
 .../squashfs-tools/squashfs-tools_git.bb      |   1 +
 meta/recipes-devtools/tcltk/tcl_8.6.11.bb     |   3 +
 .../mc/files/CVE-2021-36370.patch             | 609 ++++++++++++++++++
 meta/recipes-extended/mc/mc_4.8.26.bb         |   1 +
 .../linux/linux-yocto-rt_5.10.bb              |   4 +-
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |   6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |  22 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 +-
 ...8b9eda402e4e96c4e3ce01e7ff95d3e10470.patch |  26 +
 .../systemtap/systemtap_git.inc               |   1 +
 .../ffmpeg/ffmpeg/fix-CVE-2021-38171.patch    |  40 ++
 .../ffmpeg/ffmpeg/fix-CVE-2021-38291.patch    |  54 ++
 .../recipes-multimedia/ffmpeg/ffmpeg_4.3.2.bb |   2 +
 .../apr/apr/CVE-2021-35940.patch              |  58 ++
 meta/recipes-support/apr/apr_1.7.0.bb         |   1 +
 .../sqlite/sqlite3/CVE-2021-36690.patch       |  62 ++
 meta/recipes-support/sqlite/sqlite3_3.35.0.bb |   4 +-
 28 files changed, 1692 insertions(+), 35 deletions(-)
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-shared-gatt-server-Fix-not-properly-checking-for-sec.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2021-31799.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2021-31810.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2021-32066.patch
 create mode 100644 meta/recipes-devtools/squashfs-tools/files/CVE-2021-40153.patch
 create mode 100644 meta/recipes-extended/mc/files/CVE-2021-36370.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/ef5a8b9eda402e4e96c4e3ce01e7ff95d3e10470.patch
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/fix-CVE-2021-38171.patch
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/fix-CVE-2021-38291.patch
 create mode 100644 meta/recipes-support/apr/apr/CVE-2021-35940.patch
 create mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2021-36690.patch

-- 
2.31.1


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

end of thread, other threads:[~2021-09-15 23:15 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-11  3:50 [hardknott][PATCH 00/17] review request Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 01/17] python3: upgrade 3.9.4 -> 3.9.5 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 02/17] valgrind: fix a typo Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 03/17] valgrind: Improve non-deterministic ptest reliability Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 04/17] classes/reproducible_build: Use atomic rename for SDE file Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 05/17] linux-yocto/5.10: update to v5.10.35 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 06/17] linux-yocto/5.4: update to v5.4.117 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 07/17] linux-yocto/5.10: ktypes/standard: disable obsolete crypto options by default Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 08/17] linux-yocto/5.10: update to v5.10.36 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 09/17] linux-yocto/5.4: update to v5.4.118 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 10/17] linux-yocto/5.10: update to v5.10.37 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 11/17] linux-yocto/5.4: update to v5.4.119 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 12/17] linux-yocto/5.10: update to v5.10.38 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 13/17] linux-yocto/5.4: update to v5.4.120 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 14/17] linux-yocto/5.10: update to v5.10.41 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 15/17] linux-yocto/5.4: update to v5.4.123 Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 16/17] image-live.bbclass: order do_bootimg after do_rootfs Anuj Mittal
2021-06-11  3:50 ` [hardknott][PATCH 17/17] linux-firmware: upgrade 20210315 -> 20210511 Anuj Mittal
  -- strict thread matches above, loose matches on Subject: below --
2021-09-15 23:15 [hardknott][PATCH 00/17] Review request Anuj Mittal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox