From 2ec7f64f25b3ae5278120de9a7826594e1a3dfa9 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Tue, 8 Jul 2025 22:05:33 +0200 Subject: [PATCH] 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 --- 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 ac85ebe104b..ce3d0f33054 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -324,14 +324,14 @@ Python 3.3 and later, rather than on Python 2.") (define-public git-minimal (package (name "git-minimal") - (version "2.50.0") + (version "2.50.1") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/scm/git/git-" version ".tar.xz")) (sha256 (base32 - "0if0vqn3fj22p95a0125zpgwz3mqfqxqnvwa7fkf7b00wh0c1wyz")))) + "1i4gbin7ah9azaz68j10q9qkdq2bcyv2vm0lvppg3n6bvqv6qgky")))) (build-system gnu-build-system) (arguments (list