gnu: git-minimal: Update to 2.50.1. [security fixes]

This update contains fixes for CVE-2025-27613, CVE-2025-27614,
CVE-2025-46334, CVE-2025-46835, CVE-2025-48384, CVE-2025-48385,
and CVE-2025-48386.

* gnu/packages/version-control.scm (git-minimal): Update to 2.50.1.

Change-Id: I15595951f0b3fc84e0dc7aa9594bc8a538eeec47
Signed-off-by: Greg Hogan <code@greghogan.com>
This commit is contained in:
Ashish SHUKLA 2025-07-08 22:05:33 +02:00 committed by Greg Hogan
parent df0e8e29e6
commit 2ec7f64f25
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -324,14 +324,14 @@ Python 3.3 and later, rather than on Python 2.")
(define-public git-minimal (define-public git-minimal
(package (package
(name "git-minimal") (name "git-minimal")
(version "2.50.0") (version "2.50.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kernel.org/software/scm/git/git-" (uri (string-append "mirror://kernel.org/software/scm/git/git-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0if0vqn3fj22p95a0125zpgwz3mqfqxqnvwa7fkf7b00wh0c1wyz")))) "1i4gbin7ah9azaz68j10q9qkdq2bcyv2vm0lvppg3n6bvqv6qgky"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list