From fafdb18f5883d34407d2dc63622789c79a9d951b Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 15 Dec 2021 17:23:33 +0300 Subject: [PATCH] tor: bump version --- .../{tor-0.4.2.7.patchset => tor-0.4.6.8.patchset} | 0 .../tor/{tor-0.4.2.7.recipe => tor-0.4.6.8.recipe} | 12 +++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) rename net-vpn/tor/patches/{tor-0.4.2.7.patchset => tor-0.4.6.8.patchset} (100%) rename net-vpn/tor/{tor-0.4.2.7.recipe => tor-0.4.6.8.recipe} (89%) diff --git a/net-vpn/tor/patches/tor-0.4.2.7.patchset b/net-vpn/tor/patches/tor-0.4.6.8.patchset similarity index 100% rename from net-vpn/tor/patches/tor-0.4.2.7.patchset rename to net-vpn/tor/patches/tor-0.4.6.8.patchset diff --git a/net-vpn/tor/tor-0.4.2.7.recipe b/net-vpn/tor/tor-0.4.6.8.recipe similarity index 89% rename from net-vpn/tor/tor-0.4.2.7.recipe rename to net-vpn/tor/tor-0.4.6.8.recipe index 9653eeb99..a14751d54 100644 --- a/net-vpn/tor/tor-0.4.2.7.recipe +++ b/net-vpn/tor/tor-0.4.6.8.recipe @@ -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 }