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-sys0.14/SOURCES/libgit2-sys-fix-metadata.diff

33 lines
929 B

--- libgit2-sys-0.14.2+1.5.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libgit2-sys-0.14.2+1.5.1/Cargo.toml 2023-05-29T20:38:44.883195+00:00
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "libgit2-sys"
-version = "0.14.2+1.5.1"
+version = "0.14.2"
authors = [
"Josh Triplett <josh@joshtriplett.org>",
"Alex Crichton <alex@alexcrichton.com>",
@@ -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"