Commit Graph

70 Commits

Author SHA1 Message Date
Nick Hainke 24ad5359fe tor: update to 0.4.7.10
Release Notes:
https://forum.torproject.net/t/urgent-stable-release-0-4-5-14-0-4-6-12-and-0-4-7-10

Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit b9cf0cdce6)
[fix commit title]
Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-10-05 23:31:02 +02:00
Rui Salvaterra 22c8efd937
tor: bump to 0.4.7.7 stable
The first stable release in the 0.4.7.x series.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit 0b50456514)
2022-05-03 17:45:50 +02:00
Rui Salvaterra b0c1bbd272
tor: bump to 0.4.6.10 stable
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(cherry picked from commit 17e78a9790)
2022-04-28 23:40:39 +02:00
Rui Salvaterra 72974bed43 tor: bump to 0.4.6.9 stable
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2022-01-12 01:56:39 -08:00
Rui Salvaterra 2997d2dcf5 tor: bump to 0.4.6.8 stable
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2021-10-30 01:13:07 -07:00
Rui Salvaterra c12cb0cdde tor: bump to 0.4.6.7
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2021-09-03 11:00:07 +01:00
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>
2021-08-02 11:22:36 +01:00
Jan Pavlinec 5c9ab1ff67 tor: update to version 0.4.5.8
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-05-19 17:30:40 +03:00
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>
2021-03-16 18:14:30 +01:00
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>
2021-02-25 09:31:00 +00:00
Jan Pavlinec 17056742ad
tor: update to version 0.4.5.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-02-19 11:34:12 +01:00
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>
2020-11-18 12:47:09 +01:00
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>
2020-10-28 22:34:01 +00:00
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>
2020-10-28 22:33:53 +00:00
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>
2020-10-28 21:12:26 +00:00
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>
2020-09-30 13:01:41 +02:00
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>
2020-07-21 12:53:57 +02:00
Rosen Penev 0df6c58f82
tor: remove libssp hack
Does not seem to be needed anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-18 15:14:33 -07:00
Jan Pavlinec 51aa3e53cb
tor: update to version 0.4.3.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-05-20 11:35:30 +02:00
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>
2020-03-26 08:52:29 -10:00
Rosen Penev acabb2cf50 tor: fix init scripts
pidfile should not be set. tor handles it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-15 03:55:02 -08:00
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>
2020-02-12 23:40:40 +01:00
Jan Pavlinec 6b46b5b6f8
tor: update to version 0.4.2.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-02-04 18:54:28 +01:00
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>
2019-12-30 13:55:02 +01:00
Jan Pavlinec a339e0ede3 tor: update to version 0.4.2.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-12-29 17:31:25 +01:00
Jan Pavlinec 390da39191 tor: update to 0.4.1.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-10-10 08:58:40 +02:00
Jan Pavlinec 1ac69ffc59 tor: update to version 0.4.1.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-08-23 19:04:09 +02:00
Peter Wagner 47a9d74761 tor: update to 0.4.0.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-05-05 18:01:21 +02:00
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>
2019-04-01 00:06:41 -07:00
Jan Pavlinec 8d347f9197 tor: fix CPE ID
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-26 20:28:05 +01:00
Peter Wagner c6aa3d1fab tor: always create folders and set ownership
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-03-11 19:58:44 +01:00
Jan Pavlinec 9754ee1dcc tor: Add PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-02-26 20:42:26 +01:00
Peter Wagner 03caca8e18 tor: update to 0.3.5.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-02-23 12:52:26 +01:00
Peter Wagner c7700bfb15 tor: update to 0.3.5.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-01-14 20:19:39 +01:00
Jan Pavlinec f2196c46ea tor: update to version 0.3.4.10
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-01-08 20:44:52 +01:00
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>
2018-12-08 11:55:41 +01:00
Peter Wagner 555e3ff88b tor:update to 0.3.4.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-11-04 18:07:31 +01:00
Peter Wagner 760e83c7dc tor: update to 0.3.4.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-09-17 21:28:15 +02:00
Peter Wagner 651d0a23dc tor: update to 0.3.3.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-07-15 18:47:19 +02:00
Peter Wagner b3eb0d235e tor: update to 0.3.3.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-06-25 21:45:13 +02:00
Peter Wagner 741623d10c tor: update to 0.3.2.10
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-03 18:37:57 +01:00
Peter Wagner faa8ce7690 tor: update to 0.3.2.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-02-05 22:57:52 +01:00
Peter Wagner d6b201b807 tor: update to 0.3.1.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-12-07 13:42:39 +01:00
Peter Wagner c6c1213b09 tor: update to 0.3.1.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-11-09 20:40:40 +01:00
Peter Wagner d971514af8 tor: disable lzma to get rid of the liblzma.so.5 dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-30 12:22:37 +01:00
Peter Wagner 39a9b7867c tor: update to 0.3.1.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-22 21:32:59 +02:00
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>
2017-09-24 17:51:27 +02:00
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>
2017-08-29 21:41:14 -07:00
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>
2017-07-03 23:00:48 +02:00
Hauke Mehrtens 8b610ee3f1 tor: update to version 0.2.9.10
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-03-13 22:34:44 +01:00