[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63092: [PATCH] gnu: git: Update to 2.40.1 [security fixes].
From: |
Ludovic Courtès |
Subject: |
bug#63092: [PATCH] gnu: git: Update to 2.40.1 [security fixes]. |
Date: |
Thu, 11 May 2023 15:15:40 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi Greg,
Greg Hogan <code@greghogan.com> skribis:
> * gnu/packages/version-control.scm (git-minimal)
> [arguments]<#:phases>(remove-unusable-perl-commands): Add file check
> before deleting perl scripts so that this phase works for both new and
> old, pinned versions.
[...]
> + (if (file-exists? file)
> + (delete-file (string-append libexec
> + "/git-core/"
> file))))
> + ;; git-add--interactive was removed in Git 2.40
> but
> + ;; this phase is inherited by older versions.
The ‘file-exists?’ and ‘delete-file’ calls are passed different file
names. Also, this won’t prevent a rebuild of ‘git-minimal/pinned’.
So I went with a different approach to achieve that goal. Applied now.
Thanks!
Ludo’.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#63092: [PATCH] gnu: git: Update to 2.40.1 [security fixes].,
Ludovic Courtès <=