GNU bug report logs - #71917
[PATCH] gnu: dropbear: Update to 2024.85.

Previous Next

Package: guix-patches;

Reported by: attila.lendvai <at> gmail.com

Date: Wed, 3 Jul 2024 14:29:02 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71917 in the body.
You can then email your comments to 71917 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71917; Package guix-patches. (Wed, 03 Jul 2024 14:29:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to attila.lendvai <at> gmail.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 03 Jul 2024 14:29:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: attila.lendvai <at> gmail.com
To: guix-patches <at> gnu.org
Cc: Attila Lendvai <attila <at> lendvai.name>
Subject: [PATCH] gnu: dropbear: Update to 2024.85.
Date: Wed,  3 Jul 2024 16:28:12 +0200
From: Attila Lendvai <attila <at> lendvai.name>

Change-Id: I6c729f22732244e6c44bc0d6a1866ab1663a537e
---
 gnu/packages/ssh.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index f4c80347a12..b45885ff870 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -510,7 +510,7 @@ (define-public mosh
 (define-public dropbear
   (package
     (name "dropbear")
-    (version "2022.83")
+    (version "2024.85")
     (source
      (origin
        (method url-fetch)
@@ -518,7 +518,7 @@ (define-public dropbear
              "https://matt.ucc.asn.au/dropbear/releases/"
              "dropbear-" version ".tar.bz2"))
        (sha256
-        (base32 "0fs495ks354qcfj4k5bwg6m50vbl8az03gjymmqm2jy9zcgi4nmw"))
+        (base32 "00m5dmajx0za1zmya4qdz763hxy4cmfk7bpba778k7d66g23dc46"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -536,7 +536,7 @@ (define-public dropbear
       #:phases #~(modify-phases %standard-phases
                    (add-after 'unpack 'enable-x11-forwarding
                      (lambda _
-                       (substitute* "default_options.h"
+                       (substitute* "src/default_options.h"
                          (("#define DROPBEAR_X11FWD 0")
                           "#define DROPBEAR_X11FWD 1")))))))
     (inputs (list libtomcrypt libtommath zlib))

base-commit: 85012e64819b39fd6112038134548b415fd5daff
prerequisite-patch-id: 6793c8ad24215c5f14ce71a4741fff5f6ccd7eeb
prerequisite-patch-id: 52e0d371350dbeb839990acd0bbe70bc5b5b995b
prerequisite-patch-id: 6ff63fa8277e0ad541c635fbc7d8fb28c5efb47a
prerequisite-patch-id: d64e04ff364130aa81dfba39ac9d7acf9da4a384
prerequisite-patch-id: 8ac614d3a01f37a8f120a54c2ae0d54c43bafd00
-- 
2.45.1





Reply sent to jgart <jgart <at> dismail.de>:
You have taken responsibility. (Wed, 03 Jul 2024 16:33:01 GMT) Full text and rfc822 format available.

Notification sent to attila.lendvai <at> gmail.com:
bug acknowledged by developer. (Wed, 03 Jul 2024 16:33:01 GMT) Full text and rfc822 format available.

Message #10 received at 71917-done <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 71917-done <at> debbugs.gnu.org
Cc: attila.lendvai <at> gmail.com
Subject: Re: [PATCH] gnu: dropbear: Update to 2024.85.
Date: Wed, 03 Jul 2024 11:32:12 -0500
Hi Attila,

Thanks for the patch!
-- 
all the best,
jgart




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 01 Aug 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 95 days ago.

Previous Next


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