Commit Graph

43 Commits

Author SHA1 Message Date
Charalampos Stratakis
c7e52cdf75 Update to 3.9.14
Security fixes for CVE-2020-10735 and CVE-2021-28861

Removed upstreamed part of the FIPS patch

Resolves: rhbz#2120642, rhbz#1834423, rhbz#2128249
2022-09-21 22:50:08 +02:00
Lumir Balhar
2ccf414f48 Fix test_get_ciphers in test_ssl.py for FIPS mode 2022-07-27 14:41:44 +02:00
Charalampos Stratakis
b19edcc49a Security fix for CVE-2015-20107
Resolves: rhbz#2075390
2022-06-10 04:31:50 +02:00
Charalampos Stratakis
36fc6d070d Update to 3.9.13
Resolves: rhbz#2054702, rhbz#2059951
2022-06-01 16:09:46 +02:00
Charalampos Stratakis
c076ac88b9 Fix undefined behavior in Modules/_hashopenssl.c
Backport of 59e004af63

Resolves: rhbz#1942527
2022-02-10 22:08:55 +01:00
Charalampos Stratakis
c20330386e Update to 3.9.10
Support OpenSSL FIPS mode

Resolves: rhbz#1942527, rhbz#1835169
2022-01-25 18:01:44 +01:00
Charalampos Stratakis
6bbe9aed00 Add rpminspect file 2022-01-18 23:58:19 +00:00
Miro Hrončok
f879788604 Sync patch 251 with Python 3.10+ on Fedora < 36
Instruct pip to use distutils
-----------------------------

The current version of pip uses distutils on Python < 3.10,
so this should change nothing,
but future versions of pip may theoretically change that.

Instruct pypa/distutils to add /local/ addition to prefix
---------------------------------------------------------

Needed for setuptools 60+ installed/upgraded by pip or when we update it in rawhide.
Setuptools 60+ uses bundled pypa/distutils instead of the standard library distutils.

Resolves: rhbz#2040656
2022-01-14 12:42:43 +01:00
Miro Hrončok
e5bcc23d18 Temporary workaround for missing %apply_patch in RPM 4.17
This is needed to make the spec file %prep on a Fedora 35+ machine.

See https://bugzilla.redhat.com/show_bug.cgi?id=1954999

This is not really related to the following bugzilla, but it allowed me to work on it:
Related: rhbz#2040656
2022-01-14 12:42:43 +01:00
Tomas Orsava
37fb8f4b58 Read pre-packaged Python wheels from a newly versioned directory
/usr/share/python3-wheels

Resolves: rhbz#1982668
2021-11-22 22:10:34 +01:00
Tomáš Hrnčiar
8e7bac3593 Update to 3.9.9
Resolves: rhbz#2024322
2021-11-18 18:08:02 +01:00
Tomáš Hrnčiar
2cbbc5ce2e Update to 3.9.8
Resolves: rhbz#2003759
2021-11-08 13:58:30 +01:00
Miro Hrončok
286d519de3 Update to 3.9.7
Resolves: rhbz#1995162
2021-09-09 16:19:24 +02:00
Charalampos Stratakis
7e5d89a573 Add preliminary FIPS mode patch
Related: rhbz#1942527
2021-09-03 17:38:37 +02:00
DJ Delorie
d7c19675f3 Rebuilt for libffi 3.4.2 SONAME transition.
Related: #1891914
2021-08-18 20:58:22 -04:00
Mohan Boddu
056e3b6fbc Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 00:07:20 +00:00
Florian Weimer
0c1eb7b379 Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
Related: #1984652
2021-08-06 13:41:40 +02:00
Tomas Orsava
b947d34fb0 Obsolete platform-python-setuptools/pip
Related: rhbz#1891487
2021-08-04 18:16:19 +02:00
Charalampos Stratakis
e95f72f20c Build only blake2 from the internal hash implementations
Use md5, sha1, sha256, sha512 and sha3 from OpenSSL

