unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71917] [PATCH] gnu: dropbear: Update to 2024.85.
@ 2024-07-03 14:28 attila.lendvai
  2024-07-03 16:32 ` bug#71917: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: attila.lendvai @ 2024-07-03 14:28 UTC (permalink / raw)
  To: 71917; +Cc: Attila Lendvai

From: Attila Lendvai <attila@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71917: [PATCH] gnu: dropbear: Update to 2024.85.
  2024-07-03 14:28 [bug#71917] [PATCH] gnu: dropbear: Update to 2024.85 attila.lendvai
@ 2024-07-03 16:32 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-07-03 16:32 UTC (permalink / raw)
  To: 71917-done; +Cc: attila.lendvai


Hi Attila,

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-03 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 14:28 [bug#71917] [PATCH] gnu: dropbear: Update to 2024.85 attila.lendvai
2024-07-03 16:32 ` bug#71917: " jgart via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).