Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Fix OpenSSL version parsing in python-build script#3181

Merged
native-api merged 1 commit intopyenv:masterfromthreadflow:master
Feb 2, 2025

Conversation

threadflow
Copy link
Contributor

Prerequisite

  • Please consider implementing the feature as a hook script or plugin as a first step.
    • This is a bug fix in the core functionality of version parsing, not suitable for a plugin implementation.
  • Please consider contributing the patch upstream torbenv, since we have borrowed most of the code from that project.
    • This is a Python-specific OpenSSL version parsing fix, not applicable to rbenv.
  • My PR addresses the following pyenv issue (if any)
    • N/A - This is a standalone bug fix

Description

  • Here are some details about my PR:
    • Fixes OpenSSL version parsing in theopenssl_version() function
    • The function was incorrectly parsing the first element of the version array instead of the second element after splitting on '-'
    • Changedver[0] tover[1] to correctly extract the version number portion
    • This ensures proper version comparison for OpenSSL builds

Tests

  • My PR adds the following unit tests:
    • No new tests added as this is a simple version parsing fix
    • The fix can be verified by building Python versions that depend on different OpenSSL versions

native-api reacted with thumbs up emoji
@native-apinative-api merged commit8d93cca intopyenv:masterFeb 2, 2025
18 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@threadflow@native-api

[8]ページ先頭

©2009-2025 Movatter.jp