Related: rhbz#1935437, rhbz#1942527
2021-07-29 14:42:21 +02:00
Florian Weimer
ffd08305c7 Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
Related: #1984097
2021-07-28 11:30:41 +02:00
Lukas Zachar
f6c36e121d Gate on STI tests 2021-07-15 14:41:00 +00:00
Tomas Hrnciar
e3a3547725 Update to 3.9.6
Related: rhbz#1950291
2021-06-29 16:24:40 +02:00
Miro Hrončok
37f8d77967 Set $LD_LIBRARY_PATH when asserting libmpdec version
Without $LD_LIBRARY_PATH, the test uses installed libpython,
which might be older Python version when updating
or missing entirely when building --with bootstrap.

Related: rhbz#1950291
2021-06-29 16:23:48 +02:00
Mohan Boddu
1f8bc7f232 Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-06-15 16:41:55 -04:00
Charalampos Stratakis
b9849c5d12 Add virtual provides for the bundled libmpdec
Related: rhbz#1950291
2021-06-09 14:06:58 +02:00
Miro Hrončok
67b133f25b Stop Recommending setuptools and move the pip Recommendation to python3-devel
With modern pip, setuptools is not required on runtime.
Python packages use PEP 517 instead.

Hence, we no longer Recommend setuptools and pip, but pip only.

Users who are impacted may see one of:

    ModuleNotFoundError: No module named 'setuptools'
    ModuleNotFoundError: No module named 'pkg_resoureces'

They can easily recover by installing python3-setuptools or python3-pkg_resources.

Related but not explicitly part of:
https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools

Together with this change, we move the pip Recommendation to the python3-devel package.
"Regular users" of Fedora and RHEL are less likely to need pip and more likely to brick
their systems with it. If they need pip, they can dnf install pip.

Pip (incl. setuptools) still works in environments created with venv or virtualenv.

Resolves: rhbz#1947857
2021-06-04 16:27:41 +02:00
Tomas Hrnciar
24e9be4681 Update to 3.9.5
Related: rhbz#1950291
2021-05-07 11:25:49 +02:00
Lumir Balhar
4beef0c6b0 Update to 3.9.4
Related: rhbz#1950291
2021-04-16 12:31:00 +02:00
Mohan Boddu
a3b4852bb7 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 04:59:00 +00:00
Petr Viktorin
08a5d0a243 On RHEL 9+, build without the legacy nis module
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1942376
2021-04-07 21:28:15 +02:00
DistroBaker
215663cc49 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#81b2ac3ff972cdbc311662ccb3d7ab67a5fef2c3
2021-02-20 19:40:25 +00:00
DistroBaker
dba69f54be Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#563b4f4b59a9f81095acfe30899fdc4b040c1b9b
2021-02-18 16:53:21 +00:00
DistroBaker
6a3efb5b41 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#ca1a2cefd804cd75ae0cd5f844f1f9c824fdd7c7
2021-02-04 15:57:59 +00:00
DistroBaker
fa69bfbdf4 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#0bfe73bb57b46eba1ddc99e1502e29c514e0ea61
2021-01-25 21:29:10 +00:00
DistroBaker
ecf5ea609f Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#1d2d05b30506c5758da94f1cd3860f3d58a87db0
2021-01-22 16:12:02 +00:00
DistroBaker
e9bd0522f2 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#ca1a6065650b51cd14d2341fd3a65bb6ed01c28d
2021-01-21 19:17:24 +00:00
DistroBaker
790298f186 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#2084e749c71fe494a9a4ed76ce9c2d149b76868c
2020-12-19 06:14:57 +00:00
DistroBaker
d1b63c87a8 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#8a32dad017ea976df1c1eff8710cf45bf468202c
2020-11-27 15:15:30 +00:00
DistroBaker
ce226d00fa Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python3.9.git#505b395c0b899acbd9b1503aab63f32f95dd801a
2020-11-01 00:21:29 +00:00
Troy Dawson
44b97909a0 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/python3.9#9ceb5be63de8c8e006d41c7460e435bd50a5caaf
2020-10-23 08:46:36 -07:00
Troy Dawson
74ce5aaf20 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/python3.9#9ceb5be63de8c8e006d41c7460e435bd50a5caaf
2020-10-22 13:26:42 -07:00
Troy Dawson
497e7b505c RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/python3.9#9ceb5be63de8c8e006d41c7460e435bd50a5caaf
2020-10-21 14:49:50 -07:00
Release Configuration Management
6f4b89374e New branch setup 2020-10-08 22:09:39 +00:00