emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74664: closed ([PATCH] gnu: libgit2: Update to 1.8.4.)


From: GNU bug Tracking System
Subject: bug#74664: closed ([PATCH] gnu: libgit2: Update to 1.8.4.)
Date: Wed, 18 Dec 2024 14:29:02 +0000

Your message dated Wed, 18 Dec 2024 15:28:26 +0100
with message-id <878qsdkqut.fsf@gnu.org>
and subject line Re: [bug#74664] [PATCH v5] gnu: libgit2: Update to 1.8.4.
has caused the debbugs.gnu.org bug report #74664,
regarding [PATCH] gnu: libgit2: Update to 1.8.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
74664: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74664
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: libgit2: Update to 1.8.4. Date: Tue, 3 Dec 2024 11:20:30 +0100
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.4.

Change-Id: I6a200a1b490962a0083e78008b5be763fd0439ed
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 289b981911..333548d54f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1174,7 +1174,7 @@ (define-public libgit2-1.7
 (define-public libgit2-1.8
   (package
     (inherit libgit2-1.7)
-    (version "1.8.3")
+    (version "1.8.4")
     (source (origin
               (inherit (package-source libgit2-1.7))
               (uri (git-reference
@@ -1183,7 +1183,7 @@ (define-public libgit2-1.8
               (file-name (git-file-name "libgit2" version))
               (sha256
                (base32
-                "11jyxy6ckl19ayqpq5s3nlbcd0s1q4sdy8884m4pjrbzgxg6y1ds"))
+                "0jydckwn0bbrp2kbcr1ih1bz4sc6yhx7lrl22lqcgnf2v6ml6n01"))
               (patches
                (search-patches "libgit2-uninitialized-proxy-settings.patch"))
              (snippet

base-commit: 58a134224e327cfc0af105314598d080dfc0392d
-- 
2.47.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#74664] [PATCH v5] gnu: libgit2: Update to 1.8.4. Date: Wed, 18 Dec 2024 15:28:26 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hi!

It turns out libjami was already working around a change introduced in
1.8.0 and that was reverted in 1.8.4.  I pushed a fix along with the
libgit2 upgrade:

  a34c9713e2 gnu: libgit2: Update to 1.8.4.
  011bf3280b gnu: libjami: Prepare for libgit2 1.8.4.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]