Skip to content

Commit 9da2734

Browse files
authored
Revert "Pin SymCrypt 1.7.0 temporarily (#6995)" (#7016)
1 parent 7296748 commit 9da2734

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.3]
9+
10+
[6.0.3]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.3
11+
12+
### Changed
13+
14+
- SymCrypt backend pinning reverted after 1.8.0 memleak got fixed (#7016).
15+
816
## [6.0.2]
917

1018
[6.0.2]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.2

cmake/cpack_settings.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ else()
4747
)
4848
endif()
4949

50-
# SymCrypt backend is pinned to 1.7.0 for the time being until
51-
# https://github.com/microsoft/SymCrypt-OpenSSL/issues/115 is shipped.
5250
set(CCF_RPM_DEPENDENCIES
53-
"${CCF_RPM_BASE_DEPENDENCIES}, libuv >= 1.34.2, curl >= 7.68.0, libcxxabi >= 18.1.2, SymCrypt-OpenSSL == 1.7.0"
51+
"${CCF_RPM_BASE_DEPENDENCIES}, libuv >= 1.34.2, curl >= 7.68.0, libcxxabi >= 18.1.2"
5452
)
5553

5654
message(STATUS "RPM package dependencies: ${CCF_RPM_DEPENDENCIES}")

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ccf"
7-
version = "6.0.2"
7+
version = "6.0.3"
88
authors = [
99
{ name="CCF Team", email="[email protected]" },
1010
]

scripts/setup-ci.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,3 @@ tdnf -y install strace
6464

6565
# For packaging
6666
tdnf -y install rpm-build
67-
68-
# SymCrypt backend is pinned to 1.7.0 for the time being until
69-
# https://github.com/microsoft/SymCrypt-OpenSSL/issues/115 is shipped.
70-
tdnf -y remove SymCrypt-OpenSSL
71-
tdnf -y install SymCrypt-OpenSSL-1.7.0-1.azl3

0 commit comments

Comments
 (0)