-
Notifications
You must be signed in to change notification settings - Fork 554
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
[Qt6Base] Upgrade to OpenSSL 3 #7619
Conversation
I'm not exactly sure if this is the correct fix? Fixes JuliaPackaging#7531.
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.
No
- you MUST change the version number when you change compat bounds
- compat bounds MUST be there
Okay, well we're a couple of versions behind (6.5.3 and 6.6.0 are both available: https://download.qt.io/archive/qt/), so should we just update those? |
Yup, that'd do it. |
Okay, no idea if this is the right way to do this. @barche does this look right? |
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
okay, i'm out of ideas... |
I’m away from my computers until Sunday, but 6.5.3 is the right version to choose, going to 6.6 would require rebuilding GR. |
Looks like the new version requires some extra patching to deal with the AVX stuff. |
thanks @barche! |
I assume it's unintentional that this removes everything but x64 linux musl? JuliaBinaryWrappers/Qt6Base_jll.jl@382b0ad |
OK I saw #7628 (comment) |
* [Qt6Base] Upgrade to OpenSSL 3 I'm not exactly sure if this is the correct fix? Fixes JuliaPackaging#7531. * Update build_tarballs.jl * Update Q/Qt6Base/build_tarballs.jl Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com> * Update build_tarballs.jl * Fix haswell error --------- Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com> Co-authored-by: Bart Janssens <bart@bartjanssens.org>
I'm not exactly sure if this is the correct fix?
Fixes #7531.
cc: @barche