tor: bump version

This commit is contained in:
Sergei Reznikov
2021-12-15 17:23:33 +03:00
parent 8929ee0ebe
commit fafdb18f58
2 changed files with 7 additions and 5 deletions

View File

@@ -6,13 +6,13 @@ Tor provides the foundation for a range of applications that allow \
organizations and individuals to share information over public networks \
without compromising their privacy."
HOMEPAGE="https://www.torproject.org/"
COPYRIGHT="2007-2020 The Tor Project, Inc.
COPYRIGHT="2007-2021 The Tor Project, Inc.
2004-2006 Nick Mathewson
2001-2006 Roger Dingledine"
LICENSE="Tor"
REVISION="1"
SOURCE_URI="https://dist.torproject.org/tor-$portVersion.tar.gz"
CHECKSUM_SHA256="06a1d835ddf382f6bca40a62e8fb40b71b2f73d56f0d53523c8bd5caf9b3026d"
CHECKSUM_SHA256="15ce1a37b4cc175b07761e00acdcfa2c08f0d23d6c3ab9c97c464bd38cc5476a"
PATCHES="tor-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
@@ -83,9 +83,11 @@ BUILD()
autoreconf -vfi
runConfigure --omit-dirs "binDir sbinDir" ./configure \
--bindir="$commandBinDir" --sbindir="$commandBinDir" \
--disable-gcc-hardening \
runConfigure --omit-dirs "binDir sbinDir" \
./configure \
--bindir="$commandBinDir" \
--sbindir="$commandBinDir" \
--disable-gcc-hardening
make $jobArgs
}