From unknown Tue Jun 17 20:04:46 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#77076 <77076@debbugs.gnu.org> To: bug#77076 <77076@debbugs.gnu.org> Subject: Status: [PATCH] gnu: git: Update to 2.49.0. Reply-To: bug#77076 <77076@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:04:46 +0000 retitle 77076 [PATCH] gnu: git: Update to 2.49.0. reassign 77076 guix-patches submitter 77076 Ashish SHUKLA severity 77076 normal tag 77076 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 17 13:42:54 2025 Received: (at submit) by debbugs.gnu.org; 17 Mar 2025 17:42:54 +0000 Received: from localhost ([127.0.0.1]:60790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tuEUI-0007vt-CS for submit@debbugs.gnu.org; Mon, 17 Mar 2025 13:42:54 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56080) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tuEUG-0007ue-0h for submit@debbugs.gnu.org; Mon, 17 Mar 2025 13:42:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tuETx-00045K-H4 for guix-patches@gnu.org; Mon, 17 Mar 2025 13:42:40 -0400 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tuETu-0004uL-Oq for guix-patches@gnu.org; Mon, 17 Mar 2025 13:42:33 -0400 Received: from localhost.localdomain (2a02-9140-3881-0500-0935-3cb2-bb5a-0d13.red-2a02-914.customerbaf.ipv6.rima-tde.net [IPv6:2a02:9140:3881:500:935:3cb2:bb5a:d13]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 8E3AE11E2E; Mon, 17 Mar 2025 17:42:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1742233334; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Opns5xBDFiq27JeGBLQOLvrVUTT/KsLhZul6Q2lXBZo=; b=DxrwxiKqiZ1XjjUMWRRznI1oyIdUwmZ4gz4xD63FqwLRLhECJqtikqSXP5MXwbJSvEjtTH hYUSPLL7pFyA4PaBjghZsdwhm+ks9yLP/J+nEUlOq6OIPAD/+4oKt8S+VUbA6vCeq9+OcY teJ3IJ1jXGjzORhEydKhXLSjAoqSHbA= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: git: Update to 2.49.0. Date: Mon, 17 Mar 2025 18:41:59 +0100 Message-ID: <7b5792b580b9833ae552609eab36b08c129aba52.1742233319.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/version-control.scm (git-minimal): Update to 2.49.0. (git)[#:phases]: Update to patch all Makefiles. : 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 From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 19 14:12:33 2025 Received: (at 77076-done) by debbugs.gnu.org; 19 Mar 2025 18:12:33 +0000 Received: from localhost ([127.0.0.1]:53034 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tuxu5-0000ie-EG for submit@debbugs.gnu.org; Wed, 19 Mar 2025 14:12:33 -0400 Received: from mail-ot1-x32f.google.com ([2607:f8b0:4864:20::32f]:57426) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tuxu2-0000iI-Pv for 77076-done@debbugs.gnu.org; Wed, 19 Mar 2025 14:12:31 -0400 Received: by mail-ot1-x32f.google.com with SMTP id 46e09a7af769-72bbfb6f3c0so2971055a34.2 for <77076-done@debbugs.gnu.org>; Wed, 19 Mar 2025 11:12:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=greghogan-com.20230601.gappssmtp.com; s=20230601; t=1742407945; x=1743012745; darn=debbugs.gnu.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=GdxPbuyoeuaHiSjFxCoUrG8G+ghk8FHqsidX5FoffnQ=; b=IWct1bfGIlGJF6rSc3FrQ3aoMOVLmm6e1oFEhOWswlpE2lFxqgG4vepYoTD0sVHAam Z5DaeccQcFB/HBVThsO38aqS4ggTrfHErTxajhEpNBGm1AAaidc/5VY2QakzyECa93VS zgnr8w95k47D8AoaHFX+RxOMYU63ih3I1ROUcO1SGALQ9VSAXSl72684XTz9H5rPiG3u 1IbeHLXQkkQl/rBpBNryXzybXwVKPKyMG3OnzlCpE5/7W2MyFn8bL5iOxrEchFhy3hO/ Molu6XZCxF6N8jqFtmnBNgnvZb8g/wnMZvtikeDnErxFff+XNu6Q06cKVZcLsX1WBc4O 4K6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1742407945; x=1743012745; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=GdxPbuyoeuaHiSjFxCoUrG8G+ghk8FHqsidX5FoffnQ=; b=OEQ5FFhIr2icR37CMHOium2tlKArPPCoCv6fmyqvdzPk0DjaTzLOAAQ7WKvsRsmgYs xIGhQ4EIr8aWalYUOq+bKecJ+4xt3TGtgOYrCwUDKd5uD0TIVMOl0Ng3pdhCrKZ2JZ7T C2CY7WSard/4VaRzl5kxe2TzufjizeccFsUt2s0flvH0obu7mYU3EZE6gX9jPtLUQNxp k3OHWT7BbZIj7JHCY/IvzEOVaAWi2f0Ihbk2gzH4Tkc2uu4Ag1ZDce3eY0rgekbs/ofq 4cLuhGqjxEt8swRbp+jKOPU8l4OXGDQHpwtQcMnrpWIZj3/KGt93WrlqoavkUfS911tB VEMA== X-Gm-Message-State: AOJu0YyQwrhLFNoKvxc0lMu6tciPmIX6yI+cPP+jm7sVJb3JkOYH4wj7 NjXYQBr3402QV0iMG7inD/pTSPeHkruN0zJex0gbTjHKM2Rnmpi5drQnfR1zEXyiRLpSjrKkRls qLOQd7UNkbkDD+MaB6KqsNVxtTgV4PHgu4PWzObW9FsCLjaDH8no= X-Gm-Gg: ASbGncvYnUxlfZP6krJe/fWe1VulxivMQGHW4ERr3rF6aRaTbIpcDppx407zaD7uVWl rke1obKzuHntt+0FE/mjjXsKsCQ8UZfnMhwPSoZyNXYie/cC/hDgkEZOkBO0q1q4NWVFya3+X1G XeaKvu6xIvcPfVZfilwUaleRriBQ== X-Google-Smtp-Source: AGHT+IFVz7Zik3Oukv884l1ClRyUw4apyXF89wAwTyHbsDByTCx+CzGu5LdF+Eip3yeWOzJU/OpvNvSi5PDydLcg4T8= X-Received: by 2002:a05:6830:6110:b0:727:1fc0:ec4e with SMTP id 46e09a7af769-72c02e2a6abmr446221a34.10.1742407944738; Wed, 19 Mar 2025 11:12:24 -0700 (PDT) MIME-Version: 1.0 References: <7b5792b580b9833ae552609eab36b08c129aba52.1742233319.git.ashish.is@lostca.se> In-Reply-To: <7b5792b580b9833ae552609eab36b08c129aba52.1742233319.git.ashish.is@lostca.se> From: Greg Hogan Date: Wed, 19 Mar 2025 14:12:13 -0400 X-Gm-Features: AQ5f1JqY3p0_D5n-KuPxxplZkAEpTiwhIy6K3BuQmx_tzIk6SzlmNgaRlpB8aVM Message-ID: Subject: Re: [bug#77076] [PATCH] gnu: git: Update to 2.49.0. To: Ashish SHUKLA Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77076-done Cc: 77076-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Mon, Mar 17, 2025 at 1:43=E2=80=AFPM Ashish SHUKLA via Guix-patches via wrote: > > * gnu/packages/version-control.scm (git-minimal): Update to 2.49.0. > (git)[#:phases]: Update to patch all Makefiles. > : 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-cont= rol.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/g= it-" > 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 > - "11k871fz119f6hbzvfg64hr7vdbaqd8x2brg5mhbyvad= z9xdw3jc")))))))))))) > + "1my4qax2wxlhxsyf3wjxllsc2jy9lm97w78alllrgfjg= ihb46irf")))))))))))) > (native-inputs > (modify-inputs (package-native-inputs git-minimal) > ;; For subtree documentation. > > base-commit: 507fc8d3e34b87f94a13a38fe259f1ae5abe8493 > -- > 2.49.0 Pushed as 1890807c87917b13c202ff1d9cba1a107cb5c3f9. From unknown Tue Jun 17 20:04:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 17 Apr 2025 11:24:14 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator