From unknown Sun Jun 22 11:41:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#67980] Update diffoscope to 253. Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 23 Dec 2023 01:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67980 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 67980@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170329466016019 (code B ref -1); Sat, 23 Dec 2023 01:25:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Dec 2023 01:24:20 +0000 Received: from localhost ([127.0.0.1]:48106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGqkW-0004AI-0B for submit@debbugs.gnu.org; Fri, 22 Dec 2023 20:24:20 -0500 Received: from lists.gnu.org ([2001:470:142::17]:56130) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGqkQ-0004A1-SU for submit@debbugs.gnu.org; Fri, 22 Dec 2023 20:24:18 -0500 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 1rGqkG-0000l9-C8 for guix-patches@gnu.org; Fri, 22 Dec 2023 20:24:04 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rGqkE-0007yw-MC for guix-patches@gnu.org; Fri, 22 Dec 2023 20:24:04 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 220F01ADEB for ; Fri, 22 Dec 2023 17:23:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1703294636; bh=inaxiGyC/U9Vhx22im/sNd4bYtdiRKzUk8vqICTFQ9Y=; h=From:To:Subject:Date:From; b=ZWpFGcI5VG9Wkj7Jr36P+dC9vWg5pVqXQxzySFeRkueah+Xzcm9LzEr1tpf950nsq TE4SYySNVZ7m4E3MF/iafXCL1v7dlwWMAXFtoL6udJoOq0yXw5RIfPAmSG7I0p4ahG XnTd5GML2Feds/tg/ybji6b+qk3u6Is06c6pNeIqNFyLrZROQzpBYNUSSD5iMhb3WE TO7quGLfKIPIL1TUGLLtfNbV5X1iL66cpCwyjiSUQbMH5JNoFimSy6lgpxmMJ+6s9o 3Yj2rBjbIQljTf9mAXH79chePVdX8vwxdJZEKcD8bFgjDP1ArMogdgW8eTie9OvT9w N9PXJb7YHbZ9A== From: Vagrant Cascadian Date: Fri, 22 Dec 2023 17:23:49 -0800 Message-ID: <8734vt7lui.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=173.255.214.101; envelope-from=vagrant@reproducible-builds.org; helo=cascadia.aikidev.net 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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.0 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patch updates diffoscope to version 253. This version adds support for 7z and improved handling of objdump output. Diffoscope itself still builds, and the only dependent package, reprotest, still builds too! live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-diffoscope-Update-to-253.patch Content-Transfer-Encoding: quoted-printable From=20ed346a428dbe7792f817fe9b9ef5eb6aef8be0dd Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 22 Dec 2023 16:35:33 -0800 Subject: [PATCH] gnu: diffoscope: Update to 253. * gnu/packages/diffoscope.scm (diffoscope): Update to 253. =2D-- gnu/packages/diffoscope.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 1ac5aff719..d950466ffe 100644 =2D-- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope) (define-public diffoscope (package (name "diffoscope") =2D (version "252") + (version "253") (source (origin (method git-fetch) @@ -83,7 +83,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 =2D (base32 "1hnsnqpr0v9siqja1wxm64wv0vjacg6j9ph9n4xsiaarpndj1b4r"))= )) + (base32 "1nvq0lv246rah0ryb2qd20yf3gfy0iwfi3335rg9c3gpz0ha4wnb")))) (build-system python-build-system) (arguments (list base-commit: ab1ff7ca40b0a2d935f715dcf64f0f3128632d3d =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZYY2pQAKCRDcUY/If5cW qtNRAQD3/Bevfvj2K33mmOrFiRDzNxqQr37h9K6E4IcrmYYAVwD/fOLDJT0NKxxj M/TO4BmfsDIY9hSIf7j3Ch/qfz/G2wc= =pHpC -----END PGP SIGNATURE----- --==-=-=-- From unknown Sun Jun 22 11:41:10 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vagrant Cascadian Subject: bug#67980: closed (Re: bug#67980: Update diffoscope to 253.) Message-ID: References: <877ckvt6hm.fsf@envs.net> <8734vt7lui.fsf@wireframe> X-Gnu-PR-Message: they-closed 67980 X-Gnu-PR-Package: guix-patches Reply-To: 67980@debbugs.gnu.org Date: Sun, 31 Dec 2023 03:08:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1703992082-6958-1" This is a multi-part message in MIME format... ------------=_1703992082-6958-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #67980: Update diffoscope to 253. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 67980@debbugs.gnu.org. --=20 67980: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D67980 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1703992082-6958-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 67980-done) by debbugs.gnu.org; 31 Dec 2023 03:07:24 +0000 Received: from localhost ([127.0.0.1]:45395 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJmAe-0001mf-Ip for submit@debbugs.gnu.org; Sat, 30 Dec 2023 22:07:24 -0500 Received: from mail.envs.net ([5.199.136.28]:47952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJmAd-0001mT-L0 for 67980-done@debbugs.gnu.org; Sat, 30 Dec 2023 22:07:24 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 2321838A0345; Sun, 31 Dec 2023 03:07:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1703992042; bh=FPUvK+sgNq4B29nrkbckx/yYo5cgyEbF30EHCpuqTrg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=NP88d3MN+vG/5Nl3gH0wpMPimgyECXJ/+ushAcQvMPq6/DQfwk31PYsJY6547644Y U3LdeBFq9a16Fg+87nKqgx+X/HkQR62PJqvdRtKGF2yDuQc2BxrwVMpnYLzMUiZ4D0 QjHEPMjBl0m0MIfCxrWM0pcXLKk3J5zk9shAjpGIVfC1hUcRssEm5XSIjuPt8yEVz3 xi4vs/Q9W7SuqtDEfDCBU19quzhQJFyyk6XokA/JiMT6dck5l6D0/gu6sPL5nkqc2I WpUkZj0OPM7dCM/BSxB4VYtdeh6hRzgM/7TIEPk6ZLpW1DSK/y4wXHDPl1as7ftTva 26FQRH/cei8hGj/gOyqiZEs3RkZM4Mzr8lrh91Tj/FZx3TqXW3thWe3Oin9OT4iA86 s1XbqcJOOBMblgqqFe20lJYpbyowUfQF9m2J/PEr2/UKMCYZIEAVvU0CgPZi8jej+6 zELwcd8rWCwQ/PWyaWOxjRf/I7cKO2WbSlGSHZdD/qNRjtXSAw7zJzkrclTWGB/OLD UlK/fdAnaodqZAvGE70Xd4S/Ia8vTFRiKY0sQnPwMISS54ZXeoerj7xauxMA+84KyA e4syc0xSbfctRBzlAEL/7sA+hGykjbAMlLVB2h32oSSIZTAzxwcXe3ORAIsjkYP/h4 qf4ceZOKSJUCw/ZXTQgLO/48= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id NLv20prmeisr; Sun, 31 Dec 2023 03:07:18 +0000 (UTC) Received: from localhost (unknown [36.170.59.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sun, 31 Dec 2023 03:07:17 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 0da516bb; Sun, 31 Dec 2023 03:07:17 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Vagrant Cascadian Subject: Re: bug#67980: Update diffoscope to 253. In-Reply-To: <8734vt7lui.fsf@wireframe> (Vagrant Cascadian's message of "Fri, 22 Dec 2023 17:23:49 -0800") References: <8734vt7lui.fsf@wireframe> Date: Sun, 31 Dec 2023 11:07:17 +0800 Message-ID: <877ckvt6hm.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67980-done Cc: 67980-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 (-) Vagrant Cascadian writes: > The attached patch updates diffoscope to version 253. Applied, thank you! ------------=_1703992082-6958-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Dec 2023 01:24:20 +0000 Received: from localhost ([127.0.0.1]:48106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGqkW-0004AI-0B for submit@debbugs.gnu.org; Fri, 22 Dec 2023 20:24:20 -0500 Received: from lists.gnu.org ([2001:470:142::17]:56130) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGqkQ-0004A1-SU for submit@debbugs.gnu.org; Fri, 22 Dec 2023 20:24:18 -0500 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 1rGqkG-0000l9-C8 for guix-patches@gnu.org; Fri, 22 Dec 2023 20:24:04 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rGqkE-0007yw-MC for guix-patches@gnu.org; Fri, 22 Dec 2023 20:24:04 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 220F01ADEB for ; Fri, 22 Dec 2023 17:23:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1703294636; bh=inaxiGyC/U9Vhx22im/sNd4bYtdiRKzUk8vqICTFQ9Y=; h=From:To:Subject:Date:From; b=ZWpFGcI5VG9Wkj7Jr36P+dC9vWg5pVqXQxzySFeRkueah+Xzcm9LzEr1tpf950nsq TE4SYySNVZ7m4E3MF/iafXCL1v7dlwWMAXFtoL6udJoOq0yXw5RIfPAmSG7I0p4ahG XnTd5GML2Feds/tg/ybji6b+qk3u6Is06c6pNeIqNFyLrZROQzpBYNUSSD5iMhb3WE TO7quGLfKIPIL1TUGLLtfNbV5X1iL66cpCwyjiSUQbMH5JNoFimSy6lgpxmMJ+6s9o 3Yj2rBjbIQljTf9mAXH79chePVdX8vwxdJZEKcD8bFgjDP1ArMogdgW8eTie9OvT9w N9PXJb7YHbZ9A== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update diffoscope to 253. Date: Fri, 22 Dec 2023 17:23:49 -0800 Message-ID: <8734vt7lui.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=173.255.214.101; envelope-from=vagrant@reproducible-builds.org; helo=cascadia.aikidev.net 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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.0 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patch updates diffoscope to version 253. This version adds support for 7z and improved handling of objdump output. Diffoscope itself still builds, and the only dependent package, reprotest, still builds too! live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-diffoscope-Update-to-253.patch Content-Transfer-Encoding: quoted-printable From=20ed346a428dbe7792f817fe9b9ef5eb6aef8be0dd Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 22 Dec 2023 16:35:33 -0800 Subject: [PATCH] gnu: diffoscope: Update to 253. * gnu/packages/diffoscope.scm (diffoscope): Update to 253. =2D-- gnu/packages/diffoscope.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 1ac5aff719..d950466ffe 100644 =2D-- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope) (define-public diffoscope (package (name "diffoscope") =2D (version "252") + (version "253") (source (origin (method git-fetch) @@ -83,7 +83,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 =2D (base32 "1hnsnqpr0v9siqja1wxm64wv0vjacg6j9ph9n4xsiaarpndj1b4r"))= )) + (base32 "1nvq0lv246rah0ryb2qd20yf3gfy0iwfi3335rg9c3gpz0ha4wnb")))) (build-system python-build-system) (arguments (list base-commit: ab1ff7ca40b0a2d935f715dcf64f0f3128632d3d =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZYY2pQAKCRDcUY/If5cW qtNRAQD3/Bevfvj2K33mmOrFiRDzNxqQr37h9K6E4IcrmYYAVwD/fOLDJT0NKxxj M/TO4BmfsDIY9hSIf7j3Ch/qfz/G2wc= =pHpC -----END PGP SIGNATURE----- --==-=-=-- ------------=_1703992082-6958-1--