X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ftor;h=9d40be1cea86f11ece7f9002d705126a09dcc80f;hb=b4cb1ed58b9dbd7d40bd8e9710b7f323da8b8997;hp=2c3940638cebd425162afcf917cb820ec2c0f21c;hpb=5f0726b560de8b94d75f7e6bdf71089bebc2ffdd;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/tor b/lfs/tor index 2c3940638c..9d40be1cea 100644 --- a/lfs/tor +++ b/lfs/tor @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2021 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 0.3.4.9 +VER = 0.4.5.8 THISAPP = tor-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tor -PAK_VER = 31 +PAK_VER = 60 -DEPS = "" +DEPS = libseccomp ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8a303c7c2491cd27b1646f6efdc4a5d0 +$(DL_FILE)_MD5 = a39d9b930a19936b57f097051c0ad509 install : $(TARGET) @@ -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 @@ -107,7 +107,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) install -v -m 644 $(DIR_SRC)/config/tor/defaults-torrc \ /usr/share/tor/defaults-torrc - #install initscripts + # Install initscripts $(call INSTALL_INITSCRIPT,tor) # Install start links and backup include file.