update for python3
This python update fixes the following security and non-security issues:
- bnc#869222: Fixed DoS when opening malicious archives (CVE-2013-7338).
- bnc#863741: Fixed buffer overflow in socket.recvfrom_into
(CVE-2014-1912).
- bnc#871152: Fixed race condition with umask when creating directories
with os.mkdirs (CVE-2014-2667).
- bnc#637176: Fixed update multilib patch to handle home install scheme.
-
Submitted by
Jan Matejek (matejcik)
Fixed bugs
bnc#637176
Python doesn't have the PEP 370 compatible lib64 path
bnc#871152
VUL-0: CVE-2014-2667: python3: race in mkdir()
bnc#869222
VUL-0: CVE-2013-7338: python: denial of service (endless loop) via corrupted ZIP files
bnc#863741
VUL-0: CVE-2014-1912: python: buffer overflow in socket.recvfrom_into