Package: tryton-server / 2.2.4-1+deb7u2

Metadata

Package Version Patches format
tryton-server 2.2.4-1+deb7u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 debian data dir | (download)

etc/trytond.conf | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set the data path of the server to the home of the debian tryton user.

02 support pywebdav 0.9.8 | (download)

CHANGELOG | 1 1 + 0 - 0 !
doc/topics/install.rst | 2 1 + 1 - 0 !
etc/trytond.conf | 9 6 + 3 - 0 !
setup.py | 2 1 + 1 - 0 !
trytond/config.py | 3 2 + 1 - 0 !
trytond/protocols/webdav.py | 119 81 + 38 - 0 !
trytond/tests/test_mixins.py | 6 3 + 3 - 0 !
trytond/url.py | 3 2 + 1 - 0 !
trytond/webdav/webdav.py | 216 208 + 8 - 0 !
trytond/webdav/webdav.xml | 117 117 + 0 - 0 !
10 files changed, 422 insertions(+), 56 deletions(-)

 support new structure of pywebdav > 0.9.4.1.

03 fix safe_eval | (download)

trytond/ir/cron.py | 4 2 + 2 - 0 !
trytond/ir/lang.py | 9 5 + 4 - 0 !
trytond/res/user.py | 4 2 + 2 - 0 !
trytond/tests/test_tools.py | 2 1 + 1 - 0 !
trytond/tools/misc.py | 4 2 + 2 - 0 !
trytond/webdav/webdav.py | 7 4 + 3 - 0 !
6 files changed, 16 insertions(+), 14 deletions(-)

 fix for cve-2014-6633.
 Fix safe_eval to not allow any double underscore and use
 literal_eval where ever possible.
 
 This patch is a backport of the original patch from trunk.
Bug: https://bugs.tryton.org/issue4155

04 fix strict sequences | (download)

trytond/model/modelview.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix for regression introduced by the patch for cve-2014-6633.