]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Ship all files needed to build Tor with rust
authorNick Mathewson <nickm@torproject.org>
Fri, 6 Apr 2018 20:18:11 +0000 (16:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 6 Apr 2018 20:18:11 +0000 (16:18 -0400)
Fixes bug 25732; bugfix on 0.3.3.2-alpha when strings.rs was
introduced.

changes/bug25732 [new file with mode: 0644]
src/rust/include.am

diff --git a/changes/bug25732 b/changes/bug25732
new file mode 100644 (file)
index 0000000..49ffae2
--- /dev/null
@@ -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.
index 9c4337484a378747f8227da4ed2c738bee09c23b..7a0181e37353eadc64ce94726e4353af5ba1652c 100644 (file)
@@ -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