tor: 0.3.0.10 -> 0.3.1.7

This commit is contained in:
Danny Rawlins 2017-10-15 12:17:45 +11:00
parent 47f3b35d84
commit 69e5fe609c
4 changed files with 13 additions and 14 deletions

View File

@ -9,13 +9,13 @@ drwxr-xr-x root/root usr/bin/
-rwxr-x--- root/tor usr/bin/tor-gencert
-rwxr-x--- root/tor usr/bin/tor-resolve
-rwxr-x--- root/tor usr/bin/torify
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/tor-gencert.1.gz
-rw-r--r-- root/root usr/man/man1/tor-resolve.1.gz
-rw-r--r-- root/root usr/man/man1/tor.1.gz
-rw-r--r-- root/root usr/man/man1/torify.1.gz
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-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

View File

@ -1,3 +1,3 @@
c9920169798c28b60b03fa3f0e592509 tor-0.3.0.10.tar.gz
ec7c9f588c9e1a42c09bcc097a1e55eb tor-0.3.1.7.tar.gz
53f221aeaaaede055c810cd1858b294c tor-config.patch
7c7044055ada4eb8e65513763401739b tor.rc

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3x50v+Ol3pqFUtVbM58cAVCC9jJT3B6wDdqNcq7lF0wh6u62oSvLaM1GDHcBaOcNvJOrhpf/mrR2/60C9HuSRwU=
SHA256 (Pkgfile) = a2e71fc41f877f2d31120023f146f72e5a411d1da6495b1164a10e7bc25e8445
SHA256 (.footprint) = cd75320a760d1ceb6bf4a5b8f3b67075a58f28d0520b924b6982a7436864e6f0
SHA256 (tor-0.3.0.10.tar.gz) = 9a8e6e49a1688dae64dca10f84a414ec9a4f393fb2256ae28e0c2e3239185ab1
RWSagIOpLGJF39+pZa9Mb13djFGYvcABp487MRtJykQ7BBeEpm1cgFFzEux99ki6/f7aLSvc+7l73OR1/agqblZn1D5KVPgFzgQ=
SHA256 (Pkgfile) = cd37e1e115994f0d120e0f42e50dc8b4bc01cf155549019c109a3d98adb7d080
SHA256 (.footprint) = 8777b2f1635f67817289e62733ad284f1452b4e5a2f96f570ff5eb13ee6e2e75
SHA256 (tor-0.3.1.7.tar.gz) = 1df5dd4894bb2f5e0dc96c466955146353cf33ac50cd997cfc1b28ea3ed9c08f
SHA256 (tor.rc) = 0876c5addd85633c135a0e4c167643fb0708dc469662c256f4cefc1fd96e8b89
SHA256 (tor-config.patch) = f0ac914981edd3fe6c17192fbb284941c04f6a8c05990b063ee85ab68633f6f0

View File

@ -5,7 +5,7 @@
# Depends on: libevent openssl zlib
name=tor
version=0.3.0.10
version=0.3.1.7
release=1
source=(https://www.torproject.org/dist/tor-$version.tar.gz
tor.rc tor-config.patch)
@ -17,11 +17,10 @@ build() {
# fix for find: The relative path `~/bin' is included in the PATH
# environment variable, which is insecure in combination with the
# -execdir action of find. Please remove that entry from $PATH
export PATH='/sbin:/usr/sbin:/bin:/usr/bin'
PATH=$(echo ${PATH} | awk -v RS=: -v ORS=: '/~/ {next} {print}' | sed 's/:*$//')
./configure \
--prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc
make