diff --git a/intel-sgx-ssl.spec b/intel-sgx-ssl.spec index e734c37deb63c909781f21b1f918c04762930e21..88b8fc36bb8f34298c74360336895ede3edeb008 100644 --- a/intel-sgx-ssl.spec +++ b/intel-sgx-ssl.spec @@ -1,12 +1,12 @@ %define openssl_version 1.1.1l Name: intel-sgx-ssl Version: 2.15.1 -Release: 2 +Release: 3 Summary: IntelĀ® Software Guard Extensions SSL ExclusiveArch: x86_64 License: OpenSSL and BSD-3-Clause URL: https://github.com/intel/intel-sgx-ssl -Source0: https://github.com/intel/intel-sgx-ssl/archive/intel-sgx-ssl-lin_%{version}_%{openssl_version}.zip +Source0: https://github.com/intel/intel-sgx-ssl/archive/refs/tags/lin_%{version}_%{openssl_version}.zip Source1: https://www.openssl.org/source/old/1.1.1/openssl-%{openssl_version}.tar.gz Patch0: 0001-Solution_to_issue_ssl_library_is_not_supported.patch @@ -75,6 +75,9 @@ cp License.txt $RPM_BUILD_ROOT/opt/intel/sgxssl/docs/ /opt/intel/sgxssl/include/* %changelog +* Thu Nov 17 2022 wangyu - 2.15.1-3 +- Correct the source0 link address. + * Mon Sep 05 2022 wangyu - 2.15.1-2 - Fix CVE-2022-2068 CVE-2022-0778 CVE-2022-1292 CVE-2022-2097