diff --git a/celery-2.4.3.tar.bz2 b/celery-2.4.3.tar.bz2 deleted file mode 100644 index 2dfd69c..0000000 --- a/celery-2.4.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3d1b7244702f2f841031605dc0e8b88827a4d86c713a9434713d28247f79e99 -size 810113 diff --git a/celery-2.4.4.tar.bz2 b/celery-2.4.4.tar.bz2 new file mode 100644 index 0000000..0972a21 --- /dev/null +++ b/celery-2.4.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6234cbc928dc5dd82f89fd6c97fcf748809dec17dbc3af20defd028eee2dfc3 +size 810772 diff --git a/python-celery.changes b/python-celery.changes index 144668f..3d09e27 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Nov 25 21:56:24 UTC 2011 - alexandre@exatati.com.br + +- Update to 2.4.4: + - [Security: CELERYSA-0001] Daemons would set effective id’s + rather than real id’s when the --uid/--gid arguments to + celeryd-multi, celeryd_detach, celerybeat and celeryev were used. + + This means privileges weren’t properly dropped, and that it + would be possible to regain supervisor privileges later. + + - Processes pool: Fixed rare deadlock at shutdown (Issue #523). + - Webhook tasks issued the wrong HTTP POST headers (Issue #515). + The Content-Type header has been changed from + application/json ⇒ application/x-www-form-urlencoded, and adds + a proper Content-Length header. + - Daemonization cookbook: Adds a configuration example using + Django and virtualenv together (Issue #505). + - Generic init scripts now automatically creates log and pid + file directories (Issue #545). + ------------------------------------------------------------------- Tue Nov 22 22:25:20 UTC 2011 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index 99c0e97..e056181 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -19,7 +19,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-celery -Version: 2.4.3 +Version: 2.4.4 Release: 0 Url: http://celeryproject.org Summary: Distributed Task Queue