From unknown Fri Sep 19 14:44:03 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#72194 <72194@debbugs.gnu.org> To: bug#72194 <72194@debbugs.gnu.org> Subject: Status: [PATCH] gnu: libgit2-1.8: Update to 1.8.1. Reply-To: bug#72194 <72194@debbugs.gnu.org> Date: Fri, 19 Sep 2025 21:44:03 +0000 retitle 72194 [PATCH] gnu: libgit2-1.8: Update to 1.8.1. reassign 72194 guix-patches submitter 72194 ashish.is@lostca.se severity 72194 normal tag 72194 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 19 14:22:13 2024 Received: (at submit) by debbugs.gnu.org; 19 Jul 2024 18:22:14 +0000 Received: from localhost ([127.0.0.1]:50549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sUsFB-0005yR-GH for submit@debbugs.gnu.org; Fri, 19 Jul 2024 14:22:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:40058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sUsBg-0005hy-HD for submit@debbugs.gnu.org; Fri, 19 Jul 2024 14:18:37 -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 1sUmsi-0003xZ-Dn for guix-patches@gnu.org; Fri, 19 Jul 2024 08:38: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 1sUmsg-0000HY-1f for guix-patches@gnu.org; Fri, 19 Jul 2024 08:38:39 -0400 Received: from localhost.localdomain (118.red-81-34-37.dynamicip.rima-tde.net [81.34.37.118]) (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 42EB41BA04; Fri, 19 Jul 2024 12:38:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1721392703; 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=W0x+8pa8GxUtxKumDGshvPBDZCD34HErL2FU+ikdA6c=; b=eUfhgnwoAWf+zxTQQ4OzblDs6umh8yNTth4HsxIZWQPA7+L2w4wI1zf85Ci8EOcch//97M OYfmxJxiMx77n/h9W+fqZu3JpVxydHnZbwKpDa4ROTAn7HPlNDGvA2vP0bjAMczhUq7CUi De0Riq9qqoELjK7UgbQxvRrGF/mqL1o= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: libgit2-1.8: Update to 1.8.1. Date: Fri, 19 Jul 2024 14:37:32 +0200 Message-ID: X-Mailer: git-send-email 2.45.2 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: -1.4 (-) 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: -2.4 (--) From: Ashish SHUKLA * gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.1. [source]: deps/http-parser does not exist so update the list [arguments]: semantics of -DUSE_HTTP_PARSER has changed, so update configure-flags to reflect the same Change-Id: Ifd9694a93326f7c3d368bd354a5fadf4e4b93119 --- gnu/packages/version-control.scm | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 3267a541a1..813f0cfdd1 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -978,7 +978,7 @@ (define-public libgit2-1.7 (define-public libgit2-1.8 (package (inherit libgit2-1.7) - (version "1.8.0") + (version "1.8.1") (source (origin (inherit (package-source libgit2-1.7)) (uri (git-reference @@ -987,7 +987,23 @@ (define-public libgit2-1.8 (file-name (git-file-name "libgit2" version)) (sha256 (base32 - "0f0vqml6fp94z07xkpim2sdj2xvpxnsrwbm1q1dibx4vqjd7mh3q")))))) + "1mh55804cvxl2cyl4clinajzgfn3zmlhacnv1pdvdj4w6z2w4si7")) + (snippet + '(begin + (for-each delete-file-recursively + '("deps/chromium-zlib" + "deps/llhttp" + "deps/ntlmclient" + "deps/pcre" + "deps/winhttp" + "deps/zlib")))))) + (arguments (substitute-keyword-arguments (package-arguments libgit2-1.7) + ((#:configure-flags flags #~(list)) + #~(map (lambda (arg) + (if (string= "-DUSE_HTTP_PARSER=system" arg) + "-DUSE_HTTP_PARSER=http-parser" + arg)) + #$flags)))))) (define-public libgit2-1.6 (package base-commit: 1aa8dfaeec3c6e4e587aadf7440246f7c5c04b9f -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 19 06:35:16 2024 Received: (at 72194-done) by debbugs.gnu.org; 19 Aug 2024 10:35:17 +0000 Received: from localhost ([127.0.0.1]:57706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sfzjI-0007q2-Iu for submit@debbugs.gnu.org; Mon, 19 Aug 2024 06:35:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sfzjG-0007pl-7j for 72194-done@debbugs.gnu.org; Mon, 19 Aug 2024 06:35:14 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sfziU-000699-Uc; Mon, 19 Aug 2024 06:34:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=1//XI23I1e04W7DJl1c20YQ8xyN5lOLis1T0jOGAYH4=; b=p3wa06PvFq3BlWd8bckY 1276rF8ZuR2JYY6wD0XWieGtGzldwTxG6OlGZu8SwrrIo3m+InnQ2Q/6XsOjQCZuolYi0ECgyo1f0 QJbU9lpcyD6cNq8MDh8aqtF++xRQO8R2eqz0FdhJDa8mqIMJh5YNz/pfqxN5QafJH7OFPBpxYTaAE Z0iXkKwkLqJ8NusCtMQSKveZnCvl26ov23AIsZpAo8PbYIA3uxwiBkIlSZea6T3KLzSpTkDgFf6oU ibUOtBFKdu/Dy7gB/zdpgbDbOsKstgCbuU+r1vgrqJ6b5zgO3QLQBiPbu+hWt1FtMwjeRMkiDSQWP EfwDCVKlpNYPag==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: ashish.is@lostca.se Subject: Re: [bug#72194] [PATCH] gnu: libgit2-1.8: Update to 1.8.1. In-Reply-To: (ashish is's message of "Fri, 19 Jul 2024 14:37:32 +0200") References: Date: Mon, 19 Aug 2024 12:34:13 +0200 Message-ID: <875xrwx0m2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72194-done Cc: 72194-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: -3.3 (---) ashish.is@lostca.se skribis: > From: Ashish SHUKLA > > * gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.1. > [source]: deps/http-parser does not exist so update the list > [arguments]: semantics of -DUSE_HTTP_PARSER has changed, so > update configure-flags to reflect the same > > Change-Id: Ifd9694a93326f7c3d368bd354a5fadf4e4b93119 Applied, thanks! From unknown Fri Sep 19 14:44:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 16 Sep 2024 11:24:11 +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