-
-
Notifications
You must be signed in to change notification settings - Fork 479
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 to 3.0.8 #35571
update openssl to 3.0.8 #35571
Conversation
Run ci-linux workflow? |
I don't know how to do this - it's not a named branch, I don't see how to trigger it (at least not from the browser) |
It is named in your repo, where you can run it. It's called |
OK, running https://github.com/dimpase/sage/actions/runs/4810927760 |
So you see, https://github.com/dimpase/sage/actions/runs/4810927760 failed all jobs due to some Docker blah or whatever. |
needless to say, it works otherwsie... |
Try with #35417 merged |
I understand it still won't fly. |
Depends on your config; it sure works for me |
well, as it all happens on GitHub, I have no idea how our forks are different. |
this link has pages and pages of verbose instructions. Presumably you figured it out - then it should go to a wiki or to a manual, what precisely has to be set. |
Documentation preview for this PR is ready! 🎉 |
yes, that's #35108 |
I've tested it on a few platforms in https://github.com/mkoeppe/sage/actions/runs/4922782397 (using #35380). It seems fine. |
from sage-devel by Thierry: I took his branch and made this PR from it.
Sage's current openssl version (3.0.5) hass several "High severity"
vulnerabilities, see https://www.openssl.org/news/vulnerabilities.html
It would be nice to have the fixes included in the next Sage release. I am not
using github, here is a pull request (literally) to fix this :
git pull https://lipn.univ-paris13.fr/~monteil/hebergement/sage/sage.git openssl.3.0.8
(commit hash : 997a6bd)
I checked the hash of the tarballs against the GPG signatures by upstream developers.
Tarball at : https://www.openssl.org/source/openssl-3.0.8.tar.gz
Ciao,
Thierry
P.S. Note that 3.1.0. has been very recently released, however 3.0.x is LTS and will
not have structural changes. Just in case, here is a verified branch :
git pull https://lipn.univ-paris13.fr/~monteil/hebergement/sage/sage.git openssl.3.1.0
(commit hash : 9229a2be66dc0e4f2e3f677aa515a33bfe72a873)
Tarball at : https://www.openssl.org/source/openssl-3.1.0.tar.gz