diff --git a/tryton-server.README.SUSE b/tryton-server.README.SUSE index 85df29f..fb8e387 100644 --- a/tryton-server.README.SUSE +++ b/tryton-server.README.SUSE @@ -5,6 +5,7 @@ How to get it running (Without reading the instructions) ======================================================== You have already installed the package trytond and found this documentation. Good. + 1) Log in as root and start the database #su #systemctl start postgresql @@ -30,10 +31,14 @@ Save your input. #nano /etc/tryton/trytond.conf uncomment super_pwd -6) start gnuhealth/trytond: +6) start trytond: #systemctl start trytond +Now the Tryton Server is running. You need a client to connect to it -7) Open the tryton client: +7) Install the tryton client: +#zypper in tryton + +8) Open the tryton client: #tryton go to 'manage profiles' -> add -> name it 'localhost' -> Host: localhost -> you should now see a button to create a database diff --git a/trytond-3.8.8.tar.gz b/trytond-3.8.8.tar.gz deleted file mode 100644 index 98e7751..0000000 --- a/trytond-3.8.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ba8596bbb3b86fd5cd4087dda0087fa11255195ea3565f0ecf8390251d61e6d -size 579694 diff --git a/trytond-3.8.9.tar.gz b/trytond-3.8.9.tar.gz new file mode 100644 index 0000000..fcb8536 --- /dev/null +++ b/trytond-3.8.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1f6de1e6765c8dc2797251c7096b51ebba02473570318c96a6a2428be7c31c +size 579853 diff --git a/trytond.changes b/trytond.changes index a4c08be..d9f3d67 100644 --- a/trytond.changes +++ b/trytond.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Dec 18 01:01:12 UTC 2016 - axel.braun@gmx.de + +- version 3.8.9 + * Sanitize path in file_open (CVE-2016-1242) bsc#1016886 + * Prevent read of user password hash (CVE-2016-1241) bsc#1016885 + ------------------------------------------------------------------- Tue Oct 18 19:06:22 UTC 2016 - axel.braun@gmx.de diff --git a/trytond.spec b/trytond.spec index 54b4f4c..78c1da5 100644 --- a/trytond.spec +++ b/trytond.spec @@ -20,7 +20,7 @@ %define majorver 3.8 %define base_name tryton Name: trytond -Version: %{majorver}.8 +Version: %{majorver}.9 Release: 0 Summary: An Enterprise Resource Planning system License: GPL-3.0+