diff options
Diffstat (limited to 'misc/gitlogue/files')
| -rw-r--r-- | misc/gitlogue/files/patch-Cargo.lock | 26 | ||||
| -rw-r--r-- | misc/gitlogue/files/patch-Cargo.toml | 11 |
2 files changed, 37 insertions, 0 deletions
diff --git a/misc/gitlogue/files/patch-Cargo.lock b/misc/gitlogue/files/patch-Cargo.lock new file mode 100644 index 000000000000..6ac72c714998 --- /dev/null +++ b/misc/gitlogue/files/patch-Cargo.lock @@ -0,0 +1,26 @@ +--- Cargo.lock.orig 2025-11-30 11:22:47 UTC ++++ Cargo.lock +@@ -976,15 +976,6 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00 + checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" + + [[package]] +-name = "openssl-src" +-version = "300.5.4+3.5.4" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "a507b3792995dae9b0df8a1c1e3771e8418b7c2d9f0baeba32e6fe8b06c7cb72" +-dependencies = [ +- "cc", +-] +- +-[[package]] + name = "openssl-sys" + version = "0.9.111" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -992,7 +983,6 @@ dependencies = [ + dependencies = [ + "cc", + "libc", +- "openssl-src", + "pkg-config", + "vcpkg", + ] diff --git a/misc/gitlogue/files/patch-Cargo.toml b/misc/gitlogue/files/patch-Cargo.toml new file mode 100644 index 000000000000..053787c1306f --- /dev/null +++ b/misc/gitlogue/files/patch-Cargo.toml @@ -0,0 +1,11 @@ +--- Cargo.toml.orig 2025-11-30 11:22:47 UTC ++++ Cargo.toml +@@ -31,7 +31,7 @@ dirs = "6.0" + crossterm = "0.29" + ctrlc = { version = "3.4", features = ["termination"] } + dirs = "6.0" +-git2 = { version = "0.20", features = ["vendored-openssl", "vendored-libgit2"] } ++git2 = { version = "0.20", features = ["vendored-libgit2"] } + globset = "0.4" + rand = "0.9" + ratatui = "0.29" |
