bump(main/tor): 0.4.8.10

0.4.7.x is EOL and the Tor Project is planning to purge relays running on this EOL version

Also this is a really critical package which should be updated as soon as possible since anonymity of users using this package may be affected in case delays happen

https://gitlab.torproject.org/tpo/core/tor/-/issues/40896
This commit is contained in:
Yaksh Bariya 2024-01-04 20:11:12 +05:30
parent 6a32eefdfa
commit 729e811178
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 7 additions and 2 deletions

View File

@ -2,12 +2,17 @@ TERMUX_PKG_HOMEPAGE=https://www.torproject.org
TERMUX_PKG_DESCRIPTION="The Onion Router anonymizing overlay network"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.4.7.16"
TERMUX_PKG_VERSION="0.4.8.10"
TERMUX_PKG_SRCURL=https://www.torproject.org/dist/tor-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=5aeeb071bd5c12eb2eec140a87f94052ecaeb03b5e1cee7d1e5cf1a3cbee7a7c
TERMUX_PKG_SHA256=e628b4fab70edb4727715b23cf2931375a9f7685ac08f2c59ea498a178463a86
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libevent, liblzma, openssl, resolv-conf, zlib"
TERMUX_PKG_BUILD_DEPENDS="libandroid-glob"
# We're not using '--enable-android' as it just defines 'USE_ANDROID', which
# makes Tor writes the log to Android's logcat instead of to stdout/stderr, not
# helpful in our case. Although it would be good through the source and ensure
# that in future there is not any other Android specific behaviour which
# affects security/anonymity.
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-zstd --disable-unittests"
TERMUX_PKG_CONFFILES="etc/tor/torrc"
TERMUX_PKG_SERVICE_SCRIPT=("tor" 'exec tor 2>&1')