From 433e629a5a65de575d0bb205708639c6f7531dd3 Mon Sep 17 00:00:00 2001 From: qiu_yu_jia Date: Tue, 9 Jul 2024 11:00:14 +0800 Subject: [PATCH] modify musl version from 1.2.3 to 1.2.5 Signed-off-by: qiu_yu_jia --- README.OpenSource | 8 ++++---- third_party/musl/README.OpenSource | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 64b137e0b7b..0b04b76a888 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -27,12 +27,12 @@ "Description": "MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios." }, { - "Name" : "OpenEuler: musl", + "Name" : "musl", "License" : "MIT License", "License File" : "COPYRIGHT", - "Version Number" : "1.2.3-1.oe2203sp1", - "Owner" : "jianghan2@huawei.com", - "Upstream URL" : "https://repo.openeuler.org/openEuler-22.03-LTS-SP1/source/Packages/musl-1.2.3-1.oe2203sp1.src.rpm", + "Version Number" : "1.2.5", + "Owner" : "zhaoxinyuan9@huawei.com", + "Upstream URL" : "https://musl.libc.org", "Description" : "musl is an MIT-licensed implementation of the standard C library" }, { diff --git a/third_party/musl/README.OpenSource b/third_party/musl/README.OpenSource index f152ae8110a..ed40042f942 100644 --- a/third_party/musl/README.OpenSource +++ b/third_party/musl/README.OpenSource @@ -1,11 +1,11 @@ [ { - "Name" : "OpenEuler: musl", + "Name" : "musl", "License" : "MIT License", "License File" : "COPYRIGHT", - "Version Number" : "1.2.3-1.oe2203sp1", - "Owner" : "jianghan2@huawei.com", - "Upstream URL" : "https://repo.openeuler.org/openEuler-22.03-LTS-SP1/source/Packages/musl-1.2.3-1.oe2203sp1.src.rpm", + "Version Number" : "1.2.5", + "Owner" : "zhaoxinyuan9@huawei.com", + "Upstream URL" : "https://musl.libc.org", "Description" : "musl is an MIT-licensed implementation of the standard C library" } ] -- Gitee