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: Wed Oct 15 13:23:51 UTC 2025
Modified Files:
pkgsrc/net/tor: Makefile distinfo
Log Message:
tor: updated to 0.4.8.19
Changes in version 0.4.8.19 - 2025-10-06
This release fixes two major bugfixes for a LibreSSL issue and a flow control
C-tor specific problem (not protocol). We strongly recommend you upgrade as
soon as possible.
o Major bugfixes (client, TLS):
- Fix some clients not being able to connect to LibreSSL relays.
Fixes bug 41134; bugfix on 0.4.8.17
o Major bugfixes (stream flow control performance):
- Use a 5 ms grace period to allow an edge connection to flush its
stream data to the socket before sending an XOFF. This
significantly reduces the number of XON/XOFF messages sent when
(1) the application is reading stream data at a fast rate, and (2)
when conflux is enabled. Fixes part of bug 41130; bugfix
on 0.4.7.2-alpha
o Minor features (fallbackdir):
- Regenerate fallback directories generated on October 06, 2025.
o Minor features (geoip data):
- Update the geoip files to match the IPFire Location Database, as
retrieved on 2025/10/06.
o Minor bugfix (process):
- Avoid closing all possible FDs when spawning a process (PT). On
some systems, this could lead to 3+ minutes hang. Fixes bug 40990;
bugfix on 0.3.5.1-alpha.
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r1.192 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.135 -r1.136 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.191 pkgsrc/net/tor/Makefile:1.192
--- pkgsrc/net/tor/Makefile:1.191 Fri Sep 19 07:41:21 2025
+++ pkgsrc/net/tor/Makefile Wed Oct 15 13:23:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.191 2025/09/19 07:41:21 leot Exp $
+# $NetBSD: Makefile,v 1.192 2025/10/15 13:23:50 adam Exp $
-DISTNAME= tor-0.4.8.18
+DISTNAME= tor-0.4.8.19
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.135 pkgsrc/net/tor/distinfo:1.136
--- pkgsrc/net/tor/distinfo:1.135 Fri Sep 19 07:41:21 2025
+++ pkgsrc/net/tor/distinfo Wed Oct 15 13:23:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.135 2025/09/19 07:41:21 leot Exp $
+$NetBSD: distinfo,v 1.136 2025/10/15 13:23:51 adam Exp $
-BLAKE2s (tor-0.4.8.18.tar.gz) = aa3fb0d96478163000a43da82f1aeb29d8b7059e6e8742a1763bde35bb2ffb99
-SHA512 (tor-0.4.8.18.tar.gz) = a652e8945ec4597f03b7c8521492ba8a0395de6de3bd2625163765fd3fd08132a3927fed2804c13ed2e755b9dfa0757186c3009048a70e70e3071d318efa8975
-Size (tor-0.4.8.18.tar.gz) = 10139317 bytes
+BLAKE2s (tor-0.4.8.19.tar.gz) = 3ce4559c8f1ecb48d754c0ef9d803b2bea1d511db6c97e13e46de2acfc124e22
+SHA512 (tor-0.4.8.19.tar.gz) = e90375ad6fb1c27638bd36038b0dfe717e2ac6aec55f9ca1cc9e46f574a05246c7645b566e73e5749b99f256b2d77c39b78aa2b63383fda2a730afc9bc723cc9
+Size (tor-0.4.8.19.tar.gz) = 10160196 bytes
Home |
Main Index |
Thread Index |
Old Index