-
Notifications
You must be signed in to change notification settings - Fork 905
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
update Civetweb 1.15 to support openssl 1.1 #1782
update Civetweb 1.15 to support openssl 1.1 #1782
Conversation
Error is something that appeared on my local env too, but i guess it has nothing to do with my PR(?):
@leogr any idea? |
Are you compiling against a local libs repo? Perhaps the libs instance you're using has a different set of fields (maybe you are in this branch: falcosecurity/libs#126 ) |
Yep but i am building against falcosecurity/libs#91, thus that should make no really differences! |
Nevermind, falcosecurity/libs#91 was outdated; now rebased on master. This should fix the issue! |
07b1545
to
91fdfce
Compare
This test was fixed in #1753 PR. |
d0998a7
to
afff201
Compare
Rebased on master; dropped |
/check-dco |
@mstemm as you reviewed the libs part for this work, can you take a look at this one too? |
…openssl1.1. Signed-off-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
…built by us. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
…h too. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
…version to be able to test the build against FedeDP:fix_ssl_1_1_get_all_data branch (not yet merged). Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
…vars to civetweb cmake. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
…Add when building with bundled openssl or not, to avoid depending on an unexhistent target. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
…riables. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
afff201
to
a8e54e7
Compare
Rebased on falco master + updated libs to use falcosecurity libs master. |
/milestone 0.31.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
LGTM
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FedeDP, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 4c12d1f30afa26758bd798622c8f619237780657
|
wip: this PR requires falcosecurity/libs#91 to be merged on libs!!
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area build
What this PR does / why we need it:
The PR does some things:
Which issue(s) this PR fixes:
Fixes #1708
Special notes for your reviewer:
Does this PR introduce a user-facing change?: