[tor-commits] [tor/release-0.4.6] Fold in the last-minute fixes

nickm at torproject.org nickm at torproject.org
Fri May 7 17:11:16 UTC 2021


commit a980597a6717a23a6a4ca9fb3d3708bc62b74c85
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri May 7 13:10:19 2021 -0400

    Fold in the last-minute fixes
---
 ChangeLog           | 10 ++++++++++
 changes/bug40380    |  3 ---
 changes/ticket40382 |  6 ------
 3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cfc02f7883..ba6000e356 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,12 @@ Changes in version 0.4.6.3-rc - 2021-05-10
       Before this fix, the created onion failed to add the client(s).
       Fixes bug 40378; bugfix on 0.4.6.1-alpha.
 
+  o Minor features (compatibility, Linux seccomp sandbox):
+    - Add a workaround to enable the Linux sandbox to work correctly
+      with Glibc 2.33. This version of Glibc has started using the
+      fstatat() system call, which previously our sandbox did not allow.
+      Closes ticket 40382; see the ticket for a discussion of trade-offs.
+
   o Minor features (compilation):
     - Make the autoconf script build correctly with autoconf versions
       2.70 and later. Closes part of ticket 40335.
@@ -30,6 +36,10 @@ Changes in version 0.4.6.3-rc - 2021-05-10
       script had used the $AR environment variable in most places, but
       it missed one. Fixes bug 40369; bugfix on 0.4.5.1-alpha.
 
+  o Minor bugfixes (compiler warnings):
+    - Fix an indentation problem that led to a warning from GCC 11.1.1.
+      Fixes bug 40380; bugfix on 0.3.0.1-alpha.
+
   o Minor bugfixes (logging, relay):
     - Emit a warning if an Address is found to be internal and tor can't
       use it. Fixes bug 40290; bugfix on 0.4.5.1-alpha.
diff --git a/changes/bug40380 b/changes/bug40380
deleted file mode 100644
index 24d2876b7d..0000000000
--- a/changes/bug40380
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (compiler warnings):
-    - Fix an indentation problem that led to a warning from  GCC 11.1.1.
-      Fixes bug 40380; bugfix on 0.3.0.1-alpha.
diff --git a/changes/ticket40382 b/changes/ticket40382
deleted file mode 100644
index 5ac1b771b9..0000000000
--- a/changes/ticket40382
+++ /dev/null
@@ -1,6 +0,0 @@
-  o Minor features (compatibility, Linux seccomp sandbox):
-    - Add a workaround to enable the Linux sandbox to work correctly
-      on systems running Glibc 2.33.  These versions have started
-      using the fstatat() system call, which previously our sandbox did not
-      allow.
-      Closes ticket 40382; see the ticket for a discussion of tradeoffs.



More information about the tor-commits mailing list