aboutsummaryrefslogtreecommitdiff
path: root/net/tor
Commit message (Collapse)AuthorAge
* tor: bump to 0.4.7.8 stableRui Salvaterra2022-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the changelog… o Major bugfixes (congestion control, TROVE-2022-001): - Fix a scenario where RTT estimation can become wedged, seriously degrading congestion control performance on all circuits. This impacts clients, onion services, and relays, and can be triggered remotely by a malicious endpoint. Tracked as CVE-2022-33903. Fixes bug 40626; bugfix on 0.4.7.5-alpha. o Minor features (fallbackdir): - Regenerate fallback directories generated on June 17, 2022. o Minor features (geoip data): - Update the geoip files to match the IPFire Location Database, as retrieved on 2022/06/17. o Minor bugfixes (linux seccomp2 sandbox): - Allow the rseq system call in the sandbox. This solves a crash issue with glibc 2.35 on Linux. Patch from pmu-ipf. Fixes bug 40601; bugfix on 0.3.5.11. o Minor bugfixes (logging): - Demote a harmless warn log message about finding a second hop to from warn level to info level, if we do not have enough descriptors yet. Leave it at notice level for other cases. Fixes bug 40603; bugfix on 0.4.7.1-alpha. - Demote a notice log message about "Unexpected path length" to info level. These cases seem to happen arbitrarily, and we likely will never find all of them before the switch to arti. Fixes bug 40612; bugfix on 0.4.7.5-alpha. o Minor bugfixes (relay, logging): - Demote a harmless XOFF log message to from notice level to info level. Fixes bug 40620; bugfix on 0.4.7.5-alpha. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* tor: bump to 0.4.7.7 stableRui Salvaterra2022-04-30
| | | | | | The first stable release in the 0.4.7.x series. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* tor: bump to 0.4.6.10 stableRui Salvaterra2022-04-01
| | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* tor: bump to 0.4.6.9 stableRui Salvaterra2022-01-12
| | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* tor: bump to 0.4.6.8 stableRui Salvaterra2021-10-30
| | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* tor: bump to 0.4.6.7Rui Salvaterra2021-09-03
| | | | Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* tor: bump to 0.4.6.6 stableRui Salvaterra2021-08-02
| | | | | | Run-tested on mvebu/cortexa9 (tor-basic) without issues. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* 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>