commit: f07ba7ca13747ab5f4cae1c2b3ddae25d0c62cc2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 23:39:29 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 08:02:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07ba7ca
net-vpn/tor: add 0.4.8.18
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-vpn/tor/Manifest | 3 +
net-vpn/tor/tor-0.4.8.18.ebuild | 199 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 202 insertions(+)
diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index d84145d73d82..98e221686032 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -4,3 +4,6 @@ DIST tor-0.4.8.16.tar.gz.sha256sum.asc 716 BLAKE2B
65c903ecb214d1f799cfef7806126
DIST tor-0.4.8.17.tar.gz 10073355 BLAKE2B
4fbfc7a779b0516702481e7db21c0cec767074157abbd44ee35c525fb145b5d2aabe4c537c726c6569a34af7690dc912fa07b0bb06380476f4c6dbc12ac09e68
SHA512
fef6456a6fdf8c8f47083d477c80ae7f3ced0b36ede71ff1119961c66d51a3ff6305b9dae1c9b3cd4ebd00a386fde5e32cc9927454dd4661eee9665b7cca6872
DIST tor-0.4.8.17.tar.gz.sha256sum 86 BLAKE2B
e95c354ef8ef74506aab3f6ef248ced658c4493ad83dc789ac98ec7660c01e33603c4c32916d93975cc3b273dee50588d005bc37f126b9821103e8cc6e0b45d6
SHA512
0c899909923107c77919b8701dc11949e546c3507e99e88c59bca80f6880918e8ce6bcfdda08123c482043e2e40c6d53d727fac53c177351a283c695435c79be
DIST tor-0.4.8.17.tar.gz.sha256sum.asc 716 BLAKE2B
2a5e4f30108f088dfad97d7208abd305c664018f042a09cd6118316eb5307dcbd9c8d7ba7b504ee4eef6b13a906aaeb73c92f97313ed0a04d2482d4702a28ee3
SHA512
3f266ea8eed0cc47c4a721ad7f986e60a8a259360a202eb28838023a81637cbc7ce558b09703cd04f5de49be5a23b900fe405d8fc03b381300bb03d686b8f5f0
+DIST tor-0.4.8.18.tar.gz 10139317 BLAKE2B
8a2ff369d3b29557a4bb3018dcc5c17b04e459626d23a44bed2968c938a4073ff85c88f734b8f732273197cbb173b70906b4f553db7a432cfbefad73329f6349
SHA512
a652e8945ec4597f03b7c8521492ba8a0395de6de3bd2625163765fd3fd08132a3927fed2804c13ed2e755b9dfa0757186c3009048a70e70e3071d318efa8975
+DIST tor-0.4.8.18.tar.gz.sha256sum 86 BLAKE2B
149d55c27320b545bbeb3833bd41feb6d253e0135010056bf2e48e56d188f90a62ec5ee869482f1bc5e915a1116b511daf7011c293abcefd30eec66d70da8835
SHA512
eadc5afa9e8b9e42e5624e98df2b72b4e1359fe641e547ac6ca3a1b431934c3ad6a4a0885b9853c7f41fa4f5b735c8e84ba920e61eecc89d1f5ad38517fd981b
+DIST tor-0.4.8.18.tar.gz.sha256sum.asc 716 BLAKE2B
ae7d0c3bd0e9215047e91fa10de31cc2676e8b6fb7f734438e2b5e315fc357ada309633f81eace0ba0acbe80cfc98aeddb3df678776a6f00aa263d801e1d2366
SHA512
3004dc86a926117cc14889b25b89fc89fa12aad34f2654233be89ec4f547fd4f6bf690859ab19112453926fcc5089fc87e1afdbb6fd94795ce880dc3e9ac496e
diff --git a/net-vpn/tor/tor-0.4.8.18.ebuild b/net-vpn/tor/tor-0.4.8.18.ebuild
new file mode 100644
index 000000000000..a6b36d78a7c7
--- /dev/null
+++ b/net-vpn/tor/tor-0.4.8.18.ebuild
@@ -0,0 +1,199 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} )
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/torproject.org.asc
+inherit edo python-any-r1 readme.gentoo-r1 systemd verify-sig
+
+MY_PV="$(ver_rs 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="https://www.torproject.org/
https://gitlab.torproject.org/tpo/core/tor/"
+
+if [[ ${PV} == 9999 ]] ; then
+ EGIT_REPO_URI="https://gitlab.torproject.org/tpo/core/tor"
+ inherit autotools git-r3
+else
+ SRC_URI="
+ https://www.torproject.org/dist/${MY_PF}.tar.gz
+
https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz
+ verify-sig? (
+ https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum
+
https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum.asc
+ )
+ "
+
+ S="${WORKDIR}/${MY_PF}"
+
+ if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv
~sparc ~x86 ~ppc-macos"
+ fi
+
+ BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tor-20250713 )"
+fi
+
+# BSD in general, but for PoW, needs --enable-gpl (GPL-3 per --version)
+# We also already had GPL-2 listed here for the init script, but obviously
+# that's different from the actual binary.
+LICENSE="BSD GPL-2 GPL-3"
+SLOT="0"
+IUSE="caps doc hardened lzma +man scrypt seccomp selinux +server systemd test
zstd"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/libevent-2.1.12-r1:=[ssl]
+ dev-libs/openssl:=[-bindist(-)]
+ sys-libs/zlib
+ caps? ( sys-libs/libcap )
+ man? ( app-text/asciidoc )
+ lzma? ( app-arch/xz-utils )
+ scrypt? ( app-crypt/libscrypt )
+ seccomp? ( >=sys-libs/libseccomp-2.4.1 )
+ systemd? ( sys-apps/systemd:= )
+ zstd? ( app-arch/zstd:= )
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ ${DEPEND}
+ ${PYTHON_DEPS}
+ )
+"
+RDEPEND+="
+ acct-user/tor
+ acct-group/tor
+ selinux? ( sec-policy/selinux-tor )
+"
+BDEPEND+="
+ acct-user/tor
+ acct-group/tor
+"
+
+DOCS=()
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
+)
+
+QA_CONFIG_IMPL_DECL_SKIP=(
+ # test correctly fails because -lnacl fails if not available
+ # https://bugs.gentoo.org/900092
+ crypto_scalarmult_curve25519
+)
+
+pkg_setup() {
+ use test && python-any-r1_pkg_setup
+}
+
+src_unpack() {
+ if [[ ${PV} == 9999 ]] ; then
+ git-r3_src_unpack
+ else
+ if use verify-sig; then
+ cd "${DISTDIR}" || die
+ verify-sig_verify_detached
${MY_PF}.tar.gz.sha256sum{,.asc}
+ verify-sig_verify_unsigned_checksums \
+ ${MY_PF}.tar.gz.sha256sum sha256 ${MY_PF}.tar.gz
+ cd "${WORKDIR}" || die
+ fi
+
+ default
+ fi
+}
+
+src_prepare() {
+ default
+
+ # Running shellcheck automagically isn't useful for ebuild testing.
+ echo "exit 0" > scripts/maint/checkShellScripts.sh || die
+
+ if [[ ${PV} == 9999 ]] ; then
+ eautoreconf
+ fi
+}
+
+src_configure() {
+ use doc && DOCS+=( README.md ChangeLog ReleaseNotes doc/HACKING )
+
+ export ac_cv_lib_cap_cap_init=$(usex caps)
+ export tor_cv_PYTHON="${EPYTHON}"
+
+ local myeconfargs=(
+ --localstatedir="${EPREFIX}/var"
+ --disable-all-bugs-are-fatal
+ --enable-system-torrc
+ --disable-android
+ --disable-coverage
+ --disable-html-manual
+ --disable-libfuzzer
+ --enable-missing-doc-warnings
+ --disable-module-dirauth
+ --enable-pic
+ --disable-restart-debugging
+
+ # Unless someone asks & has a compelling reason, just always
+ # build in GPL mode for pow, given we don't want yet another USE
+ # flag combination to have to test just for the sake of it.
+ # (PoW requires GPL.)
+ --enable-gpl
+ --enable-module-pow
+
+ $(use_enable hardened gcc-hardening)
+ $(use_enable hardened linker-hardening)
+ $(use_enable man asciidoc)
+ $(use_enable man manpage)
+ $(use_enable lzma)
+ $(use_enable scrypt libscrypt)
+ $(use_enable seccomp)
+ $(use_enable server module-relay)
+ $(use_enable systemd)
+ $(use_enable test unittests)
+ $(use_enable zstd)
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_test() {
+ local skip_tests=(
+ # Fails in sandbox
+ :sandbox/open_filename
+ :sandbox/openat_filename
+ )
+
+ if use arm ; then
+ skip_tests+=(
+ # bug #920905
+ #
https://gitlab.torproject.org/tpo/core/tor/-/issues/40912
+ :sandbox/opendir_dirname
+ :sandbox/openat_filename
+ :sandbox/chmod_filename
+ :sandbox/chown_filename
+ :sandbox/rename_filename
+ )
+ fi
+
+ # The makefile runs these by parallel by chunking them with a script
+ # but that means we lose verbosity and can't skip individual tests
easily
+ # either.
+ edo ./src/test/test --verbose "${skip_tests[@]}"
+}
+
+src_install() {
+ default
+ readme.gentoo_create_doc
+
+ newconfd "${FILESDIR}"/tor.confd tor
+ newinitd "${FILESDIR}"/tor.initd-r9 tor
+ systemd_dounit "${FILESDIR}"/tor.service
+
+ keepdir /var/lib/tor
+
+ fperms 750 /var/lib/tor
+ fowners tor:tor /var/lib/tor
+
+ insinto /etc/tor/
+ newins "${FILESDIR}"/torrc-r2 torrc
+}