From patchwork Thu Jul 25 02:28:52 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 46816 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00871C3DA63 for ; Thu, 25 Jul 2024 02:30:03 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) by mx.groups.io with SMTP id smtpd.web10.27081.1721874596961977481 for ; Wed, 24 Jul 2024 19:29:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=fG/MMz2G; spf=pass (domain: intel.com, ip: 198.175.65.17, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1721874597; x=1753410597; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=ouG/ZVr85rxDdXJvy9pZkwaxEQTbsFdzFhRGLGLiRdI=; b=fG/MMz2GodAt9c80CX19GeH5GdYJLevdE/YqXorVn2vxcYhG5B5oFSZ8 f2rNwaQWGoqYed/TvrhN1JP/GsEeYZ0aSnfWKad/euXBzf3QWS+Tf9ZxM +hytzWDHv/RvRJDoXyOsr4m/DJtCbrg2spITneAScHSitfontVF3DofQM QhC59VQTSAAynLyMmz3rvItFB8mdSjEgdWsnfoMhWFMUgUVb0gKsY5pP/ 8+qYn7dMZ25hNV5mLacz8mIBe0671M/ldacOyaF2R2o2Bi8K1T+ykIoyN /glp91TieAznzUQCoorpvKDCFFv4TE1/oiVhMj+FCq/MjRUp869k1t0eo g==; X-CSE-ConnectionGUID: UPbKGRiZTz2j0/1RAE1gNQ== X-CSE-MsgGUID: BPyxBua7S9eJMJ+en2YYAQ== X-IronPort-AV: E=McAfee;i="6700,10204,11143"; a="19724127" X-IronPort-AV: E=Sophos;i="6.09,234,1716274800"; d="scan'208";a="19724127" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2024 19:29:56 -0700 X-CSE-ConnectionGUID: xe8/whOQQd2bvdj7XFgFDw== X-CSE-MsgGUID: RLBYS9JfT7WJEiXAXT5QYA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,234,1716274800"; d="scan'208";a="53547226" Received: from cheeyang-desk1.png.intel.com ([172.30.130.8]) by orviesa008.jf.intel.com with ESMTP; 24 Jul 2024 19:29:55 -0700 From: chee.yang.lee@intel.com To: docs@lists.yoctoproject.org Subject: [PATCH] migration-guide: add release notes for 4.0.20 Date: Thu, 25 Jul 2024 10:28:52 +0800 Message-Id: <20240725022852.1792530-1-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 25 Jul 2024 02:30:03 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/5328 From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- .../migration-guides/release-4.0.rst | 2 + .../migration-guides/release-notes-4.0.20.rst | 130 ++++++++++++++++++ 2 files changed, 132 insertions(+) create mode 100644 documentation/migration-guides/release-notes-4.0.20.rst diff --git a/documentation/migration-guides/release-4.0.rst b/documentation/migration-guides/release-4.0.rst index c74100d80..4954ea678 100644 --- a/documentation/migration-guides/release-4.0.rst +++ b/documentation/migration-guides/release-4.0.rst @@ -26,3 +26,5 @@ Release 4.0 (kirkstone) release-notes-4.0.17 release-notes-4.0.18 release-notes-4.0.19 + release-notes-4.0.20 + diff --git a/documentation/migration-guides/release-notes-4.0.20.rst b/documentation/migration-guides/release-notes-4.0.20.rst new file mode 100644 index 000000000..97e0a3e91 --- /dev/null +++ b/documentation/migration-guides/release-notes-4.0.20.rst @@ -0,0 +1,130 @@ +.. SPDX-License-Identifier: CC-BY-SA-2.0-UK + +Release notes for Yocto-4.0.20 (Kirkstone) +------------------------------------------ + +Security Fixes in Yocto-4.0.20 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- acpica: Fix :cve:`2024-24856` +- glib-2.0: Fix :cve:`2024-34397` +- gstreamer1.0-plugins-base: Fix :cve:`2024-4453` +- libxml2: Fix :cve:`2024-34459` +- openssh: fix :cve:`2024-6387` +- openssl: Fix :cve_mitre:`2024-4741` and :cve:`2024-5535` +- ruby: fix :cve:`2024-27280` +- wget: Fix for :cve:`2024-38428` + + +Fixes in Yocto-4.0.20 +~~~~~~~~~~~~~~~~~~~~~ + +- bitbake: tests/fetch: Tweak test to match upstream repo url change Upstream changed their urls, update our test to match. +- build-appliance-image: Update to kirkstone head revision +- glibc-tests: Add missing bash ptest dependency +- glibc-tests: correctly pull in the actual tests when installing -ptest package +- glibc: stable 2.35 branch updates +- gobject-introspection: Do not hardcode objdump name +- linuxloader: add -armhf on arm only for :term:`TARGET_FPU` 'hard' +- man-pages: add an alternative link name for crypt_r.3 +- man-pages: remove conflict pages +- migration-guides: add release notes for 4.0.19 +- openssl: Upgrade 3.0.13 -> 3.0.14 +- poky.conf: bump version for 4.0.20 + + +Known Issues in Yocto-4.0.20 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- N/A + + +Contributors to Yocto-4.0.20 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Archana Polampalli +- Changqing Li +- Deepthi Hemraj +- Jonas Gorski +- Jose Quaresma +- Khem Raj +- Lee Chee Yang +- Peter Marko +- Poonam Jadhav +- Siddharth Doshi +- Steve Sakoman +- Thomas Perrot +- Vijay Anusuri +- Yogita Urade + + +Repositories / Downloads for Yocto-4.0.20 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +poky + +- Repository Location: :yocto_git:`/poky` +- Branch: :yocto_git:`kirkstone ` +- Tag: :yocto_git:`yocto-4.0.20 ` +- Git Revision: :yocto_git:`6bd3969d32730538608e680653e032e66958fe84 ` +- Release Artefact: poky-6bd3969d32730538608e680653e032e66958fe84 +- sha: b7ef1bd5ba1af257c4eb07a59b51d69e147723aea010eb2da99ea30dcbbbe2d9 +- Download Locations: + http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.20/poky-6bd3969d32730538608e680653e032e66958fe84.tar.bz2 + http://mirrors.kernel.org/yocto/yocto/yocto-4.0.20/poky-6bd3969d32730538608e680653e032e66958fe84.tar.bz2 + +openembedded-core + +- Repository Location: :oe_git:`/openembedded-core` +- Branch: :oe_git:`kirkstone ` +- Tag: :oe_git:`yocto-4.0.20 ` +- Git Revision: :oe_git:`5d97b0576e98a2cf402abab1a1edcab223545d87 ` +- Release Artefact: oecore-5d97b0576e98a2cf402abab1a1edcab223545d87 +- sha: 4064a32b8ff1ad8a98aa15e75b27585d2b27236c8cdfa4a28af6d6fef99b93c0 +- Download Locations: + http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.20/oecore-5d97b0576e98a2cf402abab1a1edcab223545d87.tar.bz2 + http://mirrors.kernel.org/yocto/yocto/yocto-4.0.20/oecore-5d97b0576e98a2cf402abab1a1edcab223545d87.tar.bz2 + +meta-mingw + +- Repository Location: :yocto_git:`/meta-mingw` +- Branch: :yocto_git:`kirkstone ` +- Tag: :yocto_git:`yocto-4.0.20 ` +- Git Revision: :yocto_git:`f6b38ce3c90e1600d41c2ebb41e152936a0357d7 ` +- Release Artefact: meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7 +- sha: 7d57167c19077f4ab95623d55a24c2267a3a3fb5ed83688659b4c03586373b25 +- Download Locations: + http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.20/meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7.tar.bz2 + http://mirrors.kernel.org/yocto/yocto/yocto-4.0.20/meta-mingw-f6b38ce3c90e1600d41c2ebb41e152936a0357d7.tar.bz2 + +meta-gplv2 + +- Repository Location: :yocto_git:`/meta-gplv2` +- Branch: :yocto_git:`kirkstone ` +- Tag: :yocto_git:`yocto-4.0.20 ` +- Git Revision: :yocto_git:`d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a ` +- Release Artefact: meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a +- sha: c386f59f8a672747dc3d0be1d4234b6039273d0e57933eb87caa20f56b9cca6d +- Download Locations: + http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.20/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2 + http://mirrors.kernel.org/yocto/yocto/yocto-4.0.20/meta-gplv2-d2f8b5cdb285b72a4ed93450f6703ca27aa42e8a.tar.bz2 + +bitbake + +- Repository Location: :oe_git:`/bitbake` +- Branch: :oe_git:`2.0 ` +- Tag: :oe_git:`yocto-4.0.20 ` +- Git Revision: :oe_git:`734b0ea3dfe45eb16ee60f0c2c388e22af4040e0 ` +- Release Artefact: bitbake-734b0ea3dfe45eb16ee60f0c2c388e22af4040e0 +- sha: 99f4c6786fec790fd6c4577b5dea3c97c580cc4815bd409ce554a68ee99b0180 +- Download Locations: + http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.20/bitbake-734b0ea3dfe45eb16ee60f0c2c388e22af4040e0.tar.bz2 + http://mirrors.kernel.org/yocto/yocto/yocto-4.0.20/bitbake-734b0ea3dfe45eb16ee60f0c2c388e22af4040e0.tar.bz2 + +yocto-docs + +- Repository Location: :yocto_git:`/yocto-docs` +- Branch: :yocto_git:`kirkstone ` +- Tag: :yocto_git:`yocto-4.0.20 ` +- Git Revision: :yocto_git:`b15b1d369edf33cd91232fefa0278e7e89653a01 ` +