]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/tor
kernel: update 4.14.113
[ipfire-2.x.git] / lfs / tor
diff --git a/lfs/tor b/lfs/tor
index 4e38a3e7cb4840efb9cc1231ff6262adcb44f0ab..2b0e0903a4a380bce83b92218603a04c8a56a426 100644 (file)
--- a/lfs/tor
+++ b/lfs/tor
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tor
-PAK_VER    = 33
+PAK_VER    = 35
 
 DEPS       = ""
 
@@ -82,8 +82,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --prefix=/usr \
                        --sysconfdir=/etc \
                        --localstatedir=/var \
-                       --with-tor-user=nobody \
-                       --with-tor-group=nobody
+                       --with-tor-user=tor \
+                       --with-tor-group=tor
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install