-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 OpenSSL version to 1.1.1w
#2958
Conversation
I just ran into this problem too. +1 for getting this merged. And thank you for submitting the PR! |
I guess we need a new release. |
1.1.1w
Is there a way to specify openssl==1.1.1w in the build spec? Tried it in buildozer.spec but not working. Update: |
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. Thank you!
(CI/CD pipeline took a while)
hi! is it possible to cherrypick this change also into the "release-2022.12.20" branch? it's the only release that works for me ^.^ |
Unfortunately, it doesn't work for me. P4A continues to download |
Did you try local recipe as mentioned in the above link? |
Try the openssl recipe as per the above link |
@TechLearner18 Yes:
|
that wont work. Download as per the link and just copy the openssl folder. make the changes in the init.py |
I had to manually change the OpenSSL version in the recipe |
Change the branch to |
Yep, works fine doing that :) |
Estou gerando apk apartir do google colab e também aparece o mesmo erro, coloquei o link mais recente no requirements (buildozer.spec) mas continua dar o mesmo erro!!! |
Hi, when can we expect a new release with this fix? |
The new release is out now! |
I encountered the following error:
Downloading openssl from https://www.openssl.org/source/openssl-1.1.1m.tar.gz
resulted in
urllib.error.HTTPError: HTTP Error 404: Not Found
and a failed build.
On visiting the link from the old code, it says
The download for old version has been moved to https://www.openssl.org/source/old/1.1.1/openssl-1.1.1m.tar.gz
The link for the latest version is https://www.openssl.org/source/openssl-1.1.1w.tar.gz
This commit includes the updated link to resolve the above error.