Package: tryton-client / 6.0.26-1+deb12u1

Metadata

Package Version Patches format
tryton-client 6.0.26-1+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 desktop icon.patch | (download)

tryton.desktop | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjust name of the icon to be used for the desktop file.


02 icon search path.patch | (download)

tryton/config.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjust icon search path to policy conforming place.


03 disable version check.patch | (download)

tryton/config.py | 3 2 + 1 - 0 !
tryton/gui/main.py | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 disable the version check for new upstream versions.
 This check can mainly serve certain closed source binary distributions,
 but is not adequate for free distributions managing their packages with
 their respective package manager. Users of those free distributions will
 only be confused by the announce of a new version and will in the worst
 case spoil their system by trying to install a version provided by the
 upstream link.
 The unfriendlyness of this 'feature' was extensivly discussed to no avail
 on https://discuss.tryton.org/t/notify-user-about-new-client-version/
04 send gzip only with session.patch | (download)

tryton/jsonrpc.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 send gzip content only when in a session.
 To prevent zip bomb attacks the server accepts since
 https://foss.heptapod.net/tryton/tryton/-/commit/1923117e935de62276352585185ced6d854bcb3d
 only compressed content from authenticated users.
 This patch allows only to send gzip content within a session.