Codebase list rust-libslirp / 7ad3f9c
libslirp: bump version and drop/rebase patches Drop unneeded patches and rebase changes to Cargo.toml for new package version. libslirp requires a higher patch version of mio than what is in the Debian archive (0.6.19 vs 0.6.16). Local testing shows that libslirp still works with the lower patch version, so no need to bump mio and its dependencies. Signed-off-by: Christopher Obbard <chris.obbard@collabora.com> Christopher Obbard authored 3 years ago Andrej Shadura committed 3 years ago
4 changed file(s) with 5 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
0 rust-libslirp (4.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-libslirp (4.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package libslirp 4.0.0 from crates.io using debcargo 2.4.2
2 * Team upload.
3 * Package libslirp 4.3.0 from crates.io using debcargo 2.4.3
34
4 -- Andrej Shadura <andrewsh@debian.org> Mon, 06 Apr 2020 12:12:30 +0200
5 -- Christopher Obbard <chris.obbard@collabora.com> Thu, 29 Oct 2020 10:03:13 +0000
6
+0
-9
src/libslirp/debian/patches/enable-all-by-default.patch less more
0 enable all but dbus and systemd by default
1
2 --- a/Cargo.toml
3 +++ b/Cargo.toml
4 @@ -81,3 +81,4 @@
5
6 [features]
7 all = ["mio", "mio-extras", "ipnetwork", "structopt", "slab", "libc", "dbus", "nix", "libsystemd", "url", "lazy_static"]
8 +default = ["mio", "mio-extras", "ipnetwork", "structopt", "slab", "libc", "nix", "url", "lazy_static"]
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -35,7 +35,7 @@
3 optional = true
4
5 [dependencies.ipnetwork]
6 -version = "0.16"
7 +version = "0.14"
8 optional = true
9
10 [dependencies.lazy_static]
112 @@ -54,7 +54,7 @@
123 optional = true
134
178 optional = true
189
1910 [dependencies.mio-extras]
20 @@ -62,11 +62,11 @@
21 optional = true
22
23 [dependencies.nix]
24 -version = "0.17"
25 +version = "0.16"
26 optional = true
27
28 [dependencies.slab]
29 -version = "0.4.0"
30 +version = "0.4"
31 optional = true
32
33 [dependencies.structopt]
0 enable-all-by-default.patch
10 relax-deps.patch