diff --git a/intel-sgx-ssl.spec b/intel-sgx-ssl.spec index e734c37deb63c909781f21b1f918c04762930e21..3496709877187e7f6c412750a1d766c67796a85a 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 24 2022 wangyu - 2.15.1-3 +- Update 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 diff --git a/intel-sgx-ssl-lin_2.15.1_1.1.1l.zip b/lin_2.15.1_1.1.1l.zip similarity index 100% rename from intel-sgx-ssl-lin_2.15.1_1.1.1l.zip rename to lin_2.15.1_1.1.1l.zip