GNU bug report logs -
#71917
[PATCH] gnu: dropbear: Update to 2024.85.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#71917: [PATCH] gnu: dropbear: Update to 2024.85.
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 71917 <at> debbugs.gnu.org.
--
71917: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71917
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Attila,
Thanks for the patch!
--
all the best,
jgart
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 1 year and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.