Skip to content

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

Merged
ned-deily merged 1 commit intopython:mainfrom
ned-deily:openssl11q-patch
Sep 5, 2022
Merged

Add upstream openssl 1.1.1q patch for trivial build error on macOS#96594
ned-deily merged 1 commit intopython:mainfrom
ned-deily:openssl11q-patch

Conversation

@ned-deily
Copy link
Copy Markdown
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
Copy Markdown
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
…ythonGH-96594)

(cherry picked from commit 991b371)

Co-authored-by: Ned Deily <nad@python.org>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Sep 5, 2022
@bedevere-bot
Copy link
Copy Markdown

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
Copy Markdown

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
…ythonGH-96594)

(cherry picked from commit 991b371)

Co-authored-by: Ned Deily <nad@python.org>
miss-islington added a commit that referenced this pull request Sep 5, 2022
…H-96594)

(cherry picked from commit 991b371)

Co-authored-by: Ned Deily <nad@python.org>
miss-islington added a commit that referenced this pull request Sep 5, 2022
…H-96594)

(cherry picked from commit 991b371)

Co-authored-by: Ned Deily <nad@python.org>
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