Skip to content

Commit

Permalink
dropbear: 2022.83 -> 2024.86 (#368627)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Jan 7, 2025
2 parents 0089552 + f25b22d commit e6ef53e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/dr/dropbear/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ in

stdenv.mkDerivation rec {
pname = "dropbear";
version = "2022.83";
version = "2024.86";

src = fetchurl {
url = "https://matt.ucc.asn.au/dropbear/releases/dropbear-${version}.tar.bz2";
sha256 = "sha256-vFoSH/vJS1FxrV6+Ab5CdG1Qqnl8lUmkY5iUoWdJRDs=";
sha256 = "sha256-54k23/w5Xy4NsJkyHWvmWRkJZrmXErVcUw3QoYIuCl4=";
};

CFLAGS = lib.pipe (lib.attrNames dflags) [
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/dr/dropbear/pass-path.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/svr-chansession.c b/svr-chansession.c
diff --git a/src/svr-chansession.c b/src/svr-chansession.c
index 9ae2e60..2db7598 100644
--- a/svr-chansession.c
+++ b/svr-chansession.c
--- a/src/svr-chansession.c
+++ b/src/svr-chansession.c
@@ -948,6 +948,8 @@ static void addchildpid(struct ChanSess *chansess, pid_t pid) {
static void execchild(const void *user_data) {
const struct ChanSess *chansess = user_data;
Expand Down

0 comments on commit e6ef53e

Please sign in to comment.