Tor: bump to 0.3.3.10.

Move GLOBAL_WRITABLE_FILES & USER_SETTINGS_FILES before PROVIDES.
This commit is contained in:
fbrosson
2018-09-10 20:51:47 +00:00
parent cff54dd392
commit d56a6940e5
2 changed files with 10 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ Subject: fix missing IFF_RUNNING
diff --git a/src/common/address.c b/src/common/address.c
index ecdbbab..de98e81 100644
index 5074c1c..febcb90 100644
--- a/src/common/address.c
+++ b/src/common/address.c
@@ -85,6 +85,10 @@
@@ -35,5 +35,5 @@ index 9c88d37..74f2e48 100644
* the same IP address and port combination. Otherwise, return 0.
*/
--
2.7.0
2.16.4

View File

@@ -12,7 +12,7 @@ COPYRIGHT="2007-2018 The Tor Project, Inc.
LICENSE="Tor"
REVISION="1"
SOURCE_URI="https://www.torproject.org/dist/tor-$portVersion.tar.gz"
CHECKSUM_SHA256="85346b4d026e6a041c8e326d2cc64b5f5361b032075c89c5854f16dbc02fce6f"
CHECKSUM_SHA256="6203f1159f3ea875a7b2a3e8364050671108e37ae5d6d41be1424b7a61b4cc53"
PATCHES="tor-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -26,6 +26,13 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
GLOBAL_WRITABLE_FILES="
settings/tor/torrc.sample auto-merge
"
USER_SETTINGS_FILES="
settings/tor directory
"
PROVIDES="
tor$secondaryArchSuffix = $portVersion
cmd:tor$commandSuffix
@@ -61,14 +68,6 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
USER_SETTINGS_FILES="
settings/tor directory
"
GLOBAL_WRITABLE_FILES="
settings/tor/torrc.sample auto-merge
"
defineDebugInfoPackage tor$secondaryArchSuffix \
"$commandBinDir"/tor \
"$commandBinDir"/tor-gencert \