1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00

testing/gitoxide: new aport

This commit is contained in:
Jakub Jirutka 2022-08-20 15:40:30 +02:00
parent 3ab128a4d0
commit c21a784918
4 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,27 @@
--- a/git-transport/Cargo.toml
+++ b/git-transport/Cargo.toml
@@ -70 +70 @@
-curl = { version = "0.4", optional = true, features = ["static-curl", "static-ssl", "zlib-ng-compat"] }
+curl = { version = "0.4", optional = true }
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2230,13 +2230,4 @@
[[package]]
-name = "openssl-src"
-version = "111.22.0+1.1.1q"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
-dependencies = [
- "cc",
-]
-
-[[package]]
name = "openssl-sys"
version = "0.9.74"
@@ -2247,5 +2238,4 @@
"cc",
"libc",
- "openssl-src",
"pkg-config",
"vcpkg",