Skip to content

Commit 68b8a4f

Browse files
committed
Merge branch '3.0-dev' into 3.0
2 parents 8ff742e + 5456ed5 commit 68b8a4f

31 files changed

Lines changed: 1269 additions & 321 deletions
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.5.1.tar.gz": "946ac1bdd4d3e0d0381bca0df1b7281f9f7735430dfb6fce56344c7f2f3a7ecb"
3+
"SymCrypt-OpenSSL-1.6.0.tar.gz": "7265ddd737b582418a7f0c29144ab11af1bdfd8ea65fbb1a92711068fa606f61"
44
}
55
}

SPECS/SymCrypt-OpenSSL/SymCrypt-OpenSSL.spec

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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.5.1
4-
Release: 2%{?dist}
3+
Version: 1.6.0
4+
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
88
Group: System/Libraries
99
URL: https://github.com/microsoft/SymCrypt-OpenSSL
1010
Source0: https://github.com/microsoft/SymCrypt-OpenSSL/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
1111
BuildRequires: openssl-devel
12-
BuildRequires: SymCrypt
12+
BuildRequires: SymCrypt >= 103.6.0
1313
BuildRequires: cmake
1414
BuildRequires: gcc
1515
BuildRequires: make
1616

17-
Requires: SymCrypt
17+
Requires: SymCrypt >= 103.6.0
1818
Requires: openssl
1919

2020
%description
@@ -67,6 +67,9 @@ install SymCryptProvider/symcrypt_prov.cnf %{buildroot}%{_sysconfdir}/pki/tls/sy
6767
%{_sysconfdir}/pki/tls/symcrypt_prov.cnf
6868

6969
%changelog
70+
* Mon Nov 25 2024 Tobias Brick <tobiasb@microsoft.com> - 1.6.0-1
71+
- Upgrade to SymCrypt-OpenSSL 1.6.0
72+
7073
* Wed Oct 02 2024 Tobias Brick <tobiasb@microsoft.com> - 1.5.1-2
7174
- Add sources to debuginfo package
7275

SPECS/SymCrypt/0001-add-build-flags-to-prevent-stripping-and-post-proces.patch

Lines changed: 0 additions & 123 deletions
This file was deleted.

SPECS/SymCrypt/0001-add-parameter-to-process_fips_module-to-specify-the-.patch

Lines changed: 0 additions & 58 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Signatures": {
3-
"SymCrypt-103.5.1.tar.gz": "1c4d41972f7683cb2c053ddc58452d6f4b56c1b556b7499f9fedbd7706ccd0fe",
3+
"SymCrypt-103.6.0.tar.gz": "ce03f03cfea76c38336c67f175ca316f0377b98e2617a3561e0a2dc91114e9ee",
44
"find-debuginfo": "356800f19b755879993103c121c83fb4cc97d0e8656ea34d051daa310f54cedf",
55
"jitterentropy-library-3.3.1.tar.gz": "4a50cb02b4836cd5550016e2fc2263e6982abaa11467a9e1cea260c1c2f7d487",
6-
"symcrypt-build-environment-variables-v103.5.1.sh": "6f6e162011e8203de66be6af59c0b4511992b731370a152044b028e8075578a7"
6+
"symcrypt-build-environment-variables-v103.6.0.sh": "860e849274bd742c752df74baa3fe9502101f53d43b3a72463a2ffb122221296"
77
}
88
}

SPECS/SymCrypt/SymCrypt.spec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: A core cryptographic library written by Microsoft
22
Name: SymCrypt
3-
Version: 103.5.1
3+
Version: 103.6.0
44
Release: 1%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
@@ -13,8 +13,6 @@ Source2: find-debuginfo
1313
# Use ./generate-env-file.sh --release-tag <git-version-tag> to generate this. For example:
1414
# ./generate-env-file.sh --release-tag v103.5.1
1515
Source3: symcrypt-build-environment-variables-v%{version}.sh
16-
Patch1: 0001-add-build-flags-to-prevent-stripping-and-post-proces.patch
17-
Patch2: 0001-add-parameter-to-process_fips_module-to-specify-the-.patch
1816
BuildRequires: cmake
1917
%ifarch aarch64
2018
BuildRequires: clang >= 12.0.1-4
@@ -105,6 +103,9 @@ chmod 755 %{buildroot}%{_libdir}/libsymcrypt.so.%{version}
105103
%{_includedir}/*
106104

107105
%changelog
106+
* Mon Nov 25 2024 Tobias Brick <tobiasb@microsoft.com> - 103.6.0-1
107+
- Upgrde to 103.6.0
108+
108109
* Mon Oct 21 2024 Tobias Brick <tobiasb@microsoft.com> - 103.5.1-1
109110
- Update 103.5.1
110111

SPECS/SymCrypt/add-parameter-to-version-script-to-print-the-commit-info.patch

Lines changed: 0 additions & 74 deletions
This file was deleted.

SPECS/SymCrypt/generate-env-file.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ fi
7373
echo "Tag commit is '${TAG_COMMIT}'"
7474
git reset --hard "${TAG_COMMIT}"
7575

76-
# Patching the version script; will be unneeded as of v103.5.2
77-
git apply "${CURRENT_DIR}/add-parameter-to-version-script-to-print-the-commit-info.patch"
78-
7976
# Call the version script to get the properly formmatted git info
8077
ENV_SCRIPT_FILE_NAME="symcrypt-build-environment-variables-${RELEASE_TAG}.sh"
8178
echo "#!/bin/bash" > "${CURRENT_DIR}/${ENV_SCRIPT_FILE_NAME}"

SPECS/SymCrypt/symcrypt-build-environment-variables-v103.5.1.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
# Generated by 'generate-env-file.sh'
3+
export SYMCRYPT_BRANCH=main
4+
export SYMCRYPT_COMMIT_HASH=1d7e34b
5+
export SYMCRYPT_COMMIT_TIMESTAMP=2024-11-23T02:26:24+00:00

0 commit comments

Comments
 (0)