Skip to content

Commit 1624e31

Browse files
committed
Fix dropbear patch to accomodate new src paths in alpine src package
1 parent b302bbe commit 1624e31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

patches/dropbear/runcvm.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- a/cli-kex.c
2-
+++ b/cli-kex.c
1+
--- a/src/cli-kex.c
2+
+++ b/src/cli-kex.c
33
@@ -312,7 +312,7 @@
44
int ret;
55

@@ -9,8 +9,8 @@
99
return;
1010
}
1111

12-
--- a/dbutil.c
13-
+++ b/dbutil.c
12+
--- a/src/dbutil.c
13+
+++ b/src/dbutil.c
1414
@@ -140,7 +140,9 @@
1515

1616
vsnprintf(printbuf, sizeof(printbuf), format, param);
@@ -21,8 +21,8 @@
2121

2222
}
2323

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

0 commit comments

Comments
 (0)