SHA256
1
0
forked from pool/python

- fixed a security flaw where malicious sites could redirect

Python application from http to a local file
  (CVE-2011-1521, bnc#682554)
- fixed race condition in Makefile which randomly failed
  parallel builds ( http://bugs.python.org/issue10013 )

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=94
This commit is contained in:
Jan Matejek
2011-05-02 16:07:07 +00:00
committed by Git OBS Bridge
parent 238d8e6b32
commit ef4beb4804
4 changed files with 157 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 2 16:04:49 UTC 2011 - jmatejek@novell.com
- fixed a security flaw where malicious sites could redirect
Python application from http to a local file
(CVE-2011-1521, bnc#682554)
- fixed race condition in Makefile which randomly failed
parallel builds ( http://bugs.python.org/issue10013 )
-------------------------------------------------------------------
Thu Feb 17 17:37:09 CET 2011 - pth@suse.de