All of lore.kernel.org
 help / color / mirror / Atom feed
* [honister][PATCH 00/25] Patch review
@ 2022-03-07 14:09 Anuj Mittal
  2022-03-07 14:09 ` [honister][PATCH 01/25] harfbuzz: upgrade 2.9.0 -> 2.9.1 Anuj Mittal
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: Anuj Mittal @ 2022-03-07 14:09 UTC (permalink / raw)
  To: openembedded-core

Next set of changes for honister. No problems seen while testing.

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

Thanks,

Anuj

The following changes since commit eeae63c343c8ebd418679915ee20aa8c02fa0fdc:

  uninative: Upgrade to 3.5 (2022-02-22 14:22:25 +0800)

are available in the Git repository at:

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

Alexander Kanavin (3):
  ruby: update 3.0.2 -> 3.0.3
  libarchive: upgrade 3.5.1 -> 3.5.2
  devtool: explicitly set main or master branches in upgrades when
    available

Bruce Ashfield (4):
  linux-yocto/5.10: features/zram: remove CONFIG_ZRAM_DEF_COMP
  linux-yocto/5.10: update to v5.10.101
  linux-yocto/5.10: Fix ramoops/ftrace
  linux-yocto/5.10: update to v5.10.103

Joe Slater (1):
  zip: modify when match.S is built

Lee Chee Yang (2):
  libarchive : update to 3.5.3
  ghostscript: fix CVE-2021-45949

Oleksandr Ocheretnyi (1):
  kernel-devsrc: do not copy Module.symvers file during install

Oleksandr Suvorov (1):
  depmodwrapper-cross: add config directory option

Peter Kjellerstedt (1):
  selftest: recipetool: Correct the URI for socat

Richard Purdie (3):
  perl: Improve and update module RPDEPENDS
  libxml-parser-perl: Add missing RDEPENDS
  expat: Upgrade 2.4.6 -> 2.4.7

Robert Yang (2):
  quilt: Disable external sendmail for deterministic build
  cups: Add --with-dbusdir to EXTRA_OECONF for deterministic build

Ross Burton (4):
  coreutils: remove obsolete ignored CVE list
  cve-check: get_cve_info should open the database read-only
  Revert "cve-check: add lockfile to task"
  asciidoc: update git repository

Tean Cunningham (1):
  rootfs-postcommands: amend systemd_create_users add user to group
    check

wangmy (2):
  harfbuzz: upgrade 2.9.0 -> 2.9.1
  wireless-regdb: upgrade 2021.08.28 -> 2022.02.18

 meta/classes/cve-check.bbclass                |   4 +-
 meta/classes/rootfs-postcommands.bbclass      |   8 +-
 meta/lib/oeqa/selftest/cases/recipetool.py    |   2 +-
 meta/recipes-core/coreutils/coreutils_8.32.bb |   3 -
 .../expat/{expat_2.4.6.bb => expat_2.4.7.bb}  |   2 +-
 .../perl/files/perl-rdepends.txt              | 338 ++++++++++++++++--
 .../perl/libxml-parser-perl_2.46.bb           |   1 +
 meta/recipes-devtools/perl/perl_5.34.0.bb     |  12 +-
 meta/recipes-devtools/quilt/quilt.inc         |   3 +-
 .../ruby/{ruby_3.0.2.bb => ruby_3.0.3.bb}     |   4 +-
 .../asciidoc/asciidoc_9.1.0.bb                |   2 +-
 meta/recipes-extended/cups/cups.inc           |   1 +
 .../ghostscript/CVE-2021-45949.patch          |  68 ++++
 .../ghostscript/ghostscript_9.54.0.bb         |   1 +
 ...ibarchive_3.5.1.bb => libarchive_3.5.3.bb} |   2 +-
 .../0001-configure-use-correct-CPP.patch      |  47 +++
 ...002-configure-support-PIC-code-build.patch |  34 ++
 meta/recipes-extended/zip/zip_3.0.bb          |   2 +
 .../{harfbuzz_2.9.0.bb => harfbuzz_2.9.1.bb}  |   2 +-
 .../kmod/depmodwrapper-cross_1.0.bb           |   4 +-
 meta/recipes-kernel/linux/kernel-devsrc.bb    |   4 +-
 .../linux/linux-yocto-rt_5.10.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |  24 +-
 ....08.28.bb => wireless-regdb_2022.02.18.bb} |   2 +-
 scripts/lib/devtool/upgrade.py                |  15 +-
 26 files changed, 526 insertions(+), 73 deletions(-)
 rename meta/recipes-core/expat/{expat_2.4.6.bb => expat_2.4.7.bb} (91%)
 rename meta/recipes-devtools/ruby/{ruby_3.0.2.bb => ruby_3.0.3.bb} (93%)
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2021-45949.patch
 rename meta/recipes-extended/libarchive/{libarchive_3.5.1.bb => libarchive_3.5.3.bb} (96%)
 create mode 100644 meta/recipes-extended/zip/zip-3.0/0001-configure-use-correct-CPP.patch
 create mode 100644 meta/recipes-extended/zip/zip-3.0/0002-configure-support-PIC-code-build.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_2.9.0.bb => harfbuzz_2.9.1.bb} (95%)
 rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2021.08.28.bb => wireless-regdb_2022.02.18.bb} (94%)

-- 
2.35.1



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

end of thread, other threads:[~2022-03-07 14:14 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-07 14:09 [honister][PATCH 00/25] Patch review Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 01/25] harfbuzz: upgrade 2.9.0 -> 2.9.1 Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 02/25] ruby: update 3.0.2 -> 3.0.3 Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 03/25] libarchive: upgrade 3.5.1 -> 3.5.2 Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 04/25] libarchive : update to 3.5.3 Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 05/25] ghostscript: fix CVE-2021-45949 Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 06/25] perl: Improve and update module RPDEPENDS Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 07/25] libxml-parser-perl: Add missing RDEPENDS Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 08/25] devtool: explicitly set main or master branches in upgrades when available Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 09/25] depmodwrapper-cross: add config directory option Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 10/25] coreutils: remove obsolete ignored CVE list Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 11/25] wireless-regdb: upgrade 2021.08.28 -> 2022.02.18 Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 12/25] cve-check: get_cve_info should open the database read-only Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 13/25] kernel-devsrc: do not copy Module.symvers file during install Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 14/25] Revert "cve-check: add lockfile to task" Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 15/25] zip: modify when match.S is built Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 16/25] selftest: recipetool: Correct the URI for socat Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 17/25] quilt: Disable external sendmail for deterministic build Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 18/25] cups: Add --with-dbusdir to EXTRA_OECONF " Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 19/25] rootfs-postcommands: amend systemd_create_users add user to group check Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 20/25] asciidoc: update git repository Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 21/25] linux-yocto/5.10: features/zram: remove CONFIG_ZRAM_DEF_COMP Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 22/25] linux-yocto/5.10: update to v5.10.101 Anuj Mittal
2022-03-07 14:09 ` [honister][PATCH 23/25] linux-yocto/5.10: Fix ramoops/ftrace Anuj Mittal
2022-03-07 14:10 ` [honister][PATCH 24/25] linux-yocto/5.10: update to v5.10.103 Anuj Mittal
2022-03-07 14:10 ` [honister][PATCH 25/25] expat: Upgrade 2.4.6 -> 2.4.7 Anuj Mittal

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.