Any idea when Tor 0.3.3.6 (the first stable release in the 0.3.3 series) will be processed within the snapshot build process? ( https://blog.torproject.org/tor-0336-released-new-stable-series )
I use the .ipk files to update Tor use on 17.01.4 Firmware. Version 0.3.2.10-1 still working fine!
DG.
If you're building your own packages, you could always try modifying the Makefile
and see if the patches still apply. From the openwrt-18.06
branch:
PKG_NAME:=tor
PKG_VERSION:=0.3.2.10
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://dist.torproject.org/ \
https://archive.torproject.org/tor-package-archive
PKG_HASH:=60df77c31dcf94fdd686c8ca8c34f3b70243b33a7344ecc0b719d5ca2617cbee
1 Like
jeff,
I've made a new -test- build, but had to search for the right location to change the tor version (and it's related files). Within the build area, you can change feeds/packages/net/tor/Makefile with the right version, 0.3.3.7.
Also i removed old files related to tor from build area.
It looks working fine
Regards, DG.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.