diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-06-12 11:31:44 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-12 14:38:16 +0200 |
| commit | f53b9f309f7918702d9a8dbab841f4eb79058afb (patch) | |
| tree | 13f5cffedc23df326a832fc4fccbefea733bbf4d /gnu/packages/version-control.scm | |
| parent | 1a09cd18820b91c9ddb30c08a8eecbe72a9e84b5 (diff) | |
gnu: libgit2: Patch bug in HTTP proxy support that shows on 302s.
Fixes guix/guix#87.
* gnu/packages/patches/libgit2-proxy-reconnection.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (libgit2-1.9)[source]: Use it.
Change-Id: If05b55e616da4d98b3de0e38f6a0d815dd256b92
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 8f2e1f52458..6b57ad5d0e8 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1427,6 +1427,9 @@ write native speed custom Git applications in any language with bindings.") (url "https://github.com/libgit2/libgit2") (commit (string-append "v" version)))) (file-name (git-file-name "libgit2" version)) + (patches + (search-patches "libgit2-uninitialized-proxy-settings.patch" + "libgit2-proxy-reconnection.patch")) (sha256 (base32 "06ajn5i5l1209z7x7jxcpw68ph0a6g3q67bmx0jm381rr8cb4zdz")))))) |
