Hi,

Here's another update for net/tor: 0.4.8.7

This release fixes a major bug on the client side. This bugfix is needed for 
the upcoming Tor Browser 13 :
https://forum.torproject.org/t/stable-release-0-4-8-7/9398

The port now uses autoconf-2.71 (instead of 2.69).

It builds and runs fine, lightly tested on amd64.

Best regards.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/tor/Makefile,v
retrieving revision 1.157
diff -u -p -r1.157 Makefile
--- Makefile    24 Sep 2023 18:31:16 -0000  1.157
+++ Makefile    26 Sep 2023 13:39:27 -0000
@@ -1,6 +1,6 @@
 COMMENT=   anonymity service using onion routing

-DISTNAME=  tor-0.4.8.6
+DISTNAME=  tor-0.4.8.7
 CATEGORIES=    net
 HOMEPAGE=  https://www.torproject.org/

@@ -13,7 +13,7 @@ WANTLIB += c crypto event_core event_ext

 MASTER_SITES=  https://www.torproject.org/dist/

-AUTOCONF_VERSION=2.69
+AUTOCONF_VERSION=2.71
 CONFIGURE_STYLE=autoconf
 # PIE is already taken care of on a per-arch basis, and we have stack protection
 # anyway on FRAME_GROWS_DOWN archs.
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/tor/distinfo,v
retrieving revision 1.126
diff -u -p -r1.126 distinfo
--- distinfo    24 Sep 2023 18:31:16 -0000  1.126
+++ distinfo    26 Sep 2023 13:39:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (tor-0.4.8.6.tar.gz) = VS2JX8r2bHzStQ9avmO3iEsw/tJUEVvnv7kjaAc1UIg=
-SIZE (tor-0.4.8.6.tar.gz) = 8246788
+SHA256 (tor-0.4.8.7.tar.gz) = sg0rnHTbKKAMB/CQ7lsCQbK2hPOv3szMa4AIkxxVdJE=
+SIZE (tor-0.4.8.7.tar.gz) = 8322562

Reply via email to