GNU bug report logs - #74664
[PATCH] gnu: libgit2: Update to 1.8.4.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Tue, 3 Dec 2024 10:21:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74664: closed ([PATCH] gnu: libgit2: Update to 1.8.4.)
Date: Wed, 18 Dec 2024 14:29:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 18 Dec 2024 15:28:26 +0100
with message-id <878qsdkqut.fsf <at> 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 <at> gnu.org.)


-- 
74664: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74664
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: libgit2: Update to 1.8.4.
Date: Tue,  3 Dec 2024 11:20:30 +0100
From: Ashish SHUKLA <ashish.is <at> 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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 74664-done <at> debbugs.gnu.org, Aaron Covrig <aaron.covrig.us <at> ieee.org>,
 Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: Re: [bug#74664] [PATCH v5] gnu: libgit2: Update to 1.8.4.
Date: Wed, 18 Dec 2024 15:28:26 +0100
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’.


This bug report was last modified 211 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.