Thursday, June 02, 2022

Re: update: net/torsocks: 2.2.0 -> 2.3.0

On Wed, June 1, 2022 12:00, Stuart Henderson wrote:
> On 2022/06/01 03:08, Yifei Zhan wrote:
>> - upstream moved from github to selfhosted git server
>> - otherwise this is an update for bugfixes, no major changes
>> - 'make lib-depends-check' and 'make test' are happy
>
> Changelog at https://gitweb.torproject.org/torsocks.git/tree/ChangeLog
> looks sane amd works for me. This is OK sthen@
>
>> Tested only on amd64 because I don't have access to other boxes, you
>> can test it by running tor and invoke:
>>
>> torsocks curl ifconfig.me
>>
>> ...which will give you a Tor Exit IP.


Hi!
.tar.gz is the default suffix
OK to drop the line?

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/torsocks/Makefile,v
retrieving revision 1.15
diff -u -p -u -r1.15 Makefile
--- Makefile 1 Jun 2022 12:35:11 -0000 1.15
+++ Makefile 2 Jun 2022 10:30:07 -0000
@@ -16,7 +16,6 @@ PERMIT_PACKAGE = Yes
WANTLIB += pthread

MASTER_SITES= https://gitweb.torproject.org/torsocks.git/snapshot/
-EXTRACT_SUFX=
.tar.gz

AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.15


>>
>> diff --git a/net/torsocks/Makefile b/net/torsocks/Makefile
>> index 525a1ae6d38..c224e7e6390 100644
>> --- a/net/torsocks/Makefile
>> +++ b/net/torsocks/Makefile
>> @@ -1,11 +1,6 @@
>> COMMENT = socks proxy for use with tor
>>
>> -DISTNAME = torsocks-2.2.0
>> -REVISION = 0
>> -
>> -GH_PROJECT = torsocks
>> -GH_ACCOUNT = dgoulet
>> -GH_TAGNAME = v2.2.0
>> +DISTNAME = torsocks-2.3.0
>>
>> SHARED_LIBS = torsocks 1.0 # 0.0
>>
>> @@ -20,6 +15,9 @@ PERMIT_PACKAGE = Yes
>>
>> WANTLIB += pthread
>>
>> +MASTER_SITES= https://gitweb.torproject.org/torsocks.git/snapshot/
>> +EXTRACT_SUFX= .tar.gz
>> +
>> AUTOCONF_VERSION= 2.69
>> AUTOMAKE_VERSION= 1.15
>>
[...]

No comments:

Post a Comment