aboutsummaryrefslogtreecommitdiffstats
path: root/package/dropbear/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-04-01 10:55:23 +0000
committerJohn Crispin <blogic@openwrt.org>2011-04-01 10:55:23 +0000
commit46cdebb9ec0f3b8c216c1fa005cf811a3a5a1842 (patch)
tree5ab9d93b6e57551640fd1cef6cae29279330c3f5 /package/dropbear/Makefile
parent5a76d52bf8633646827bee429aa327bbc7a19647 (diff)
downloadupstream-46cdebb9ec0f3b8c216c1fa005cf811a3a5a1842.tar.gz
upstream-46cdebb9ec0f3b8c216c1fa005cf811a3a5a1842.tar.bz2
upstream-46cdebb9ec0f3b8c216c1fa005cf811a3a5a1842.zip
[dropbear]
r25831 reduced the size of the dropbear executable by, among other things, disabling support for keyboard-interactive authentication. The default sshd configuration on Mac OS X only permits keyboard-interactive and public-key authentication, so unless a public key is set up, the default OpenWrt ssh client is now unable to connect to Mac OS X hosts. This patch re-enables keyboard-interactive authentication. In my tests, this increases the size of the stripped dropbear executable by 416 bytes on mips and 1,104 bytes on mipsel. In my opinion, such a small space savings isn't worthwhile when the resultant executable is severely hamstrung. Signed-off-by: Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26390 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r--package/dropbear/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index 736cf3945c..3fba1347ef 100644
--- a/package/dropbear/Makefile
+++ b/package/dropbear/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dropbear
PKG_VERSION:=0.53.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \