From unknown Sat Jun 14 18:40:38 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#78460 <78460@debbugs.gnu.org> To: bug#78460 <78460@debbugs.gnu.org> Subject: Status: Update diffoscope to 296. Reply-To: bug#78460 <78460@debbugs.gnu.org> Date: Sun, 15 Jun 2025 01:40:38 +0000 retitle 78460 Update diffoscope to 296. reassign 78460 guix-patches submitter 78460 Vagrant Cascadian severity 78460 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri May 16 13:53:02 2025 Received: (at submit) by debbugs.gnu.org; 16 May 2025 17:53:03 +0000 Received: from localhost ([127.0.0.1]:40720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uFzEz-0002GK-BV for submit@debbugs.gnu.org; Fri, 16 May 2025 13:53:02 -0400 Received: from lists.gnu.org ([2001:470:142::17]:59672) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uFzEw-0002FN-Ld for submit@debbugs.gnu.org; Fri, 16 May 2025 13:52:59 -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 1uFzEr-0004ay-47 for guix-patches@gnu.org; Fri, 16 May 2025 13:52:53 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uFzEo-0008QR-Ca for guix-patches@gnu.org; Fri, 16 May 2025 13:52:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1747417966; bh=Vwh6WZqdY5woPxryomH9hKf/pgCklj5uhzxgzYW/9qI=; h=From:To:Subject:Date:From; b=B5Ll3lpiQjYJNW4gzrx6FCFQ0Q3pK4WN8RZiD0Ak9jZ3CuPPcILnJODmQQJ8rbqbK m1jWWKglEgxgGdt/l/w7AefDIzAFFBhFJGd+b5gvrKptaS3Jsw3y08IV0F80Ksr+RH fYfUKGrL3EAXbjsfUvFoMI8vWuQL4hEedd/BD5VYBZO/4llTypxUG89VUwIjnkVAaz LFN8V4FXOlkhnetQJykL0n/Pp9lHOGjdMFVqkih0Y3UrgDXZjHLfsP5ROl+WAFU1IB 49gTVZG1m5jktjke3OuNB1TGmMDkzXVN78VDd4Ba53np/UYvBKjx134DQn518zx3Uy YzisTYx74Uexw== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 1122C5B51; Fri, 16 May 2025 10:52:46 -0700 (PDT) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update diffoscope to 296. Date: Fri, 16 May 2025 10:52:40 -0700 Message-ID: <87ldqwmoif.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2600:3c01:e000:267:0:a171:de7:c; 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 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 296. We had to skip 295 to fix compatibility older zipdetails (part of perl?) https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/408 The only dependent, reprotest, still builds. live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-diffoscope-Update-to-296.patch Content-Transfer-Encoding: quoted-printable From=20caa7a9427a6fa992e60631dcf701d512cb9fe1f4 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 16 May 2025 10:07:31 -0700 Subject: [PATCH] gnu: diffoscope: Update to 296. * gnu/packages/diffoscope.scm (diffoscope): Update to 296. =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 6636eca7ea5..7c52d23edfc 100644 =2D-- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -77,7 +77,7 @@ (define-module (gnu packages diffoscope) (define-public diffoscope (package (name "diffoscope") =2D (version "294") + (version "296") (source (origin (method git-fetch) @@ -86,7 +86,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 =2D (base32 "13xk54kx3d44wlbfhrmaj6c6gr3kbr71vf4n6x9jrvkyzzgpswhp"))= )) + (base32 "18h81vnk5hvm6z1rk05ndfksykf3xh75m8pdsmkp7i0fnhh7p22c")))) (build-system python-build-system) (arguments (list base-commit: 085f12b34e35fc187e84586fcf92902e8125b8cc =2D-=20 2.39.5 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCaCd7aAAKCRDcUY/If5cW qhcjAQDjGHW5oUnu0l3WZ8FsgmNrZ552AD6BFjoSt0lGAmV9JQEAo0Wc3bBBB3PM Sj25nqpfmT/BSzRzSW8LSgw2TOJCsAg= =+Uyo -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue May 27 15:18:07 2025 Received: (at 78460-done) by debbugs.gnu.org; 27 May 2025 19:18:07 +0000 Received: from localhost ([127.0.0.1]:44383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uJzoN-0004PG-7X for submit@debbugs.gnu.org; Tue, 27 May 2025 15:18:07 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:58484) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uJzoI-0004OK-2O for 78460-done@debbugs.gnu.org; Tue, 27 May 2025 15:18:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1748373475; bh=O1JT54W9Zjlf5ShRmFrIkxr+JXzVio0ES4hZBaD7Nk0=; h=From:To:Subject:In-Reply-To:References:Date:From; b=qHtXYWGdELd99u9VwfH/DZzTpMH6/NT1mKF+BB6o0Ij9AJR3vJNSDpiYU+edUILDu /paQ/Iu+P67/e8h172hh5vHY5cYve7ic7+eQw4aSAuc02IwJ0sVz+a+ppoU/nD0Fgu fp3Hok+DaZ8Y6reI/RIPL8nZqB//jcdOT+p4Tog0k4+ZKjmhMr1fxfvMPk+TgpmeHv x0Ot+NRsAl+pNRBUWNT+4N7jJwe0GXKcH1nGbdffaLatG57TQLc03wP+Ol2/acBiY+ yef2c+2EAZFu0BY6BvNTXtJFaBv5kff8wOnMIV1l6Ks5S1eWPYvwGgZtJ3+d7T4pPp /p3z8kH8kdGxA== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 3E9B489EC; Tue, 27 May 2025 12:17:55 -0700 (PDT) From: Vagrant Cascadian To: 78460-done@debbugs.gnu.org Subject: Re: Update diffoscope to 296. In-Reply-To: <87ldqwmoif.fsf@wireframe> References: <87ldqwmoif.fsf@wireframe> Date: Tue, 27 May 2025 12:17:48 -0700 Message-ID: <87h615c17n.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78460-done 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 (-) --=-=-= Content-Type: text/plain On 2025-05-16, Vagrant Cascadian wrote: > The attached patch updates diffoscope to 296. > > We had to skip 295 to fix compatibility older zipdetails (part of perl?) > https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/408 > > The only dependent, reprotest, still builds. Pushed as 470ad82bfaf3403bd6fc31ccd52b04027c6b8eeb. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCaDYP3AAKCRDcUY/If5cW qr7NAQDLRbB3fSHlzdxnok3BaP9aiC7wd4I9w4iC9T7eZtaRNwD6A8R5M2LYrTv4 omOQu5lG8jgYCI3Sd1ZB99m5PUnRxgk= =dzw2 -----END PGP SIGNATURE----- --=-=-=--