Rui Salvaterra
a45b962eef
tor: bump to 0.4.6.6 stable
Run-tested on mvebu/cortexa9 (tor-basic) without issues.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
3 years ago
Jan Pavlinec
5c9ab1ff67
tor: update to version 0.4.5.8
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Jan Pavlinec
a68a69a38d
tor: update to version 0.4.5.7
Fixes CVE-2021-28089 and CVE-2021-28090
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Rui Salvaterra
e30f0480c8
tor: fix building without OpenSSL engine support
Otherwise it would fail with linking errors.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
4 years ago
Jan Pavlinec
17056742ad
tor: update to version 0.4.5.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Jan Pavlinec
f16d79f5f1
tor: update to version 0.4.4.6 (security fix)
Fixes TROVE-2020- 005
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Rui Salvaterra
6007751c63
tor: disable man pages and html manual generation
We don't need this on an embedded system.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
4 years ago
Rui Salvaterra
929a5a9f0c
tor: add a basic variant, without relay/bridge support
If relay/bridge support isn't required, this variant is about 300 kiB smaller
than the full tor daemon.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
4 years ago
Rui Salvaterra
a519b90fd7
tor: improve readability of the packages help text
Whitespace before and after the description makes the package information much
more obvious.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
4 years ago
Jan Pavlinec
db5f30cc41
tor: update to version 0.4.4.5
Changes:
-Fix PIC configuration to --enable-pic
-disable mallinfo
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Jan Pavlinec
3f51a1ee6e
tor: update to version 0.4.3.6 (security fix)
Fixes
CVE-2020- 15572
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Rosen Penev
0df6c58f82
tor: remove libssp hack
Does not seem to be needed anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Jan Pavlinec
51aa3e53cb
tor: update to version 0.4.3.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Jan Pavlinec
54c6d6dc0c
tor: update to version 0.4.2.7 (security fix)
Fixes:
CVE-2020-10592
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Rosen Penev
acabb2cf50
tor: fix init scripts
pidfile should not be set. tor handles it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Jan Pavlinec
ca6528f002
tor: update init script
Changes:
-add uci config
-create pid file by procd
-add reload function
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Jan Pavlinec
6b46b5b6f8
tor: update to version 0.4.2.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Jan Pavlinec
5bce9c3e1d
tor: add respawn to init script
Note:
In some cases when tor daemon starts before
than the router is connected to the Internet.
Tor will exit and you have to run it manually.
This should fix this case.
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Jan Pavlinec
a339e0ede3
tor: update to version 0.4.2.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Jan Pavlinec
390da39191
tor: update to 0.4.1.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Jan Pavlinec
1ac69ffc59
tor: update to version 0.4.1.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Peter Wagner
47a9d74761
tor: update to 0.4.0.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Rosen Penev
f18c37e96b
tor: Remove zstd dependency
Now that zstd is in the tree, tor stars to pick it up.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Jan Pavlinec
8d347f9197
tor: fix CPE ID
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
6 years ago
Peter Wagner
c6aa3d1fab
tor: always create folders and set ownership
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Jan Pavlinec
9754ee1dcc
tor: Add PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
6 years ago
Peter Wagner
03caca8e18
tor: update to 0.3.5.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Peter Wagner
c7700bfb15
tor: update to 0.3.5.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Jan Pavlinec
f2196c46ea
tor: update to version 0.3.4.10
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
6 years ago
Konstantin Demin
b7603be359
tor: package improvements
* remove "torify" script
- "torify" script is just a wrapper around torsocks,
but torsocks is not currently present in packages.
* tor-geoip: fix "install" recipe:
- use $(INSTALL_DATA) instead of $(CP) as a proper way
of installing files
* drop deprecated configure option:
"--with-ssl-dir" is considered deprecated and obsolete,
while "--with-openssl-dir" is already present.
* build in parallel
* build with -ffunction-sections, -fdata-sections,
--gc-sections and -flto
* remove "--disable-largefile" in CONFIGURE_ARGS
* remove "-std=gnu99" in EXTRA_CFLAGS
* use $(FPIC) in EXTRA_CFLAGS
* remove trailing whitespace
Compile- and run-tested on ar71xx/generic,
TP-Link Archer C7 v2 (world-wide version).
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
6 years ago
Peter Wagner
555e3ff88b
tor:update to 0.3.4.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Peter Wagner
760e83c7dc
tor: update to 0.3.4.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Peter Wagner
651d0a23dc
tor: update to 0.3.3.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Peter Wagner
b3eb0d235e
tor: update to 0.3.3.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years ago
Peter Wagner
741623d10c
tor: update to 0.3.2.10
Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years ago
Peter Wagner
faa8ce7690
tor: update to 0.3.2.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years ago
Peter Wagner
d6b201b807
tor: update to 0.3.1.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years ago
Peter Wagner
c6c1213b09
tor: update to 0.3.1.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years ago
Peter Wagner
d971514af8
tor: disable lzma to get rid of the liblzma.so.5 dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years ago
Peter Wagner
39a9b7867c
tor: update to 0.3.1.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
7 years ago
Hauke Mehrtens
dbb84d39d4
tor: update to version 0.2.9.12
This fixes the TROVE-2017-008 (CVE-2017-0380) security problem.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years ago
Etienne Champetier
4006865ae8
treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git
(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
7 years ago
Hauke Mehrtens
71bd5ac2bf
tor: update to version 0.2.9.11
This fixes CVE-2017-0376
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years ago
Hauke Mehrtens
8b610ee3f1
tor: update to version 0.2.9.10
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years ago
Hauke Mehrtens
15a3b55b4a
tor: update to version 0.2.9.9
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years ago
Hauke Mehrtens
239ed96b0d
tor: add tor-gencert, tor-resolve and torify
These are some additional applications build by the tor package.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years ago
Hauke Mehrtens
f382d5da0d
tor: add geoip6 to tor-geoip
This add the IPv6 addresses to the tor-geoip6 package.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years ago
Hauke Mehrtens
3c3f709792
tor: preserve tor keys over sysupgrade
Mark the directories containing the keys for hidden services as
conffiles to preserve them over sysupgrade.
Fixes : #2247
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years ago
Hauke Mehrtens
66b9522c26
tor: update to version 0.2.9.8
In addition update some configure options and use EXTRA_CFLAGS.
Setting RunAsDaemon to 1 will be overwritten by the init script option
"--runasdaemon 0" anyway and we want it in foreground for procd.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years ago
Hauke Mehrtens
703c91f722
tor: update to version 0.2.8.11
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years ago