Custom Query (121 matches)
Results (55 - 57 of 121)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #177 | fixed | Secirity risk: easy_install reads a wiki page to get tarball path | xi | upadhyay@… |
| Description |
This is a *huge* security risk. Anyone can modify the wiki page: http://pyyaml.org/wiki/PyYAML, adding a malicious tarball location, that will be downloaded by easy_install and run as root on everyone who tries to install PyYAML. At the very least please make the wiki page editable by only few people. Or make the pypi download location point to something more "reliable". |
|||
| #181 | fixed | No symbols exported from yaml.dll | xi | pxn11432@… |
| Description |
yaml.dll built in vs2008 doesn't export any symbols. It has been corrected by declaring WIN32 pre-processor macro in yamldll.vcproj project. Regards, |
|||
| #188 | fixed | pyyaml 3.09 fails to build with gcc4.6 | xi | ubuntu@… |
| Description |
In the next Ubuntu release we will be using gcc4.6. pyyaml fails to build with it. The failure is: Function `PyCObject_FromVoidPtr' implicitly converted to pointer at ext/_yaml.c:20301 Function `PyCObject_FromVoidPtr' implicitly converted to pointer at ext/_yaml.c:20301 The full build log is available at: |
|||
