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:
parent
3ab128a4d0
commit
c21a784918
4 changed files with 172 additions and 0 deletions
27
testing/gitoxide/system-curl.patch
Normal file
27
testing/gitoxide/system-curl.patch
Normal 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",
|
Loading…
Add table
Add a link
Reference in a new issue