Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Restore prepythongh-29696 behaviour
@jefferyto, does this work for you? (re#29696 (comment)) |
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 |
Thanks@erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry@erlend-aasland, I had trouble checking out the |
Sorry,@erlend-aasland, I could not cleanly backport this to |
…05236)The regression was introduced with commit5b946ca.Restore prepythongh-29696 behaviour.
Thanks for the report,@jefferyto! |
bedevere-bot commentedJun 6, 2023
GH-105359 is a backport of this pull request to the3.11 branch. |
bedevere-bot commentedJun 6, 2023
GH-105360 is a backport of this pull request to the3.12 branch. |
…05236)The regression was introduced with commit5b946ca.Restore prepythongh-29696 behaviour.
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>
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>
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>
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)
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)
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>
Uh oh!
There was an error while loading.Please reload this page.
Restore pregh-29696 behaviour