Codebase list rust-libslirp / b819e82
git2: remove zlib-ng-compat feature. Peter Michael Green 3 years ago
3 changed file(s) with 20 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 rust-git2 (0.13.11-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package git2 0.13.11 from crates.io using debcargo 2.4.3
3 * Drop the zlib-ng-compat feature, the ftpmasters are rejecting new
4 rust feature packages at the moment and the zlib-ng option in
5 libz-sys seems to be broken in Debian anyway (see bug 972361)
6
7 [ Ximin Luo ]
28 * Team upload.
39 * Package git2 0.13.11 from crates.io using debcargo 2.4.3
410
5 -- Ximin Luo <infinity0@debian.org> Thu, 01 Oct 2020 21:52:11 +0100
11 -- Peter Michael Green <plugwash@debian.org> Mon, 07 Dec 2020 01:44:19 +0000
612
713 rust-git2 (0.11.0-1) unstable; urgency=medium
814
0 Index: git2/Cargo.toml
1 ===================================================================
2 --- git2.orig/Cargo.toml
3 +++ git2/Cargo.toml
4 @@ -54,7 +54,6 @@ https = ["libgit2-sys/https", "openssl-s
5 ssh = ["libgit2-sys/ssh"]
6 ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
7 unstable = []
8 -zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
9 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
10 version = "0.1"
11 optional = true
00 disable-vendor.patch
1 remove-zlib-ng-compat.patch