torsocks: deleted unmaintained port

This commit is contained in:
Tim Biermann 2020-01-20 16:05:20 +00:00
parent 93c72185e1
commit debf26b203
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 70 deletions

View File

@ -1,21 +0,0 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/tor/
-rw-r--r-- root/root etc/tor/torsocks.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/torsocks
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/torsocks/
-rw-r--r-- root/root usr/lib/torsocks/libtorsocks.a
-rwxr-xr-x root/root usr/lib/torsocks/libtorsocks.la
lrwxrwxrwx root/root usr/lib/torsocks/libtorsocks.so -> libtorsocks.so.0.0.0
lrwxrwxrwx root/root usr/lib/torsocks/libtorsocks.so.0 -> libtorsocks.so.0.0.0
-rwxr-xr-x root/root usr/lib/torsocks/libtorsocks.so.0.0.0
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/torsocks.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/torsocks.conf.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/torsocks.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zZSKdl7ffg3bCBDjEPHgfTm2K1RwYx4zvTxJZpSfjnulYfY19T95U6chkOPwAXcANsMwP2yRw28rLttf6jMbwo=
SHA256 (Pkgfile) = 6c1ea4d8197f2c985d47410cc22d39956d3f99e888a45ef5f6b6c92de4384603
SHA256 (.footprint) = 84e7a17cbfbe9ce795d4f4fd350124647c3f03861002c739f2b424b3748abf36
SHA256 (torsocks-2.3.0.tar.xz) = b9f1b981d6b3fd4e1820de1eee325f8a7038c84765d5a6cd9af12571d5cc3622

View File

@ -1,31 +0,0 @@
# Description: Wrapper to safely torify applications
# URL: https://gitweb.torproject.org/torsocks.git
# Maintainer: unmaintained
# Depends:
# Optional: tor
name=torsocks
version=2.3.0
release=1
source=(https://people.torproject.org/~dgoulet/$name/$name-$version.tar.xz)
build() {
cd $name-$version
# Disable tests requiring network access
for test in dns fd_passing getpeername; do
sed -i -e "/^\ttest_${test} \\\\\$/d" tests/Makefile.am || \
{ echo 1>&2 "Failed to disable network tests!"; exit 1; }
done
autoreconf -f -i
./configure \
--prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}

View File

@ -1,13 +0,0 @@
README for torsocks
REQUIREMENTS
We do not depend on tor which might be running on a different box.
But if we do not have running tor instance on a different box, then
we must install it.
PRECAUTION
If you have added some specific settings to /etc/tor/torsocks.conf
and want to prevent the loss of your data upon update, make sure
you edited /etc/pkgadd.conf and added the following line:
UPGRADE ^etc/tor/torsocks.conf$ NO