-
Fri Aug 05 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.3.2-16
- Fix for CVE-2016-1000110 HTTPoxy attack
Resolves: rhbz#1359169
-
Fri Jul 08 2016 Tomas Orsava <torsava@redhat.com> - 3.3.2-15
- Addendum for the Fix for CVE-2016-5699 (rhbz#1303699)
Python 3.3 does not yet have functions fullmatch and subTest,
the patch was rewritten accordingly
Resolves: rhbz#1346359
-
Fri Jul 01 2016 Tomas Orsava <torsava@redhat.com> - 3.3.2-14
- Addendum for the Fix for CVE-2016-0772 (rhbz#1303647)
In this version of Python, smtplib has 644 permissons, not 755,
thus I modified the patch to expect this and not adjust the permissons.
Resolves: rhbz#1346359
-
Tue Jun 21 2016 Tomas Orsava <torsava@redhat.com> - 3.3.2-13
- Fix for CVE-2016-0772 python: smtplib StartTLS stripping attack (rhbz#1303647)
Raise an error when STARTTLS fails (upstream patch)
- Fix for CVE-2016-5699 python: http protocol steam injection attack (rhbz#1303699)
Disabled HTTP header injections in http.client (upstream patch)
Resolves: rhbz#1346359
-
Thu Mar 20 2014 Matej Stuchlik <mstuchli@redhat.com> - 3.3.2-12
- Create a "python" man page
Resolves: rhbz#1072522
-
Thu Mar 20 2014 Matej Stuchlik <mstuchli@redhat.com> - 3.3.2-11
- Fix memory leak in os module
Resolves: rhbz#1071868
-
Mon Nov 25 2013 Robert Kuska <rkuska@redhat.com> - 3.3.2-10
- Move unversioned python macros to metapackage
-
Sun Nov 24 2013 Robert Kuska <rkuska@redhat.com> - 3.3.2-9
- Bytecompile all *.py files properly during build (rhbz#1023607)
- Allow building depending packages with unversioned python macros
i.e. %{__python} instead of %{__python3}
-
Tue Nov 12 2013 Robert Kuska <rkuska@redhat.com> - 3.3.2-8
- Fix memory leak in gdbm module (rhbz#977308)
- Make building depending collections on top of python33 easier
- Fix build with libffi containing multilib wrapper for ffi.h (rhbz#979696).
-
Thu Aug 15 2013 Matej Stuchlik <mstuchli@redhat.com> - 3.3.2-7
- Added patch for CVE-2013-4238 (rhbz#996733).