GNU bug report logs

#77076 [PATCH] gnu: git: Update to 2.49.0.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#77076; Package guix-patches. (Mon, 17 Mar 2025 17:43:05 GMT) (full text, mbox, link).


Acknowledgement sent to Ashish SHUKLA <ashish.is@lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Mon, 17 Mar 2025 17:43:05 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Ashish SHUKLA <ashish.is@lostca.se>
To: guix-patches@gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [PATCH] gnu: git: Update to 2.49.0.
Date: Mon, 17 Mar 2025 18:41:59 +0100
* gnu/packages/version-control.scm (git-minimal): Update to 2.49.0.
(git)[#:phases]<patch-makefiles>: Update to patch all Makefiles.
<install-man-pages>: Update hash.

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

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c7adc2dfe5..2461d68169 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -322,14 +322,14 @@ (define git-cross-configure-flags
 (define-public git-minimal
   (package
     (name "git-minimal")
-    (version "2.48.1")
+    (version "2.49.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1bc29w1cd1akbnpfjc7sl5ms7cc8vy7xjl1cbplm3sy1bmgm8p8w"))))
+               "0a2nm2szhn47dm0m1f1kmg1rikb7saqj67zr25n9yzhbb77r10b1"))))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -635,7 +635,8 @@ (define-public git
             (delete 'remove-unusable-perl-commands)
             (replace 'patch-makefiles
               (lambda _
-                (substitute* "Makefile"
+                (substitute* (find-files "." "Makefile")
+                  (("/bin/sh") (which "sh"))
                   (("/usr/bin/perl") (which "perl"))
                   (("/usr/bin/python") (which "python3")))))
             (add-after 'build 'build-subtree
@@ -796,7 +797,7 @@ (define-public git
                                ".tar.xz"))
                          (sha256
                           (base32
-                           "11k871fz119f6hbzvfg64hr7vdbaqd8x2brg5mhbyvadz9xdw3jc"))))))))))))
+                           "1my4qax2wxlhxsyf3wjxllsc2jy9lm97w78alllrgfjgihb46irf"))))))))))))
     (native-inputs
      (modify-inputs (package-native-inputs git-minimal)
        ;; For subtree documentation.

base-commit: 507fc8d3e34b87f94a13a38fe259f1ae5abe8493
-- 
2.49.0





Reply sent to Greg Hogan <code@greghogan.com>:
You have taken responsibility. (Wed, 19 Mar 2025 18:13:02 GMT) (full text, mbox, link).


Notification sent to Ashish SHUKLA <ashish.is@lostca.se>:
bug acknowledged by developer. (Wed, 19 Mar 2025 18:13:02 GMT) (full text, mbox, link).


Message #10 received at 77076-done@debbugs.gnu.org (full text, mbox, reply):

From: Greg Hogan <code@greghogan.com>
To: Ashish SHUKLA <ashish.is@lostca.se>
Cc: 77076-done@debbugs.gnu.org
Subject: Re: [bug#77076] [PATCH] gnu: git: Update to 2.49.0.
Date: Wed, 19 Mar 2025 14:12:13 -0400
On Mon, Mar 17, 2025 at 1:43 PM Ashish SHUKLA via Guix-patches via
<guix-patches@gnu.org> wrote:
>
> * gnu/packages/version-control.scm (git-minimal): Update to 2.49.0.
> (git)[#:phases]<patch-makefiles>: Update to patch all Makefiles.
> <install-man-pages>: Update hash.
>
> Change-Id: I03817cf0b75d6f1b846d64c84d9590b704a5c513
> ---
>  gnu/packages/version-control.scm | 9 +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index c7adc2dfe5..2461d68169 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -322,14 +322,14 @@ (define git-cross-configure-flags
>  (define-public git-minimal
>    (package
>      (name "git-minimal")
> -    (version "2.48.1")
> +    (version "2.49.0")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append "mirror://kernel.org/software/scm/git/git-"
>                                   version ".tar.xz"))
>               (sha256
>                (base32
> -               "1bc29w1cd1akbnpfjc7sl5ms7cc8vy7xjl1cbplm3sy1bmgm8p8w"))))
> +               "0a2nm2szhn47dm0m1f1kmg1rikb7saqj67zr25n9yzhbb77r10b1"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list
> @@ -635,7 +635,8 @@ (define-public git
>              (delete 'remove-unusable-perl-commands)
>              (replace 'patch-makefiles
>                (lambda _
> -                (substitute* "Makefile"
> +                (substitute* (find-files "." "Makefile")
> +                  (("/bin/sh") (which "sh"))
>                    (("/usr/bin/perl") (which "perl"))
>                    (("/usr/bin/python") (which "python3")))))
>              (add-after 'build 'build-subtree
> @@ -796,7 +797,7 @@ (define-public git
>                                 ".tar.xz"))
>                           (sha256
>                            (base32
> -                           "11k871fz119f6hbzvfg64hr7vdbaqd8x2brg5mhbyvadz9xdw3jc"))))))))))))
> +                           "1my4qax2wxlhxsyf3wjxllsc2jy9lm97w78alllrgfjgihb46irf"))))))))))))
>      (native-inputs
>       (modify-inputs (package-native-inputs git-minimal)
>         ;; For subtree documentation.
>
> base-commit: 507fc8d3e34b87f94a13a38fe259f1ae5abe8493
> --
> 2.49.0

Pushed as 1890807c87917b13c202ff1d9cba1a107cb5c3f9.




bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Thu, 17 Apr 2025 11:24:14 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Fri Apr 18 12:05:57 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.