pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tor
Module Name: pkgsrc
Committed By: adam
Date: Mon Oct 28 20:36:53 UTC 2024
Modified Files:
pkgsrc/net/tor: Makefile distinfo
Log Message:
tor: updated to 0.4.8.13
Changes in version 0.4.8.13 - 2024-10-24
This is minor release fixing an important client circuit building (Conflux
related) bug which lead to performance degradation and extra load on the
network. Some minor memory leaks fixes as well as an important minor feature
for pluggable transports. We strongly recommend to update as soon as possible
for clients in order to neutralize this conflux bug.
o Major bugfixes (circuit building):
- Conflux circuit building was ignoring the "predicted ports"
feature, which aims to make Tor stop building circuits if there
have been no user requests lately. This bug led to every idle Tor
on the network building and discarding circuits every 30 seconds,
which added overall load to the network, used bandwidth and
battery from clients that weren't actively using their Tor, and
kept sockets open on guards which added connection padding
essentially forever. Fixes bug 40981; bugfix on 0.4.8.1-alpha;
o Minor feature (bridges, pluggable transport):
- Add STATUS TYPE=version handler for Pluggable Transport. This
allows us to gather version statistics on Pluggable Transport
usage from bridge servers on our metrics portal. Closes
ticket 11101.
o Minor features (fallbackdir):
- Regenerate fallback directories generated on October 24, 2024.
o Minor features (geoip data):
- Update the geoip files to match the IPFire Location Database, as
retrieved on 2024/10/24.
o Minor bugfixes (memleak, authority):
- Fix a small memleak when computing a new consensus. This only
affects directory authorities. Fixes bug 40966; bugfix
on 0.3.5.1-alpha.
o Minor bugfixes (memory):
- Fix memory leaks of the CPU worker code during shutdown. Fixes bug
833; bugfix on 0.3.5.1-alpha.
To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.131 -r1.132 pkgsrc/net/tor/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/tor/Makefile
diff -u pkgsrc/net/tor/Makefile:1.187 pkgsrc/net/tor/Makefile:1.188
--- pkgsrc/net/tor/Makefile:1.187 Tue Jun 18 10:36:58 2024
+++ pkgsrc/net/tor/Makefile Mon Oct 28 20:36:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.187 2024/06/18 10:36:58 adam Exp $
+# $NetBSD: Makefile,v 1.188 2024/10/28 20:36:53 adam Exp $
-DISTNAME= tor-0.4.8.12
+DISTNAME= tor-0.4.8.13
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.131 pkgsrc/net/tor/distinfo:1.132
--- pkgsrc/net/tor/distinfo:1.131 Tue Jun 18 10:36:58 2024
+++ pkgsrc/net/tor/distinfo Mon Oct 28 20:36:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.131 2024/06/18 10:36:58 adam Exp $
+$NetBSD: distinfo,v 1.132 2024/10/28 20:36:53 adam Exp $
-BLAKE2s (tor-0.4.8.12.tar.gz) = c0312a63359183e1928d803208fc17123259491a2be9eea604a1098d026cf326
-SHA512 (tor-0.4.8.12.tar.gz) = 54b3b5d68d54a6143fa48339057d6d07bf93505a124fcdef3c374d1dc2d34055a1ebb3b1a97c814089d5671d1533a0e5941251604f3122032a0decad2ecec965
-Size (tor-0.4.8.12.tar.gz) = 9687430 bytes
+BLAKE2s (tor-0.4.8.13.tar.gz) = 0dfc9bca490c6538217f44efe0fd12bd0b5c75526ae41ce8bcb695cfa6d6f368
+SHA512 (tor-0.4.8.13.tar.gz) = 7a095931ed709333a512535212048360d9d90907c3c71a8c6dc55fd52ccf515aa42c7ec6e18c7fb5fde7f5e1b1da1753f1380a274743b6420ac49ed1a3bb1a0c
+Size (tor-0.4.8.13.tar.gz) = 9912610 bytes
Home |
Main Index |
Thread Index |
Old Index