GNU bug report logs - #62414
[PATCH] gnu: dino: Update to 0.4.2 [fixes CVE-2023-28686].

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Fri, 24 Mar 2023 07:06:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jack Hill <jackhill <at> jackhill.us>
Subject: bug#62414: closed (Re: [PATCH] gnu: dino: Update to 0.4.2 [fixes
 CVE-2023-28686].)
Date: Sun, 26 Mar 2023 06:08:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62414: [PATCH] gnu: dino: Update to 0.4.2 [fixes CVE-2023-28686].

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 62414 <at> debbugs.gnu.org.

-- 
62414: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62414
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Jack Hill <jackhill <at> jackhill.us>, 62414-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: dino: Update to 0.4.2 [fixes CVE-2023-28686].
Date: Sun, 26 Mar 2023 08:07:15 +0200
Am Donnerstag, dem 23.03.2023 um 23:17 -0400 schrieb Jack Hill:
> * gnu/packages/messaging.scm (dino): Update to 0.4.2.
Fixes CVE?  QA green?  Now this looks like a push for me.

Cheers

[Message part 3 (message/rfc822, inline)]
From: Jack Hill <jackhill <at> jackhill.us>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: dino: Update to 0.4.2 [fixes CVE-2023-28686].
Date: Thu, 23 Mar 2023 23:17:17 -0400
* gnu/packages/messaging.scm (dino): Update to 0.4.2.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5ba7d166c0..4b8071e728 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1321,7 +1321,7 @@ (define-public gajim-openpgp
 (define-public dino
   (package
     (name "dino")
-    (version "0.4.0")
+    (version "0.4.2")
     (source
      (origin
        (method url-fetch)
@@ -1329,7 +1329,7 @@ (define-public dino
         (string-append "https://github.com/dino/dino/releases/download/v"
                        version "/dino-" version ".tar.gz"))
        (sha256
-        (base32 "115p7mjk0q68nvv8asrm6hsv0dzsz7hy2bnvhwhxmcfbilr8fq68"))))
+        (base32 "1vbyrnivibsn4jzmfb6sfq5fxhb0xh1cnhgcmg1rafq751q55cg1"))))
     (build-system cmake-build-system)
     (outputs '("out" "debug"))
     (arguments
-- 
2.39.2




This bug report was last modified 2 years and 59 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.