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

Delete OpenVPN mainline patch from our integration build #2149

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

smittals2
Copy link
Contributor

Description of changes:

Delete patch file for mainline build of OpenVPN with AWS-LC now that we have upstreamed support.
OpenVPN/openvpn@aab1f86

Call-outs:

Point out areas that need special attention or support during the review process. Discuss architecture or design changes.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? Are there any testing steps to be verified by the reviewer?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@smittals2 smittals2 requested a review from a team as a code owner January 29, 2025 21:27
@smittals2 smittals2 changed the title Delete OpenVPN mainline patch from our integration Delete OpenVPN mainline patch from our integration build Jan 29, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.96%. Comparing base (695c3a0) to head (722848c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2149      +/-   ##
==========================================
- Coverage   78.96%   78.96%   -0.01%     
==========================================
  Files         611      611              
  Lines      105514   105514              
  Branches    14941    14942       +1     
==========================================
- Hits        83319    83316       -3     
- Misses      21543    21546       +3     
  Partials      652      652              

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

@@ -41,6 +41,7 @@ function openvpn_build() {

OPENSSL_CFLAGS="-I/${AWS_LC_INSTALL_FOLDER}/include" \
OPENSSL_LIBS="-L/${AWS_LC_INSTALL_FOLDER}/lib -lssl -lcrypto" \
LDFLAGS="-Wl,-rpath=/${AWS_LC_INSTALL_FOLDER}/lib" \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat, this is a nice fix to avoid having to specify LD_LIBRARY_PATH in a lot of spots.

@smittals2 smittals2 enabled auto-merge (squash) January 30, 2025 22:29
@smittals2 smittals2 merged commit 35da9fe into aws:main Jan 30, 2025
122 of 126 checks passed
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.

4 participants