aboutsummaryrefslogtreecommitdiffstats
path: root/package/dropbear/patches
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-04-08 00:34:37 +0000
committerTim Yardley <lst@openwrt.org>2007-04-08 00:34:37 +0000
commit73d8ea6a966d2e9be241c6a3135e1481f9ab45ba (patch)
tree5ca9b7d9711b7154e840e23f3b4c5a2a9de5b898 /package/dropbear/patches
parent30d9338bfa1398714e2b3c75c2828bfec6850053 (diff)
downloadupstream-73d8ea6a966d2e9be241c6a3135e1481f9ab45ba.tar.gz
upstream-73d8ea6a966d2e9be241c6a3135e1481f9ab45ba.tar.bz2
upstream-73d8ea6a966d2e9be241c6a3135e1481f9ab45ba.zip
update dropbear to 0.49
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6890 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/patches')
-rw-r--r--package/dropbear/patches/120-hostkey_prompt.patch17
-rw-r--r--package/dropbear/patches/160-pam_header.patch19
2 files changed, 8 insertions, 28 deletions
diff --git a/package/dropbear/patches/120-hostkey_prompt.patch b/package/dropbear/patches/120-hostkey_prompt.patch
index 59639e7b97..d18bff86a2 100644
--- a/package/dropbear/patches/120-hostkey_prompt.patch
+++ b/package/dropbear/patches/120-hostkey_prompt.patch
@@ -1,12 +1,11 @@
-diff -urN dropbear-0.45.old/cli-kex.c dropbear-0.45/cli-kex.c
---- dropbear-0.45.old/cli-kex.c 2005-03-07 05:27:01.000000000 +0100
-+++ dropbear-0.45/cli-kex.c 2005-03-25 11:13:57.000000000 +0100
-@@ -119,7 +119,7 @@
- char response = 'z';
-
- fp = sign_key_fingerprint(keyblob, keybloblen);
+--- dropbear-0.49/cli-kex.c.orig 2007-02-22 09:51:36.000000000 -0600
++++ dropbear-0.49/cli-kex.c 2007-03-22 13:45:57.000000000 -0500
+@@ -126,7 +126,7 @@
+ m_free(fp);
+ return;
+ }
- fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)\n",
-+ fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n) ",
++ fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)",
cli_opts.remotehost,
fp);
-
+ m_free(fp);
diff --git a/package/dropbear/patches/160-pam_header.patch b/package/dropbear/patches/160-pam_header.patch
deleted file mode 100644
index 1c900f7169..0000000000
--- a/package/dropbear/patches/160-pam_header.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ur dropbear.old/svr-authpam.c dropbear.dev/svr-authpam.c
---- dropbear.old/svr-authpam.c 2006-03-12 05:52:52.000000000 +0100
-+++ dropbear.dev/svr-authpam.c 2007-02-27 02:55:41.382234344 +0100
-@@ -31,14 +31,13 @@
- #include "dbutil.h"
- #include "auth.h"
-
-+#ifdef ENABLE_SVR_PAM_AUTH
- #if defined(HAVE_SECURITY_PAM_APPL_H)
- #include <security/pam_appl.h>
- #elif defined (HAVE_PAM_PAM_APPL_H)
- #include <pam/pam_appl.h>
- #endif
-
--#ifdef ENABLE_SVR_PAM_AUTH
--
- struct UserDataS {
- char* user;
- char* passwd;