summaryrefslogtreecommitdiff
path: root/devel/gitui/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gitui/files')
-rw-r--r--devel/gitui/files/patch-Cargo.lock26
-rw-r--r--devel/gitui/files/patch-asyncgit_Cargo.toml11
2 files changed, 0 insertions, 37 deletions
diff --git a/devel/gitui/files/patch-Cargo.lock b/devel/gitui/files/patch-Cargo.lock
deleted file mode 100644
index bc5958f5fd7d..000000000000
--- a/devel/gitui/files/patch-Cargo.lock
+++ /dev/null
@@ -1,26 +0,0 @@
---- Cargo.lock.orig 2025-01-15 04:20:00 UTC
-+++ Cargo.lock
-@@ -2481,15 +2481,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178
- checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
-
- [[package]]
--name = "openssl-src"
--version = "300.4.1+3.4.0"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
--dependencies = [
-- "cc",
--]
--
--[[package]]
- name = "openssl-sys"
- version = "0.9.104"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-@@ -2497,7 +2488,6 @@ dependencies = [
- dependencies = [
- "cc",
- "libc",
-- "openssl-src",
- "pkg-config",
- "vcpkg",
- ]
diff --git a/devel/gitui/files/patch-asyncgit_Cargo.toml b/devel/gitui/files/patch-asyncgit_Cargo.toml
deleted file mode 100644
index 5365ae230259..000000000000
--- a/devel/gitui/files/patch-asyncgit_Cargo.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- asyncgit/Cargo.toml.orig 2024-06-02 20:08:17 UTC
-+++ asyncgit/Cargo.toml
-@@ -23,7 +23,7 @@ log = "0.4"
- # git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
- # git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}
- # pinning to vendored openssl, using the git2 feature this gets lost with new resolver
--openssl-sys = { version = '0.9', features = ["vendored"], optional = true }
-+openssl-sys = { version = '0.9', optional = true }
- rayon = "1.10"
- rayon-core = "1.12"
- scopetime = { path = "../scopetime", version = "0.1" }