[tor-commits] [tor/maint-0.3.3] Ship all files needed to build Tor with rust

nickm at torproject.org nickm at torproject.org
Fri Apr 6 20:19:43 UTC 2018


commit 306563ac68250872791350bda1ba7a7acff5eb63
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Apr 6 16:18:11 2018 -0400

    Ship all files needed to build Tor with rust
    
    Fixes bug 25732; bugfix on 0.3.3.2-alpha when strings.rs was
    introduced.
---
 changes/bug25732    | 4 ++++
 src/rust/include.am | 5 ++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/changes/bug25732 b/changes/bug25732
new file mode 100644
index 000000000..49ffae29e
--- /dev/null
+++ b/changes/bug25732
@@ -0,0 +1,4 @@
+  o Minor bugfixes (distribution, compilation):
+    - Actually include all of our Rust source in our source
+      distributions. (Previously, a few of the files were accidentally
+      omitted.) Fixes bug 25732; bugfix on 0.3.3.2-alpha.
diff --git a/src/rust/include.am b/src/rust/include.am
index 9c4337484..7a0181e37 100644
--- a/src/rust/include.am
+++ b/src/rust/include.am
@@ -8,6 +8,8 @@ EXTRA_DIST +=\
 	src/rust/external/external.rs \
 	src/rust/external/lib.rs \
 	src/rust/protover/Cargo.toml \
+	src/rust/protover/errors.rs \
+	src/rust/protover/protoset.rs \
 	src/rust/protover/ffi.rs \
 	src/rust/protover/lib.rs \
 	src/rust/protover/protover.rs \
@@ -23,4 +25,5 @@ EXTRA_DIST +=\
 	src/rust/tor_rust/lib.rs \
 	src/rust/tor_util/Cargo.toml \
 	src/rust/tor_util/ffi.rs \
-	src/rust/tor_util/lib.rs
+	src/rust/tor_util/lib.rs \
+	src/rust/tor_util/strings.rs



More information about the tor-commits mailing list