Skip to content

Commit b6b8a2e

Browse files
Update Mariner SPEC files with latest SymCrypt and SCOSSL source (#2620)
1 parent a249e77 commit b6b8a2e

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"SymCrypt-OpenSSL-1.0.0.tar.gz": "5beec7b050bd48511c0d81a643f47df56d488c7af2bc5a69451a7c79f40688d9"
3+
"SymCrypt-OpenSSL-1.1.0.tar.gz": "5f25989d4a13dfd07798c7c704419f932231f0a7033b8cb28ae240a5bb8254d3"
44
}
55
}

SPECS/SymCrypt-OpenSSL/SymCrypt-OpenSSL.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: The SymCrypt engine for OpenSSL (SCOSSL) allows the use of OpenSSL with SymCrypt as the provider for core cryptographic operations
22
Name: SymCrypt-OpenSSL
3-
Version: 1.0.0
3+
Version: 1.1.0
44
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
@@ -13,7 +13,6 @@ BuildRequires: SymCrypt
1313
BuildRequires: cmake
1414
BuildRequires: gcc
1515
BuildRequires: make
16-
ExclusiveArch: x86_64
1716

1817
%description
1918
The SymCrypt engine for OpenSSL (SCOSSL) allows the use of OpenSSL with SymCrypt as the provider for core cryptographic operations
@@ -52,6 +51,9 @@ cmake --build . --target install
5251
%{_includedir}/scossl.h
5352

5453
%changelog
54+
* Tue Mar 29 2022 Samuel Lee <[email protected]> - 1.1.0-1
55+
- Update SymCrypt-OpenSSL to v1.1.0 to include FIPS self-tests, and fix aarch64 build
56+
5557
* Mon Feb 14 2022 Samuel Lee <[email protected]> - 1.0.0-1
5658
- Original version for CBL-Mariner
5759
- Verified license
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"SymCrypt-101.0.0.tar.gz": "f082a7d008657e8c675796657be4db4fd49c0f77db3defbaf556d8517738d27d",
3+
"SymCrypt-101.2.0.tar.gz": "f5f0cea1b934a4ebbef8ba3201a77bc82f2202e4e949eeda2eb3120d9607b1a2",
44
"jitterentropy-library-3.3.1.tar.gz": "4a50cb02b4836cd5550016e2fc2263e6982abaa11467a9e1cea260c1c2f7d487"
55
}
66
}

SPECS/SymCrypt/SymCrypt.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define debug_package %{nil}
22
Summary: A core cryptographic library written by Microsoft
33
Name: SymCrypt
4-
Version: 101.0.0
4+
Version: 101.2.0
55
Release: 1%{?dist}
66
License: MIT
77
Vendor: Microsoft Corporation
@@ -17,7 +17,6 @@ BuildRequires: gcc
1717
BuildRequires: make
1818
BuildRequires: python3
1919
BuildRequires: python3-pyelftools
20-
ExclusiveArch: x86_64
2120

2221
%description
2322
A core cryptographic library written by Microsoft
@@ -62,6 +61,9 @@ chmod 755 %{buildroot}%{_libdir}/libsymcrypt.so.%{version}
6261
%{_includedir}/*
6362

6463
%changelog
64+
* Tue Mar 29 2022 Samuel Lee <[email protected]> - 101.2.0-1
65+
- Update SymCrypt to v101.2.0 to include FIPS self-tests, certifiable AES-GCM, and fix aarch64 build
66+
6567
* Mon Feb 14 2022 Samuel Lee <[email protected]> - 101.0.0-1
6668
- Original version for CBL-Mariner
6769
- Verified license

cgmanifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27707,18 +27707,18 @@
2770727707
"type": "other",
2770827708
"other": {
2770927709
"name": "SymCrypt",
27710-
"version": "101.0.0",
27711-
"downloadUrl": "https://github.com/microsoft/SymCrypt/archive/v101.0.0.tar.gz"
27710+
"version": "101.2.0",
27711+
"downloadUrl": "https://github.com/microsoft/SymCrypt/archive/v101.2.0.tar.gz"
2771227712
}
2771327713
}
2771427714
},
2771527715
{
2771627716
"component": {
27717-
"type": "SymCrypt-OpenSSL",
27717+
"type": "other",
2771827718
"other": {
2771927719
"name": "SymCrypt-OpenSSL",
27720-
"version": "1.0.0",
27721-
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.0.0.tar.gz"
27720+
"version": "1.1.0",
27721+
"downloadUrl": "https://github.com/microsoft/SymCrypt-OpenSSL/archive/v1.1.0.tar.gz"
2772227722
}
2772327723
}
2772427724
},

0 commit comments

Comments
 (0)