# HG changeset patch # User Christophe Lincoln # Date 1329001534 -3600 # Node ID 5d7b47fda1c3c27d3fc2b7eeea58b286b998133e # Parent f4bf102ffcf9af48749ce4348b20c446359bcc8d Up: tor (0.2.2.35) Security fixes diff -r f4bf102ffcf9 -r 5d7b47fda1c3 tor/receipt --- a/tor/receipt Sat Feb 11 10:02:20 2012 +0100 +++ b/tor/receipt Sun Feb 12 00:05:34 2012 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tor" -VERSION="0.2.2.34" +VERSION="0.2.2.35" CATEGORY="network" SHORT_DESC="An anonymizing overlay network for TCP." MAINTAINER="0dddba11@googlemail.com" @@ -24,10 +24,11 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - + cp -a $install/usr/bin $fs/usr + #cp -a $install/usr/share/tor $fs/usr/share + # config file. - cp -a $_pkg/etc $fs + cp -a $install/etc $fs mv $fs/etc/tor/torrc.sample $fs/etc/tor/torrc }