Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sobjectizer] Update to v.5.7.3 #22399

Merged
merged 10 commits into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/so5extra/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/so5extra
REF 20f4c83ecde1509fbaf337dcf40f2f49dcf2690d # v.1.4.1.1
SHA512 a3df042b60afc4c57361b5b3c21f4b7c077f1b0ab7a4d33fda14cc915f10b22a42ef0acbb1c7c8b356ce31ee84f24391164120642faf96235549204c83b40294
REF 713ed4876135dfaa9b744b567f7c300eae09800d # v.1.5.0
SHA512 51b1e9521288c4cfbbf29aa9719b9da3ee0073e38af6fc275a5ec0a22b4bededf293b136aac0cf99a435b4411ccf0687556418fc25285f501a6f426f3a623c34
)

vcpkg_configure_cmake(
JonLiu1993 marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
7 changes: 5 additions & 2 deletions ports/so5extra/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "so5extra",
"version": "1.4.1.1",
"version": "1.5.0",
"description": "A set of additional tools for SObjectizer framework.",
"homepage": "https://github.com/Stiffstream/so5extra",
"license": "BSD-3-Clause",
"dependencies": [
"sobjectizer"
{
"name": "sobjectizer",
"version>=": "5.7.3"
}
]
}
4 changes: 2 additions & 2 deletions ports/sobjectizer/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/sobjectizer
REF 972b5310b7a486dd4d4322ffb46f1c7e15c47ef6 # v.5.7.2.6
SHA512 0e5160981218d49beda3ed367ed34fa05c706104f68b6b06619f62a9b2a1ef92b08ddfd3ae14451e51e41bb7742789da4536289ec9d2d23dce13cdf6284108c9
REF 4c3bf6e9da4eae21fa5cce31dd464aabaec803a4 # v.5.7.3
SHA512 e5de6753d44c85c8077b133af1823bf892e1e7361659bbfc424b39c2f123e3b1c99b1292908e32034b538ef2410a41587c51723c8f8e1ffd85badd559f2a393c
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SOBJECTIZER_BUILD_STATIC )
Expand Down
2 changes: 1 addition & 1 deletion ports/sobjectizer/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sobjectizer",
"version": "5.7.2.6",
"version": "5.7.3",
"description": "SObjectizer is a C++ in-process message dispatching framework with implementation of Actor Model, Publish-Subscribe Model and CSP-like channels.",
"homepage": "https://github.com/Stiffstream/sobjectizer",
"license": "BSD-3-Clause"
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6421,11 +6421,11 @@
"port-version": 1
},
"so5extra": {
"baseline": "1.4.1.1",
"baseline": "1.5.0",
"port-version": 0
},
"sobjectizer": {
"baseline": "5.7.2.6",
"baseline": "5.7.3",
"port-version": 0
},
"soci": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/so5extra.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1b2fe71b9986d75a49a914d2aebad8b17f55f2f7",
"version": "1.5.0",
"port-version": 0
},
{
"git-tree": "19014d4bd5c636ba619162dfad251af8142e4843",
"version": "1.4.1.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sobjectizer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "47d129c5a40cebcc575ac44dffe453e531ed55dc",
"version": "5.7.3",
"port-version": 0
},
{
"git-tree": "a9d077353078063b67cad355ccb7546a0b4bfcac",
"version": "5.7.2.6",
Expand Down