Follow-ups to OpenSSL 3.6.3 bump: CPython - #391
Open
jhanca-robotecai wants to merge 2 commits into
Open
Conversation
Signed-off-by: Jan Hanca <jan.hanca@robotec.ai>
Re-pin python's Linux and Linux-aarch64 depends_on_packages to OpenSSL-3.6.3-rev1 Bump the package rev Fix the OpenSSL license file reference (LICENSE -> LICENSE.txt, renamed in OpenSSL 3.x). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Signed-off-by: Jan Hanca <jan.hanca@robotec.ai>
jhanca-robotecai
force-pushed
the
jh/update_openssl_dependency
branch
from
July 24, 2026 12:01
7b541a2 to
6bd771a
Compare
Contributor
Author
|
PR #387 (the OpenSSL bump) merged successfully, but its package promotion is still stuck, hence CI failure. I will manually run the CI again when ready. |
Contributor
|
@jhanca-robotecai There seems to be a problem deploying the OpenSSL to the dev environment. The build is no longer there, so we may need to do a revision bump to get another build of OpenSSL and then promote it as soon as the jobs finish building. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-ups to OpenSSL 3.6.3 bump (#387)
Qt: remove unused script parameters (Linux/Linux-aarch64)
The
OPENSSL_FOLDER_NAMEargument inbuild-linux.shwas dead code, never referenced after assignment. Removed the dependency and the unused parameter; Windows's OpenSSL usage is untouched. The same for two other parameters.Python: rebuild bundled OpenSSL to 3.6.3 (Linux/Linux-aarch64)
_ssl.cpython-310-x86_64-linux-gnu.soand_hashlib.cpython-310-x86_64-linux-gnu.sostatically embed and export unhidden OpenSSL symbols: update the dependency from 1.1.1t to 3.6.3.Windows and Mac Python are unaffected by this PR, both are stuck on CPython 3.10's own upstream-frozen OpenSSL 1.1.1u/1.1.1w.
Testing
qt-*-linux/qt-*-windowsandpython-*-linuxpackages (ldd,nm -D,strings)