forked from ports/contrib
torsocks: deleted unmaintained port
This commit is contained in:
parent
93c72185e1
commit
debf26b203
@ -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
|
@ -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
|
@ -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
|
||||
}
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user