Update SymCrypt and SCOSSL SPEC files to latest (#3123)
This commit is contained in:
Родитель
cfd57cb4d4
Коммит
2962f756db
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"SymCrypt-OpenSSL-1.1.0.tar.gz": "5f25989d4a13dfd07798c7c704419f932231f0a7033b8cb28ae240a5bb8254d3"
|
||||
"SymCrypt-OpenSSL-1.2.0.tar.gz": "aaf010a463660b2bc8f3838667155e0a82878ce0629e38870b5f81c733bdfeef"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
Summary: The SymCrypt engine for OpenSSL (SCOSSL) allows the use of OpenSSL with SymCrypt as the provider for core cryptographic operations
|
||||
Name: SymCrypt-OpenSSL
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Vendor: Microsoft Corporation
|
||||
|
@ -51,6 +51,9 @@ cmake --build . --target install
|
|||
%{_includedir}/scossl.h
|
||||
|
||||
%changelog
|
||||
* Mon Jun 06 2022 Samuel Lee <saml@microsoft.com> - 1.2.0-1
|
||||
- Update SymCrypt-OpenSSL to v1.2.0 to improve performance and fix some corner case bugs
|
||||
|
||||
* Tue Mar 29 2022 Samuel Lee <saml@microsoft.com> - 1.1.0-1
|
||||
- Update SymCrypt-OpenSSL to v1.1.0 to include FIPS self-tests, and fix aarch64 build
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"SymCrypt-101.2.0.tar.gz": "f5f0cea1b934a4ebbef8ba3201a77bc82f2202e4e949eeda2eb3120d9607b1a2",
|
||||
"SymCrypt-102.0.0.tar.gz": "0f79c35e055cea61077f927a1bbc08bbc86a4a34e62340f9d67b487f2ec8d152",
|
||||
"jitterentropy-library-3.3.1.tar.gz": "4a50cb02b4836cd5550016e2fc2263e6982abaa11467a9e1cea260c1c2f7d487"
|
||||
}
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
%define debug_package %{nil}
|
||||
Summary: A core cryptographic library written by Microsoft
|
||||
Name: SymCrypt
|
||||
Version: 101.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 102.0.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -64,6 +64,9 @@ chmod 755 %{buildroot}%{_libdir}/libsymcrypt.so.%{version}
|
|||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 06 2022 Samuel Lee <saml@microsoft.com> - 102.0.0-1
|
||||
- Update SymCrypt to v102.0.0 to improve performance of FIPS self-tests
|
||||
|
||||
* Tue Apr 05 2022 Cameron Baird <cameronbaird@microsoft.com> - 101.2.0-2
|
||||
- BuildRequires clang in aarch64 builds
|
||||
|
||||
|
|
|
@ -25047,8 +25047,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "SymCrypt",
|
||||
"version": "101.2.0",
|
||||
"downloadUrl": "https://github.com/microsoft/SymCrypt/archive/v101.2.0.tar.gz"
|
||||
"version": "102.0.0",
|
||||
"downloadUrl": "https://github.com/microsoft/SymCrypt/archive/v102.0.0.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -25057,8 +25057,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "SymCrypt-OpenSSL",
|
||||
"version": "1.1.0",
|
||||
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.1.0.tar.gz"
|
||||
"version": "1.2.0",
|
||||
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.2.0.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче