]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file
authorMike Perry <mikeperry-git@torproject.org>
Thu, 5 Jun 2025 01:08:08 +0000 (01:08 +0000)
committerMike Perry <mikeperry-git@torproject.org>
Thu, 5 Jun 2025 15:13:01 +0000 (15:13 +0000)
changes/ticket41006 [new file with mode: 0644]

diff --git a/changes/ticket41006 b/changes/ticket41006
new file mode 100644 (file)
index 0000000..1614ccb
--- /dev/null
@@ -0,0 +1,8 @@
+  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.