2014-06-10 13:58:10 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to Django 1.4.13:
- caching framework may expose private data and/or allow cache poisoning
- stricter checking for valid URLs when redirecting based on user input,
e.g. on the login page
|
2014-05-09 13:38:27 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to Django 1.4.12:
- fix a potential execution of undesired code via reverse()
- avoid leaking the CSRF token via caching of anonymous requests
- fix missing explicit typecasts for MySQL
|
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2014-01-18 20:07:57 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Use versioned_dependencies.mk for flup.
|
2013-11-14 22:27:01 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Add the LTS version of www/py-django for users that desire less
volatility.
|