Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add upstream openssl 1.1.1q patch for trivial build error on macOS #96594

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

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

ned-deily
Copy link
Member

Fix OpenSSL 1.1.1q build error in macOS installer by including a post-1.1.1q fix from upstream:

This fixes a regression in 1.1.1q:

test/v3ext.c:201:24: error: implicitly declaring library function 'memcmp' with type 'int (const void *, const void *, unsigned long)' [-Werror,-Wimplicit-function-declaration]
        if (!TEST_true(memcmp(ip1->data, ip2->data, ip1->length) <= 0))


@ned-deily ned-deily added skip issue skip news needs backport to 3.10 only security fixes build The build process and cross-build 3.11 only security fixes 3.10 only security fixes 3.12 only security fixes needs backport to 3.11 only security fixes labels Sep 5, 2022
@ned-deily ned-deily requested a review from a team as a code owner September 5, 2022 17:53
@ned-deily ned-deily requested a review from pablogsal September 5, 2022 17:54
@ned-deily ned-deily merged commit 991b371 into python:main Sep 5, 2022
@miss-islington
Copy link
Contributor

Thanks @ned-deily for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 5, 2022
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Sep 5, 2022
@bedevere-bot
Copy link

GH-96596 is a backport of this pull request to the 3.11 branch.

@ned-deily ned-deily deleted the openssl11q-patch branch September 5, 2022 18:37
@bedevere-bot
Copy link

GH-96597 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Sep 5, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 5, 2022
miss-islington added a commit that referenced this pull request Sep 5, 2022
miss-islington added a commit that referenced this pull request Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.10 only security fixes 3.11 only security fixes 3.12 only security fixes build The build process and cross-build skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants