Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings

gh-90005: Don't link with libbsd if not needed#105236

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

Merged

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aaslanderlend-aasland commentedJun 2, 2023
edited by bedevere-bot
Loading

jefferyto reacted with thumbs up emoji
@erlend-aasland
Copy link
ContributorAuthor

@jefferyto, does this work for you? (re#29696 (comment))

@jefferyto
Copy link
Contributor

Checking config.log after a test build with this change, I no longer see a check for libbsd after the flock function check is successful (and no-lbsd), so I would say this works 👍

erlend-aasland reacted with thumbs up emoji

@erlend-aaslanderlend-aasland marked this pull request as ready for reviewJune 6, 2023 08:59
@erlend-aaslanderlend-aasland added needs backport to 3.11only security fixes needs backport to 3.12only security fixes labelsJun 6, 2023
@erlend-aaslanderlend-aaslandenabled auto-merge (squash)June 6, 2023 09:10
@erlend-aaslanderlend-aasland merged commite01c4de intopython:mainJun 6, 2023
@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

Sorry@erlend-aasland, I had trouble checking out the3.12 backport branch.
Please retry by removing and re-adding the "needs backport to 3.12" label.
Alternatively, you can backport usingcherry_picker on the command line.
cherry_picker e01c4de35dd40b132e57f4ba801991619bd2726b 3.12

@miss-islington
Copy link
Contributor

Sorry,@erlend-aasland, I could not cleanly backport this to3.11 due to a conflict.
Please backport usingcherry_picker on command line.
cherry_picker e01c4de35dd40b132e57f4ba801991619bd2726b 3.11

@erlend-aaslanderlend-aasland deleted the fix-fcntl-config branchJune 6, 2023 10:04
erlend-aasland added a commit to erlend-aasland/cpython that referenced this pull requestJun 6, 2023
@erlend-aasland
Copy link
ContributorAuthor

Thanks for the report,@jefferyto!

@bedevere-bot
Copy link

GH-105359 is a backport of this pull request to the3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11only security fixes labelJun 6, 2023
@bedevere-bot
Copy link

GH-105360 is a backport of this pull request to the3.12 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.12only security fixes labelJun 6, 2023
erlend-aasland added a commit to erlend-aasland/cpython that referenced this pull requestJun 6, 2023
erlend-aasland added a commit that referenced this pull requestJun 6, 2023
)The regression was introduced with commit5b946ca.Restore pregh-29696 behaviour.
erlend-aasland added a commit that referenced this pull requestJun 6, 2023
)The regression was introduced with commit5b946ca.Restore pregh-29696 behaviour.
jefferyto added a commit to jefferyto/openwrt-packages that referenced this pull requestSep 5, 2023
Includes fix forCVE-2023-40217 (Bypass TLS handshake on closedsockets).This also:* Remove 027-install-python3-symlink-after-stdlib.patch  This was merged upstream inpython/cpython#104693.* Remove fix for unnecessary linking with libbsd  (60bf01c)  This was fixed upstream inpython/cpython#105236.Signed-off-by: Jeffery To <jeffery.to@gmail.com>
jefferyto added a commit to jefferyto/openwrt-packages that referenced this pull requestSep 5, 2023
Includes fix forCVE-2023-40217 (Bypass TLS handshake on closedsockets).This also:* Remove 027-install-python3-symlink-after-stdlib.patch  This was merged upstream inpython/cpython#104693.* Remove fix for unnecessary linking with libbsd  (60bf01c)  This was fixed upstream inpython/cpython#105236.Signed-off-by: Jeffery To <jeffery.to@gmail.com>
1715173329 pushed a commit to openwrt/packages that referenced this pull requestSep 8, 2023
Includes fix forCVE-2023-40217 (Bypass TLS handshake on closedsockets).This also:* Remove 027-install-python3-symlink-after-stdlib.patch  This was merged upstream inpython/cpython#104693.* Remove fix for unnecessary linking with libbsd  (60bf01c)  This was fixed upstream inpython/cpython#105236.Signed-off-by: Jeffery To <jeffery.to@gmail.com>
jefferyto added a commit to jefferyto/openwrt-packages that referenced this pull requestSep 12, 2023
Includes fix forCVE-2023-40217 (Bypass TLS handshake on closedsockets).This also:* Remove 027-install-python3-symlink-after-stdlib.patch  This was merged upstream inpython/cpython#104693.* Remove fix for unnecessary linking with libbsd  (60bf01c)  This was fixed upstream inpython/cpython#105236.Signed-off-by: Jeffery To <jeffery.to@gmail.com>(cherry picked from commite42c845)
BKPepe pushed a commit to openwrt/packages that referenced this pull requestSep 14, 2023
Includes fix forCVE-2023-40217 (Bypass TLS handshake on closedsockets).This also:* Remove 027-install-python3-symlink-after-stdlib.patch  This was merged upstream inpython/cpython#104693.* Remove fix for unnecessary linking with libbsd  (60bf01c)  This was fixed upstream inpython/cpython#105236.Signed-off-by: Jeffery To <jeffery.to@gmail.com>(cherry picked from commite42c845)
lu-zero pushed a commit to domo-iot/packages that referenced this pull requestOct 23, 2023
Includes fix forCVE-2023-40217 (Bypass TLS handshake on closedsockets).This also:* Remove 027-install-python3-symlink-after-stdlib.patch  This was merged upstream inpython/cpython#104693.* Remove fix for unnecessary linking with libbsd  (60bf01c)  This was fixed upstream inpython/cpython#105236.Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@corona10corona10Awaiting requested review from corona10corona10 is a code owner

Assignees

@erlend-aaslanderlend-aasland

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@erlend-aasland@jefferyto@miss-islington@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp