Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trytond for openSUSE:Factory checked in at 2021-05-04 22:01:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond (Old) and /work/SRC/openSUSE:Factory/.trytond.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond" Tue May 4 22:01:03 2021 rev:59 rq:890296 version:5.0.34 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond/trytond.changes 2021-04-12 12:40:17.625573582 +0200 +++ /work/SRC/openSUSE:Factory/.trytond.new.2988/trytond.changes 2021-05-04 22:01:11.696554275 +0200 @@ -1,0 +2,5 @@ +Tue Apr 27 09:28:52 UTC 2021 - Axel Braun <[email protected]> + +- Parameter for webdav server added to trytond.conf + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond.conf ++++++ --- /var/tmp/diff_new_pack.TBcLBa/_old 2021-05-04 22:01:12.424551539 +0200 +++ /var/tmp/diff_new_pack.TBcLBa/_new 2021-05-04 22:01:12.428551524 +0200 @@ -65,6 +65,10 @@ # The number of proxy servers in front of trytond. #num_proxies = 0 +[webdav] +# The port on which the webdav server listens +#listen = [::]:8080 + [request] # The maximum size in bytes for unauthenticated requests (zero means no limit). #max_size = 2MB ++++++ trytond.conf.example ++++++ --- /var/tmp/diff_new_pack.TBcLBa/_old 2021-05-04 22:01:12.452551434 +0200 +++ /var/tmp/diff_new_pack.TBcLBa/_new 2021-05-04 22:01:12.452551434 +0200 @@ -137,3 +137,7 @@ [web] # Path for the web-frontend #root = /usr/lib/node-modules/tryton-sao + +[webdav] +# The port on which the webdav server listens +listen = [::]:8080
