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: Thu Jul 17 17:43:21 UTC 2025
Modified Files:
pkgsrc/net/tor: Makefile distinfo
Log Message:
tor: updated to 0.4.8.17
0.4.8.17
This is a minor providing a series of minor features especially in the realm
of TLS. It also brings a new set of recommended and required sub protocols.
And finally, few minor bugfixes, nothing major. As always, we strongly
recommend you upgrade as soon as possible.
o Minor features (security, TLS):
- When we are running with OpenSSL 3.5.0 or later, support using the
ML-KEM768 for post-quantum key agreement. Closes ticket 41041.
o Minor feature (client, TLS):
- Set the TLS 1.3 cipher list instead of falling back on the
default value.
o Minor features (fallbackdir):
- Regenerate fallback directories generated on June 30, 2025.
o Minor features (geoip data):
- Update the geoip files to match the IPFire Location Database, as
retrieved on 2025/06/30.
o Minor features (hsdesc POW):
- Tolerate multiple PoW schemes in onion service descriptors, for
future extensibility. Implements torspec ticket 272.
o Minor features (performance TLS):
- When running with with OpenSSL 3.0.0 or later, support using
X25519 for TLS key agreement. (This should slightly improve
performance for TLS session establishment.)
o Minor features (portability):
- Fix warnings when compiling with GCC 15. Closes ticket 41079.
o Minor features (recommended protocols):
- Directory authorities now vote to recommend that clients support
certain protocols beyond those that are required. These include
improved support for connecting to relays on IPv6, NtorV3, and
congestion control. Part of ticket 40836.
o Minor features (required protocols):
- Directory authorities now vote to require clients to support the
authenticated SENDME feature, which was introduced in
0.4.1.1-alpha. Part of ticket 40836.
- Directory authorities now vote to require relays to support
certain protocols, all of which have been implemented since
0.4.7.4-alpha or earlier. These include improved support for
connecting to relays on IPv6, NtorV3, running as a rate-limited
introduction point, authenticated SENDMEs, and congestion control.
Part of ticket 40836.
o Minor bugfix (conflux):
- Avoid a non fatal assert when describing a conflux circuit on the
control port after being prepped to be freed. Fixes bug 41037;
bugfix on 0.4.8.15.
o Minor bugfixes (circuit handling):
- Prevent circuit_mark_for_close() from being called twice on the
same circuit. Fixes bug 40951; bugfix on 0.4.8.16-dev.
o Minor bugfixes (compiler warnings):
- Make sure the two bitfields in the half-closed edge struct are
unsigned, as we're using them for boolean values and assign 1 to
them. Fixes bug 40911; bugfix on 0.4.7.2-alpha.
o Minor bugfixes (threads, memory):
- Improvements in cleanup of resources used by threads. Fixes bug
40991; bugfix on 0.4.8.13-dev.
- Rework start and exit of worker threads.
To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.133 -r1.134 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.189 pkgsrc/net/tor/Makefile:1.190
--- pkgsrc/net/tor/Makefile:1.189 Tue Apr 8 07:39:53 2025
+++ pkgsrc/net/tor/Makefile Thu Jul 17 17:43:21 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.189 2025/04/08 07:39:53 adam Exp $
+# $NetBSD: Makefile,v 1.190 2025/07/17 17:43:21 adam Exp $
-DISTNAME= tor-0.4.8.16
+DISTNAME= tor-0.4.8.17
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.133 pkgsrc/net/tor/distinfo:1.134
--- pkgsrc/net/tor/distinfo:1.133 Tue Apr 8 07:39:53 2025
+++ pkgsrc/net/tor/distinfo Thu Jul 17 17:43:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.133 2025/04/08 07:39:53 adam Exp $
+$NetBSD: distinfo,v 1.134 2025/07/17 17:43:21 adam Exp $
-BLAKE2s (tor-0.4.8.16.tar.gz) = bc5ef758d31feddedca46a639a9d924ffd139e497c2cab50b4f2382a20052c55
-SHA512 (tor-0.4.8.16.tar.gz) = 4815fe3da63f582e8347ab5c4fcec75816c06e79a3b420ba15a03d6d7f4a12654b771555a9271ea66fb8f4f007e4772224e565ee02b920fed90b3e530a588d94
-Size (tor-0.4.8.16.tar.gz) = 9930424 bytes
+BLAKE2s (tor-0.4.8.17.tar.gz) = 4759b23e0c91cbdf13b659c232013b2dc86d6ca754ef75397ad6567eafed855d
+SHA512 (tor-0.4.8.17.tar.gz) = fef6456a6fdf8c8f47083d477c80ae7f3ced0b36ede71ff1119961c66d51a3ff6305b9dae1c9b3cd4ebd00a386fde5e32cc9927454dd4661eee9665b7cca6872
+Size (tor-0.4.8.17.tar.gz) = 10073355 bytes
Home |
Main Index |
Thread Index |
Old Index