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 filePatch | File delta | Description |
---|---|---|
01 debian data dir | (download) |
etc/trytond.conf |
2 1 + 1 - 0 ! |
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 ! |
support new structure of pywebdav > 0.9.4.1. |
03 fix safe_eval | (download) |
trytond/ir/cron.py |
4 2 + 2 - 0 ! |
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 ! |
fix for regression introduced by the patch for cve-2014-6633. |