Merge pull request #3649 from hauke/tor
tor: update to version 0.2.8.11
This commit is contained in:
commit
ba1d645a69
2 changed files with 4 additions and 4 deletions
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=tor
|
PKG_NAME:=tor
|
||||||
PKG_VERSION:=0.2.8.9
|
PKG_VERSION:=0.2.8.11
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://dist.torproject.org/ \
|
PKG_SOURCE_URL:=https://dist.torproject.org/ \
|
||||||
https://archive.torproject.org/tor-package-archive
|
https://archive.torproject.org/tor-package-archive
|
||||||
PKG_MD5SUM:=3f5c273bb887be4aff11f4d99b9e2e52d293b81ff4f6302b730161ff16dc5316
|
PKG_MD5SUM:=7adea0bfa17edafd4e09453f4f58a0dca737660e5358f9dafd52d55d55dc6ab3
|
||||||
PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
|
PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/src/config/torrc.sample.in
|
--- a/src/config/torrc.sample.in
|
||||||
+++ b/src/config/torrc.sample.in
|
+++ b/src/config/torrc.sample.in
|
||||||
@@ -45,11 +45,11 @@
|
@@ -46,11 +46,11 @@
|
||||||
## Uncomment this to start the process in the background... or use
|
## Uncomment this to start the process in the background... or use
|
||||||
## --runasdaemon 1 on the command line. This is ignored on Windows;
|
## --runasdaemon 1 on the command line. This is ignored on Windows;
|
||||||
## see the FAQ entry if you want Tor to run as an NT service.
|
## see the FAQ entry if you want Tor to run as an NT service.
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
## The port on which Tor will listen for local connections from Tor
|
## The port on which Tor will listen for local connections from Tor
|
||||||
## controller applications, as documented in control-spec.txt.
|
## controller applications, as documented in control-spec.txt.
|
||||||
@@ -190,3 +190,4 @@
|
@@ -202,3 +202,4 @@
|
||||||
## address manually to your friends, uncomment this line:
|
## address manually to your friends, uncomment this line:
|
||||||
#PublishServerDescriptor 0
|
#PublishServerDescriptor 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue