From ef9577331b32f4f8bc8adeda371d9484e22d497a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=99=A8=E5=8D=89?= Date: Tue, 25 Jun 2024 11:50:55 +0800 Subject: [PATCH] Update openssl version. --- config.xml | 2 +- gcc-for-openEuler.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index cd96be6..22d81d1 100644 --- a/config.xml +++ b/config.xml @@ -14,7 +14,7 @@ JEMALLOC="jemalloc-5.2.1" AUTOFDO="autofdo-0.19" BOLT="llvm-project-15.0.7.src" CMAKE="cmake-3.22.0" -OPENSSL="openssl-1.1.1m" +OPENSSL="openssl-1.1.1wa" NCURSES="ncurses-6.3" MLIR="llvm-project-12.0.1.src" PROTOBUF="protobuf-3.14.0" diff --git a/gcc-for-openEuler.spec b/gcc-for-openEuler.spec index ae488f9..2c2e2d6 100644 --- a/gcc-for-openEuler.spec +++ b/gcc-for-openEuler.spec @@ -1,6 +1,6 @@ Name: gcc-for-openEuler Version: 1.0.8 -Release: 11 +Release: 12 Summary: GCC released as a binary package for openEuler and other OSes. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2 and BSD @@ -43,6 +43,9 @@ sha256sum %{build_name}.tar.gz > %{build_name}.tar.gz.sha256 %attr(755, root, root) /%{build_name}.tar.gz.sha256 %changelog +* Tue Jun 25 2024 Zheng Chenhui - 1.0.8-12 +- Update openssl version. + * Mon Jun 17 2024 Xiong Zhou - 1.0.8-11 - Update to 2024.06 version. -- Gitee