[tor-commits] [tor/master] Remove the changes files already merged in Tor 0.2.8.6

nickm at torproject.org nickm at torproject.org
Tue Aug 2 15:18:56 UTC 2016


commit 679383fb07778315a8a673835fefb7d8078ffb53
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Aug 2 11:18:29 2016 -0400

    Remove the changes files already merged in Tor 0.2.8.6
---
 changes/bug18397       | 7 -------
 changes/bug19660       | 8 --------
 changes/bug19682       | 3 ---
 changes/bug19782       | 3 ---
 changes/geoip-july2016 | 4 ----
 5 files changed, 25 deletions(-)

diff --git a/changes/bug18397 b/changes/bug18397
deleted file mode 100644
index 53993da..0000000
--- a/changes/bug18397
+++ /dev/null
@@ -1,7 +0,0 @@
-  o Minor bugfixes (Linux seccomp2 sandbox):
-    - Add a few missing syscalls to the seccomp2 sandbox: sysinfo,
-      getsockopt(SO_SNDBUF), and setsockopt(SO_SNDBUFFORCE). On
-      some systems, these are required for Tor to start with
-      "Sandbox 1" enabled.
-      Fixes bug 18397; bugfix on 0.2.5.1-alpha. Patch from
-      Daniel Pinto.
diff --git a/changes/bug19660 b/changes/bug19660
deleted file mode 100644
index 72d32c8..0000000
--- a/changes/bug19660
+++ /dev/null
@@ -1,8 +0,0 @@
-  o Minor bugfixes (sandboxing):
-    - If we did not find a non-private IPaddress by iterating over
-      interfaces, we would try to get one via
-      get_interface_address6_via_udp_socket_hack().  This opens a
-      datagram socket with IPPROTO_UDP.  Previously all our datagram
-      sockets (via libevent) used IPPROTO_IP, so we did not have that
-      in the sandboxing whitelist.  Add (SOCK_DGRAM, IPPROTO_UDP)
-      sockets to the sandboxing whitelist.  Fixes bug 19660.
diff --git a/changes/bug19682 b/changes/bug19682
deleted file mode 100644
index c799c41..0000000
--- a/changes/bug19682
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (compilation):
-    - Fix compilation warning in the unit tests on systems where
-      char is signed. Fixes bug 19682; bugfix on 0.2.8.1-alpha.
diff --git a/changes/bug19782 b/changes/bug19782
deleted file mode 100644
index 37660ea..0000000
--- a/changes/bug19782
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor bugfixes (fallback directories):
-    - Remove a fallback that was on the hardcoded list, then opted-out.
-      Fixes bug 19782; update to fallback list from 0.2.8.2-alpha.
diff --git a/changes/geoip-july2016 b/changes/geoip-july2016
deleted file mode 100644
index d9963bd..0000000
--- a/changes/geoip-july2016
+++ /dev/null
@@ -1,4 +0,0 @@
-  o Minor features:
-    - Update geoip and geoip6 to the July 6 2016 Maxmind GeoLite2
-      Country database.
-



More information about the tor-commits mailing list