-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SymCrypt and SCOSSL SPEC files to latest (#3123)
- Loading branch information
1 parent
cfd57cb
commit 2962f75
Showing
5 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"SymCrypt-OpenSSL-1.1.0.tar.gz": "5f25989d4a13dfd07798c7c704419f932231f0a7033b8cb28ae240a5bb8254d3" | ||
"SymCrypt-OpenSSL-1.2.0.tar.gz": "aaf010a463660b2bc8f3838667155e0a82878ce0629e38870b5f81c733bdfeef" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> - 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 <[email protected]> - 1.1.0-1 | ||
- Update SymCrypt-OpenSSL to v1.1.0 to include FIPS self-tests, and fix aarch64 build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> - 102.0.0-1 | ||
- Update SymCrypt to v102.0.0 to improve performance of FIPS self-tests | ||
|
||
* Tue Apr 05 2022 Cameron Baird <[email protected]> - 101.2.0-2 | ||
- BuildRequires clang in aarch64 builds | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters