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

[qpid-proton] update and don't build tests #24227

Merged
merged 2 commits into from
Apr 19, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
22 changes: 0 additions & 22 deletions ports/qpid-proton/fix-openssl3.patch

This file was deleted.

10 changes: 6 additions & 4 deletions ports/qpid-proton/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ vcpkg_find_acquire_program(PYTHON3)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/qpid-proton
REF dc244b1f7e886883a2bb416407f42ba55d0f5f42 # 0.32.0
SHA512 19f191dd206fd43a8f5b8db95f6ada57bd60b93eb907cf32f463c23cfe8c5f4914c6f4750ebde50c970387fb62baf4451279803eeb000bc8bb5c200692e5d1d7
REF fee5e94afb83b92ffa60a6f815d5102a67915166 # 0.37.0
SHA512 e9fbd02444dd073908186e6873b4e230e0a5971929e9b1a49758240d166f6da4e6c88d701c66d5e5539bea0beca380c763bffcef5b0e1ed5f9fc2691f5f86559
HEAD_REF next
PATCHES
fix-openssl3.patch
)

vcpkg_cmake_configure(
Expand All @@ -20,6 +18,10 @@ vcpkg_cmake_configure(
-DENABLE_JSONCPP=ON
-DENABLE_LINKTIME_OPTIMIZATION=OFF
-DLIB_SUFFIX=
-DENABLE_WARNING_ERROR=OFF
-DENABLE_BENCHMARKS=OFF
-DENABLE_FUZZ_TESTING=OFF
-DBUILD_TESTING=OFF
-DPYTHON_EXECUTABLE=${PYTHON3}
)

Expand Down
3 changes: 1 addition & 2 deletions ports/qpid-proton/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "qpid-proton",
"version": "0.32.0",
"port-version": 5,
"version": "0.37.0",
"description": "Qpid Proton is a high-performance, lightweight messaging library.",
"homepage": "https://github.com/apache/qpid-proton",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5649,8 +5649,8 @@
"port-version": 2
},
"qpid-proton": {
"baseline": "0.32.0",
"port-version": 5
"baseline": "0.37.0",
"port-version": 0
},
"qscintilla": {
"baseline": "2.12.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qpid-proton.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "720cc65a7b408878662ce7c749211fa7edaf25fd",
"version": "0.37.0",
"port-version": 0
},
{
"git-tree": "bc437ca04548b4ca544af845a2e2327010aa3281",
"version": "0.32.0",
Expand Down