wok-stable diff openerp-server/receipt @ rev 12457

linux: CVE-2016-5195
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 21 16:31:54 2016 +0200 (2016-10-21)
parents 79f3a70dc4b8
children
line diff
     1.1 --- a/openerp-server/receipt	Fri May 27 03:01:41 2011 +0000
     1.2 +++ b/openerp-server/receipt	Fri Oct 21 16:31:54 2016 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  
     1.5  DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \
     1.6  python-pyparsing graphviz libgcrypt python-pil python-lxml matplotlib \
     1.7 -python-pyxml python-pychart python-pydot egenix-mx-base"
     1.8 +python-pyxml python-pychart python-pydot egenix-mx-base libxslt-python"
     1.9  BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt-python python-reportlab \
    1.10  python-pychart python-pydot python-dev"
    1.11  
    1.12 @@ -29,8 +29,8 @@
    1.13  	chmod 777 $fs/var/run/openerp $fs/var/log/openerp
    1.14  	cp -a $_pkg/usr/bin $fs/usr
    1.15  	cp -a $_pkg/usr/lib $fs/usr
    1.16 -	cp -a $stuff/* $fs
    1.17 -	sed -i 's|cd .*_pkg|cd |' $fs/usr/bin/openerp-server
    1.18 +	cp -a $stuff/etc $fs
    1.19 +	cp -a $stuff/openerp-server $fs/usr/bin
    1.20  }
    1.21  
    1.22  # Pre and post install commands for Tazpkg.