-
Notifications
You must be signed in to change notification settings - Fork 482
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
git-crypt 0.7.0 does not build with openssl 3.1.0 #290
Comments
After applying patch from the PR #249, it works.
|
Btw, there are still some deprecation warnings left after applying the patch, but they do not break the build.
|
arnout
pushed a commit
to buildroot/buildroot
that referenced
this issue
Jul 18, 2023
Fix was proposed upstream: AGWA/git-crypt#290 Alpine Linux uses a similar fix: https://git.alpinelinux.org/aports/commit/community/git-crypt/APKBUILD?id=25b42ad7711b08c63aaf3c24af80a4bcd7607817 Fixes: http://autobuild.buildroot.net/results/dfb/dfb5da218bb323edc57cc609c2b75d5fbc6e1fd1/ Signed-off-by: Bernd Kuhls <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
citral23
pushed a commit
to citral23/buildroot
that referenced
this issue
Sep 18, 2023
Fix was proposed upstream: AGWA/git-crypt#290 Alpine Linux uses a similar fix: https://git.alpinelinux.org/aports/commit/community/git-crypt/APKBUILD?id=25b42ad7711b08c63aaf3c24af80a4bcd7607817 Fixes: http://autobuild.buildroot.net/results/dfb/dfb5da218bb323edc57cc609c2b75d5fbc6e1fd1/ Signed-off-by: Bernd Kuhls <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
I think I fixed the build in my fork https://github.com/maxisam/git-crypt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to build git-crypt with OpenSSL 3.1.0 on Alpine 3.18.
Steps to reproduce:
docker build - < Dockerfile
Result:
Build works with Alpine 3.16, but starting with Alpine 3.17 it doesn't work.
That happens because Alpine 3.16 is shipped with OpenSSL 1.1.1t 7 Feb 2023 and Alpine 3.17 uses OpenSSL 3.0.8 7 Feb 2023 (Library: OpenSSL 3.0.8 7 Feb 2023). Just in case, Alpine 3.18 uses OpenSSL 3.1.0 14 Mar 2023 (Library: OpenSSL 3.1.0 14 Mar 2023).
The text was updated successfully, but these errors were encountered: