aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug404726
-rw-r--r--changes/clone3-sandbox3
-rw-r--r--changes/fallbackdirs-2021-12-152
-rw-r--r--changes/fallbackdirs-2022-02-042
-rw-r--r--changes/geoip-2021-12-153
-rw-r--r--changes/geoip-2022-02-043
-rw-r--r--changes/ticket405094
-rw-r--r--changes/ticket405443
-rw-r--r--changes/ticket405523
-rw-r--r--changes/ticket405793
-rw-r--r--changes/ticket405814
11 files changed, 36 insertions, 0 deletions
diff --git a/changes/bug40472 b/changes/bug40472
new file mode 100644
index 0000000000..d87c1dc2cc
--- /dev/null
+++ b/changes/bug40472
@@ -0,0 +1,6 @@
+ o Minor bugfixes (performance, DoS):
+ - Fix one case of a not-especially viable denial-of-service attack found
+ by OSS-Fuzz in our consensus-diff parsing code. This attack causes a
+ lot small of memory allocations and then immediately frees them: this
+ is only slow when running with all the sanitizers enabled. Fixes one
+ case of bug 40472; bugfix on 0.3.1.1-alpha.
diff --git a/changes/clone3-sandbox b/changes/clone3-sandbox
new file mode 100644
index 0000000000..dac8fe72da
--- /dev/null
+++ b/changes/clone3-sandbox
@@ -0,0 +1,3 @@
+ o Minor features (linux seccomp2 sandbox):
+ - Permit the clone3 syscall, which is apparently used in glibc-2.34 and
+ later. Closes ticket 40590.
diff --git a/changes/fallbackdirs-2021-12-15 b/changes/fallbackdirs-2021-12-15
new file mode 100644
index 0000000000..ce08cef5cb
--- /dev/null
+++ b/changes/fallbackdirs-2021-12-15
@@ -0,0 +1,2 @@
+ o Minor features (fallbackdir):
+ - Regenerate fallback directories generated on December 15, 2021.
diff --git a/changes/fallbackdirs-2022-02-04 b/changes/fallbackdirs-2022-02-04
new file mode 100644
index 0000000000..3d4ec28fe9
--- /dev/null
+++ b/changes/fallbackdirs-2022-02-04
@@ -0,0 +1,2 @@
+ o Minor features (fallbackdir):
+ - Regenerate fallback directories generated on February 04, 2022.
diff --git a/changes/geoip-2021-12-15 b/changes/geoip-2021-12-15
new file mode 100644
index 0000000000..5123557138
--- /dev/null
+++ b/changes/geoip-2021-12-15
@@ -0,0 +1,3 @@
+ o Minor features (geoip data):
+ - Update the geoip files to match the IPFire Location Database,
+ as retrieved on 2021/12/15.
diff --git a/changes/geoip-2022-02-04 b/changes/geoip-2022-02-04
new file mode 100644
index 0000000000..41921da85f
--- /dev/null
+++ b/changes/geoip-2022-02-04
@@ -0,0 +1,3 @@
+ o Minor features (geoip data):
+ - Update the geoip files to match the IPFire Location Database,
+ as retrieved on 2022/02/04.
diff --git a/changes/ticket40509 b/changes/ticket40509
new file mode 100644
index 0000000000..ba4502ff3b
--- /dev/null
+++ b/changes/ticket40509
@@ -0,0 +1,4 @@
+ o Minor bugfix (relay):
+ - Remove the HSDir and HSIntro onion service v2 protocol versions so relay
+ stop advertising that they support them. Fixes bug 40509; bugfix on
+ 0.3.5.17.
diff --git a/changes/ticket40544 b/changes/ticket40544
new file mode 100644
index 0000000000..b0754f0fd4
--- /dev/null
+++ b/changes/ticket40544
@@ -0,0 +1,3 @@
+ o Minor bugfix (logging):
+ - Update a log notice dead URL to a working one. Fixes bug 40544; bugfix on
+ 0.3.5.1-alpha.
diff --git a/changes/ticket40552 b/changes/ticket40552
new file mode 100644
index 0000000000..7811f3a743
--- /dev/null
+++ b/changes/ticket40552
@@ -0,0 +1,3 @@
+ o Minor bugfixes (MetricsPort, Prometheus):
+ - Add double quotes to the label values of the onion service metrics. Fixes
+ bug 40552; bugfix on 0.4.5.1-alpha.
diff --git a/changes/ticket40579 b/changes/ticket40579
new file mode 100644
index 0000000000..e2558c1102
--- /dev/null
+++ b/changes/ticket40579
@@ -0,0 +1,3 @@
+ o Minor bugfixes (onion service, client):
+ - Fix a fatal assert due to a guard subsystem recursion triggered by the
+ onion service client. Fixes bug 40579; bugfix on 0.3.5.1-alpha.
diff --git a/changes/ticket40581 b/changes/ticket40581
new file mode 100644
index 0000000000..315215d8ed
--- /dev/null
+++ b/changes/ticket40581
@@ -0,0 +1,4 @@
+ o Minor bugfixes (metrics port, onion service):
+ - Fix the metrics with a port label to be unique. Before this, all ports of
+ an onion service would be on the same line which violates the Prometheus
+ rules of unique labels. Fixes bug 40581; bugfix on 0.4.5.1-alpha.