diff mbox series

[meta-oe,kirkstone] lapack: upgrade 3.10.0 -> 3.10.1

Message ID AM0PR06MB42602AD86B9D3F0F567027CEABC22@AM0PR06MB4260.eurprd06.prod.outlook.com
State New
Headers show
Series [meta-oe,kirkstone] lapack: upgrade 3.10.0 -> 3.10.1 | expand

Commit Message

Piotr L Lewicki Feb. 26, 2025, 2:19 p.m. UTC
Hello,
I'm using kirkstone branch of meta-openembedded and lapack recipe has not been updated there to the version where the CVE-2021-4048 gets fixed.
I've noticed that such an update has been done on the scarthgap branch so it would be nice to cherry-pick that commit.
Sorry if this is not the right group. If that's the case - please point me in the right direction.

Patch by Wang Mingyu attached below.

Best,
Piotr Lewicki

---

From 2677cd28a78aa93583d52905d2009908b45b6db0 Mon Sep 17 00:00:00 2001
From: wangmy <wangmy@fujitsu.com>
Date: Mon, 25 Apr 2022 15:36:16 +0800
Subject: [PATCH] lapack: upgrade 3.10.0 -> 3.10.1

Changelog:
http://netlib.org/lapack/lapack-3.10.1.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Piotr Lewicki <piotr.l.lewicki@hitachienergy.com>
---
 .../lapack/{lapack_3.10.0.bb => lapack_3.10.1.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/lapack/{lapack_3.10.0.bb => lapack_3.10.1.bb} (86%)

--
2.34.1




Hitachi Energy Services Sp. z o. o. z siedzibą w Warszawie, adres: Warszawa 04-713, ul. Żegańska 1, wpisana do Rejestru Przedsiębiorców Krajowego Rejestru Sądowego prowadzonego w Sądzie Rejonowym dla m. st. Warszawy, XIV Wydział Gospodarczy Krajowego Rejestru Sądowego pod nr KRS 0000787719, nr REGON: 383431370, nr NIP: 9522196923, nr BDO: 000147611, kapitał zakładowy 14 403 850,00 zł.
________________________________
Hitachi Energy Services Sp. z o. o. with registered seat at 1 Żeganska Street, 04-713 Warsaw, Poland, registered in the Register of Entrepreneurs of the Polish Court Register maintained by the District Court for the Capital City of Warsaw, XIV Economic Department, under KRS No. 0000787719, REGON No. (statistical number): 383431370, NIP No. (taxpayer identification number) PL9522196923, BDO No. (WEEE registration number) 000147611, share capital: 14 403 850,00 PLN.
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb b/meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb
similarity index 86%
rename from meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb
rename to meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb
index 87d51d8a4d..15f394e13e 100644
--- a/meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb
+++ b/meta-oe/recipes-devtools/lapack/lapack_3.10.1.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "Linear Algebra PACKage"
 URL = "http://www.netlib.org/lapack"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=39902829ba0c2cbac1b0debfb75a416b"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a32c99f24d097c72d1857e533b55642b"

 # Recipe needs FORTRAN support (copied from conf/local.conf.sample.extended)
 # Enabling FORTRAN
@@ -13,7 +13,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=39902829ba0c2cbac1b0debfb75a416b"

 DEPENDS = "libgfortran"

-SRCREV = "aa631b4b4bd13f6ae2dbab9ae9da209e1e05b0fc"
+SRCREV = "32b062a33352e05771dcc01b981ebe961bf2e42f"
 SRC_URI = "git://github.com/Reference-LAPACK/lapack.git;protocol=https;branch=master"
 S = "${WORKDIR}/git"