emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69991: closed (Update diffoscope to 261)


From: GNU bug Tracking System
Subject: bug#69991: closed (Update diffoscope to 261)
Date: Wed, 27 Mar 2024 12:58:02 +0000

Your message dated Wed, 27 Mar 2024 12:56:00 +0000
with message-id <871q7vhly1.fsf@cbaines.net>
and subject line Re: [bug#69991] Update diffoscope to 261
has caused the debbugs.gnu.org bug report #69991,
regarding Update diffoscope to 261
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69991: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69991
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Update diffoscope to 261 Date: Sun, 24 Mar 2024 17:50:09 -0700
The attached patch updates to diffoscope 261, which fixes crashes when
handling .rdb files.

It's only dependent, reprotest, still builds fine!

live well,
  vagrant
From 00c0131069a5eeb1f60aa2f953e1362a01d1e07b Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Sun, 24 Mar 2024 16:48:46 -0700
Subject: [PATCH] gnu: diffoscope: Update to 261.

* gnu/packages/diffoscope.scm (diffoscope): Update to 261.
---
 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 52f615f2cf..5bbb4f51e2 100644
--- 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")
-    (version "260")
+    (version "261")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1yp32g2769mn91k6wx6fs7lhcfi1cdy54apkgfaf7ib6l0ji5hwv"))))
+        (base32 "0v56i2wyc4p843crl5b5w6j1awhp1a6xbfb92hm0pp8558f1h76i"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: 27adf51a581772dca6cd99ffa0a43f8f748c7a7e
-- 
2.39.2

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#69991] Update diffoscope to 261 Date: Wed, 27 Mar 2024 12:56:00 +0000 User-agent: mu4e 1.10.8; emacs 29.1
Vagrant Cascadian <vagrant@reproducible-builds.org> writes:

> The attached patch updates to diffoscope 261, which fixes crashes when
> handling .rdb files.
>
> It's only dependent, reprotest, still builds fine!

Thanks both, I've pushed this to master as
62314e54d141ff0d835e8f19df71628da8c402f3.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]