Skip to content

Commit

Permalink
Fix dropbear patch to accomodate new src paths in alpine src package
Browse files Browse the repository at this point in the history
  • Loading branch information
struanb committed Aug 27, 2024
1 parent b302bbe commit 1624e31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions patches/dropbear/runcvm.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- a/cli-kex.c
+++ b/cli-kex.c
--- a/src/cli-kex.c
+++ b/src/cli-kex.c
@@ -312,7 +312,7 @@
int ret;

Expand All @@ -9,8 +9,8 @@
return;
}

--- a/dbutil.c
+++ b/dbutil.c
--- a/src/dbutil.c
+++ b/src/dbutil.c
@@ -140,7 +140,9 @@

vsnprintf(printbuf, sizeof(printbuf), format, param);
Expand All @@ -21,8 +21,8 @@

}

--- a/default_options.h
+++ b/default_options.h
--- a/src/default_options.h
+++ b/src/default_options.h
@@ -21,10 +21,10 @@
/* Default hostkey paths - these can be specified on the command line.
* Homedir is prepended if path begins with ~/
Expand Down

0 comments on commit 1624e31

Please sign in to comment.