All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [honister][PATCH 00/25] Pull request (cover letter only)
Date: Thu, 10 Mar 2022 09:34:36 +0800	[thread overview]
Message-ID: <cover.1646875963.git.anuj.mittal@intel.com> (raw)

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 stable/honister-next

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



                 reply	other threads:[~2022-03-10  1:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1646875963.git.anuj.mittal@intel.com \
    --to=anuj.mittal@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.