8000 Tags · fedora-python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Tags: fedora-python/cpython

Tags

fedora-3.11.12-3

Toggle fedora-3.11.12-3's commit message
00462: Fix PySSL_SetError handling SSL_ERROR_SYSCALL

Python 3.10 changed from using SSL_write() and SSL_read() to SSL_write_ex() and
SSL_read_ex(), but did not update handling of the return value.

Change error handling so that the return value is not examined.
OSError (not EOF) is now returned when retval is 0.

This resolves the issue of failing tests when a system is
stressed on OpenSSL 3.5.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>

fedora-3.10.17-3

Toggle fedora-3.10.17-3's commit message
00462: Fix PySSL_SetError handling SSL_ERROR_SYSCALL

Python 3.10 changed from using SSL_write() and SSL_read() to SSL_write_ex() and
SSL_read_ex(), but did not update handling of the return value.

Change error handling so that the return value is not examined.
OSError (not EOF) is now returned when retval is 0.

This resolves the issue of failing tests when a system is
stressed on OpenSSL 3.5.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>

fedora-3.12.10-4

Toggle fedora-3.12.10-4's commit message
00462: Fix PySSL_SetError handling SSL_ERROR_SYSCALL

Python 3.10 changed from using SSL_write() and SSL_read() to SSL_write_ex() and
SSL_read_ex(), but did not update handling of the return value.

Change error handling so that the return value is not examined.
OSError (not EOF) is now returned when retval is 0.

This resolves the issue of failing tests when a system is
stressed on OpenSSL 3.5.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>

fedora-3.14.0a7-3

Toggle fedora-3.14.0a7-3's commit message
00461: Downstream only: Install wheel in test venvs when setuptools < 71

This can be removed when Fedora 41 goes EOL (or updates setuptools).

fedora-3.14.0b1-1

Toggle fedora-3.14.0b1-1's commit message
00461: Downstream only: Install wheel in test venvs when setuptools < 71

This can be removed when Fedora 41 goes EOL (or updates setuptools).

fedora-3.13.3-3

Toggle fedora-3.13.3-3's commit message
00461: Downstream only: Install wheel in test venvs when setuptools < 71

fedora-3.12.10-3

Toggle fedora-3.12.10-3's commit message
00461: Downstream only: Install wheel in test venvs when setuptools < 71

fedora-3.14.0a7-2

Toggle fedora-3.14.0a7-2's commit message
00459: Apply Intel Control-flow Technology for x86-64

Required for mitigation against return-oriented programming (ROP) and Call or Jump Oriented Programming (COP/JOP) attacks

Proposed upstream: python#128606

See also: https://sourceware.org/annobin/annobin.html/Test-cf-protection.html

fedora-3.13.3-2

Toggle fedora-3.13.3-2's commit message
00459: Apply Intel Control-flow Technology for x86-64

Required for mitigation against return-oriented programming (ROP) and Call or Jump Oriented Programming (COP/JOP) attacks

Proposed upstream: python#128606

See also: https://sourceware.org/annobin/annobin.html/Test-cf-protection.html

fedora-3.12.10-2

Toggle fedora-3.12.10-2's commit message
00459: Apply Intel Control-flow Technology for x86-64

Required for mitigation against return-oriented programming (ROP) and Call or Jump Oriented Programming (COP/JOP) attacks

Proposed upstream: python#128606

See also: https://sourceware.org/annobin/annobin.html/Test-cf-protection.html
0