You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-libgit2-sys/SOURCES/libgit2-sys-fix-metadata.diff

24 lines
712 B

--- libgit2-sys-0.17.0+1.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libgit2-sys-0.17.0+1.8.1/Cargo.toml 2024-10-29T16:56:35.928174+00:00
@@ -27,7 +27,7 @@
"libgit2/tests/*",
]
description = "Native bindings to the libgit2 library"
-license = "MIT OR Apache-2.0"
+license = "(MIT OR Apache-2.0) AND BSD-3-Clause AND GPL-2.0-only WITH GCC-exception-2.0 AND MIT"
repository = "https://github.com/rust-lang/git2-rs"
[lib]
@@ -58,11 +58,6 @@
ssh = ["libssh2-sys"]
ssh_key_from_memory = []
vendored = []
-vendored-openssl = ["openssl-sys/vendored"]
-zlib-ng-compat = [
- "libz-sys/zlib-ng",
- "libssh2-sys?/zlib-ng-compat",
-]
[target."cfg(unix)".dependencies.openssl-sys]
version = "0.9.45"