aboutsummaryrefslogtreecommitdiff
path: root/net/tor
Commit message (Collapse)AuthorAge
* tor: update to version 0.4.5.8Jan Pavlinec2021-05-19
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: update to version 0.4.5.7Jan Pavlinec2021-03-16
| | | | | | Fixes CVE-2021-28089 and CVE-2021-28090 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: fix building without OpenSSL engine supportRui Salvaterra2021-02-25
| | | | | | Otherwise it would fail with linking errors. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* tor: update to version 0.4.5.6Jan Pavlinec2021-02-19
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: update to version 0.4.4.6 (security fix)Jan Pavlinec2020-11-18
| | | | | | Fixes TROVE-2020- 005 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: disable man pages and html manual generationRui Salvaterra2020-10-28
| | | | | | We don't need this on an embedded system. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* tor: add a basic variant, without relay/bridge supportRui Salvaterra2020-10-28
| | | | | | | 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>
* tor: improve readability of the packages help textRui Salvaterra2020-10-28
| | | | | | | Whitespace before and after the description makes the package information much more obvious. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* tor: update to version 0.4.4.5Jan Pavlinec2020-09-30
| | | | | | | | Changes: -Fix PIC configuration to --enable-pic -disable mallinfo Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: update to version 0.4.3.6 (security fix)Jan Pavlinec2020-07-21
| | | | | | | Fixes CVE-2020- 15572 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: remove libssp hackRosen Penev2020-06-18
| | | | | | Does not seem to be needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tor: update to version 0.4.3.5Jan Pavlinec2020-05-20
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: update to version 0.4.2.7 (security fix)Jan Pavlinec2020-03-26
| | | | | | | Fixes: CVE-2020-10592 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: fix init scriptsRosen Penev2020-02-15
| | | | | | pidfile should not be set. tor handles it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tor: update init scriptJan Pavlinec2020-02-12
| | | | | | | | | Changes: -add uci config -create pid file by procd -add reload function Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: update to version 0.4.2.6Jan Pavlinec2020-02-04
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: add respawn to init scriptJan Pavlinec2019-12-30
| | | | | | | | | | 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>
* tor: update to version 0.4.2.5Jan Pavlinec2019-12-29
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: update to 0.4.1.6Jan Pavlinec2019-10-10
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: update to version 0.4.1.5Jan Pavlinec2019-08-23
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: update to 0.4.0.5Peter Wagner2019-05-05
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: Remove zstd dependencyRosen Penev2019-04-01
| | | | | | Now that zstd is in the tree, tor stars to pick it up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tor: fix CPE IDJan Pavlinec2019-03-26
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: always create folders and set ownershipPeter Wagner2019-03-11
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: Add PKG_CPE_ID for proper CVE tracking.Jan Pavlinec2019-02-26
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: update to 0.3.5.8Peter Wagner2019-02-23
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to 0.3.5.7Peter Wagner2019-01-14
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to version 0.3.4.10Jan Pavlinec2019-01-08
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* tor: package improvementsKonstantin Demin2018-12-08
| | | | | | | | | | | | | | | | | | | | | | | | * 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>
* tor:update to 0.3.4.9Peter Wagner2018-11-04
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to 0.3.4.8Peter Wagner2018-09-17
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to 0.3.3.9Peter Wagner2018-07-15
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to 0.3.3.7Peter Wagner2018-06-25
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to 0.3.2.10Peter Wagner2018-03-03
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to 0.3.2.9Peter Wagner2018-02-05
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to 0.3.1.9Peter Wagner2017-12-07
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to 0.3.1.8Peter Wagner2017-11-09
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: disable lzma to get rid of the liblzma.so.5 dependencyPeter Wagner2017-10-30
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to 0.3.1.7Peter Wagner2017-10-22
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* tor: update to version 0.2.9.12Hauke Mehrtens2017-09-24
| | | | | | This fixes the TROVE-2017-008 (CVE-2017-0380) security problem. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* tor: update to version 0.2.9.11Hauke Mehrtens2017-07-03
| | | | | | This fixes CVE-2017-0376 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tor: update to version 0.2.9.10Hauke Mehrtens2017-03-13
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tor: update to version 0.2.9.9Hauke Mehrtens2017-01-31
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tor: log to syslog by defaultHauke Mehrtens2017-01-15
| | | | | | Make tor log to syslog by default instead of stdout. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tor: add tor-gencert, tor-resolve and torifyHauke Mehrtens2017-01-15
| | | | | | These are some additional applications build by the tor package. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tor: add geoip6 to tor-geoipHauke Mehrtens2017-01-15
| | | | | | This add the IPv6 addresses to the tor-geoip6 package. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tor: preserve tor keys over sysupgradeHauke Mehrtens2017-01-15
| | | | | | | | | 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>
* tor: update to version 0.2.9.8Hauke Mehrtens2017-01-15
| | | | | | | | 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>