unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: attila.lendvai@gmail.com
To: 71917@debbugs.gnu.org
Cc: Attila Lendvai <attila@lendvai.name>
Subject: [bug#71917] [PATCH] gnu: dropbear: Update to 2024.85.
Date: Wed,  3 Jul 2024 16:28:12 +0200	[thread overview]
Message-ID: <a048f0775bdc823e4c921e236a4960f208dc81dd.1720016891.git.attila@lendvai.name> (raw)

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





             reply	other threads:[~2024-07-03 14:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-03 14:28 attila.lendvai [this message]
2024-07-03 16:32 ` bug#71917: [PATCH] gnu: dropbear: Update to 2024.85 jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a048f0775bdc823e4c921e236a4960f208dc81dd.1720016891.git.attila@lendvai.name \
    --to=attila.lendvai@gmail.com \
    --cc=71917@debbugs.gnu.org \
    --cc=attila@lendvai.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).