aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/tor
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/tor
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/tor')
-rw-r--r--repos/extra/tor/.checksum2
-rw-r--r--repos/extra/tor/.files25
-rw-r--r--repos/extra/tor/abuild6
-rw-r--r--repos/extra/tor/depends1
-rwxr-xr-xrepos/extra/tor/preinstall4
-rw-r--r--repos/extra/tor/run4
6 files changed, 0 insertions, 42 deletions
diff --git a/repos/extra/tor/.checksum b/repos/extra/tor/.checksum
deleted file mode 100644
index caf06304..00000000
--- a/repos/extra/tor/.checksum
+++ /dev/null
@@ -1,2 +0,0 @@
-11a0991a6efa39319b7577d0ab4c1b1c0500f709820513f47c7047c66d08a2d3 run
-a0f572e86c616d08ce6348e4baf1bc4f84fb86aa0635334fa5324e12983e90b1 tor-0.4.9.8.tar.gz
diff --git a/repos/extra/tor/.files b/repos/extra/tor/.files
deleted file mode 100644
index e2ec0928..00000000
--- a/repos/extra/tor/.files
+++ /dev/null
@@ -1,25 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/sv/
-drwxr-xr-x root/root etc/sv/tor/
--rwxr-xr-x root/root etc/sv/tor/run.new
-lrwxrwxrwx root/root etc/sv/tor/supervise -> ../../../run/runit/supervise.tor
-drwxr-xr-x root/root etc/tor/
--rw-r--r-- root/root etc/tor/torrc.sample.new
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/tor
--rwxr-xr-x root/root usr/bin/tor-gencert
--rwxr-xr-x root/root usr/bin/tor-print-ed-signing-cert
--rwxr-xr-x root/root usr/bin/tor-resolve
--rwxr-xr-x root/root usr/bin/torify
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/tor-gencert.1.gz
--rw-r--r-- root/root usr/share/man/man1/tor-print-ed-signing-cert.1.gz
--rw-r--r-- root/root usr/share/man/man1/tor-resolve.1.gz
--rw-r--r-- root/root usr/share/man/man1/tor.1.gz
--rw-r--r-- root/root usr/share/man/man1/torify.1.gz
-drwxr-xr-x root/root usr/share/tor/
--rw-r--r-- root/root usr/share/tor/geoip
--rw-r--r-- root/root usr/share/tor/geoip6
diff --git a/repos/extra/tor/abuild b/repos/extra/tor/abuild
deleted file mode 100644
index 6caeba26..00000000
--- a/repos/extra/tor/abuild
+++ /dev/null
@@ -1,6 +0,0 @@
-name=tor
-version=0.4.9.8
-release=1
-source="https://dist.${name}project.org/${name}-${version}.tar.gz
- run"
-sv=run
diff --git a/repos/extra/tor/depends b/repos/extra/tor/depends
deleted file mode 100644
index dd6fade5..00000000
--- a/repos/extra/tor/depends
+++ /dev/null
@@ -1 +0,0 @@
-libevent
diff --git a/repos/extra/tor/preinstall b/repos/extra/tor/preinstall
deleted file mode 100755
index 2457d9af..00000000
--- a/repos/extra/tor/preinstall
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-addgroup -S tor 2>/dev/null
-adduser -S -D -H -h /var/lib/tor -s /sbin/nologin -g tor -G tor tor 2>/dev/null
diff --git a/repos/extra/tor/run b/repos/extra/tor/run
deleted file mode 100644
index 3b6f9953..00000000
--- a/repos/extra/tor/run
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-[ -r conf ] && . ./conf
-ulimit -n ${MAX_OPEN_FILES:-65536}
-exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1