Browse Source

tor: update to 0.3.1.7

Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner 7 years ago
parent
commit
39a9b7867c
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      net/tor/Makefile
  2. +3
    -3
      net/tor/patches/001-torrc.patch

+ 2
- 2
net/tor/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tor
PKG_VERSION:=0.2.9.12
PKG_VERSION:=0.3.1.7
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://dist.torproject.org/ \
https://archive.torproject.org/tor-package-archive
PKG_HASH:=6e7466625d53812f23c2ad60a873c5855f63f756fde0fc5cbeda8d32cee1086b
PKG_HASH:=1df5dd4894bb2f5e0dc96c466955146353cf33ac50cd997cfc1b28ea3ed9c08f
PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
PKG_LICENSE_FILES:=LICENSE


+ 3
- 3
net/tor/patches/001-torrc.patch View File

@ -18,8 +18,8 @@
## The port on which Tor will listen for local connections from Tor
## controller applications, as documented in control-spec.txt.
@@ -204,3 +204,4 @@
## address manually to your friends, uncomment this line:
#PublishServerDescriptor 0
@@ -218,3 +218,4 @@
#%include /etc/torrc.d/
#%include /etc/torrc.custom
+User tor

Loading…
Cancel
Save