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

borg2 - Support other OpenSSL versions on OpenBSD #8557

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bket
Copy link
Contributor

@bket bket commented Nov 23, 2024

setup.py hardcoded crypto library paths for OpenBSD, causing build issue when OpenBSD drops specific OpenSSL version. Solution is to make paths configurable.

Addresses #8553.

`setup.py` hardcoded crypto library paths for OpenBSD, causing build
issue when OpenBSD drops specific OpenSSL version. Solution is to make
paths configurable.

Addresses borgbackup#8553.
Copy link

codecov bot commented Nov 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.51%. Comparing base (33834c4) to head (127d80b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8557      +/-   ##
==========================================
- Coverage   81.79%   81.51%   -0.28%     
==========================================
  Files          74       74              
  Lines       13292    13292              
  Branches     1957     1957              
==========================================
- Hits        10872    10835      -37     
- Misses       1756     1785      +29     
- Partials      664      672       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant