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: leot
Date: Fri Sep 19 07:41:21 UTC 2025
Modified Files:
pkgsrc/net/tor: Makefile distinfo
Log Message:
tor: Update to 0.4.8.18
Changes:
Changes in version 0.4.8.18 - 2025-09-16
This is a minor release with a major onion service directory cache (HSDir)
bug fix. A series of minor bugfixes as well. As always, we strongly recommend
to upgrade as soon as possible.
o Major bugfixes (onion service directory cache):
- Preserve the download counter of an onion service descriptor
across descriptor uploads, so that recently updated descriptors
don't get pruned if there is memory pressure soon after update.
Additionally, create a separate torrc option MaxHSDirCacheBytes
that defaults to the former 20% of MaxMemInQueues threshold, but
can be controlled by relay operators under DoS. Also enforce this
theshold during HSDir uploads. Fixes bug 41006; bugfix
on 0.4.8.14.
o Minor feature (padding, logging):
- Reduce the amount of messages being logged related to channel
padding timeout when log level is "notice".
o Minor features (fallbackdir):
- Regenerate fallback directories generated on September 16, 2025.
o Minor features (geoip data):
- Update the geoip files to match the IPFire Location Database, as
retrieved on 2025/09/16.
o Minor bugfix (conflux):
- Remove the pending nonce if we realize that the nonce of the
unlinked circuit is not tracked anymore. Should avoid the non
fatal assert triggered with a control port circuit event. 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. Second fix attempt Fixes bug 41106; bugfix
on 0.4.8.17
o Minor bugfixes (threads):
- Make thread control POSIX compliant. Fixes bug 41109; bugfix
on 0.4.8.17-dev.
To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 pkgsrc/net/tor/Makefile
cvs rdiff -u -r1.134 -r1.135 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.190 pkgsrc/net/tor/Makefile:1.191
--- pkgsrc/net/tor/Makefile:1.190 Thu Jul 17 17:43:21 2025
+++ pkgsrc/net/tor/Makefile Fri Sep 19 07:41:21 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.190 2025/07/17 17:43:21 adam Exp $
+# $NetBSD: Makefile,v 1.191 2025/09/19 07:41:21 leot Exp $
-DISTNAME= tor-0.4.8.17
+DISTNAME= tor-0.4.8.18
CATEGORIES= net security
MASTER_SITES= https://dist.torproject.org/
Index: pkgsrc/net/tor/distinfo
diff -u pkgsrc/net/tor/distinfo:1.134 pkgsrc/net/tor/distinfo:1.135
--- pkgsrc/net/tor/distinfo:1.134 Thu Jul 17 17:43:21 2025
+++ pkgsrc/net/tor/distinfo Fri Sep 19 07:41:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.134 2025/07/17 17:43:21 adam Exp $
+$NetBSD: distinfo,v 1.135 2025/09/19 07:41:21 leot Exp $
-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
+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
Home |
Main Index |
Thread Index |
Old Index