diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-12-13 19:15:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-12-13 19:15:43 +0000 |
commit | 4135915279b9f70147bd39c9feb382170c410947 (patch) | |
tree | 4b05f987d4530f6342a1526d0884c6e534646050 /package/dropbear/Makefile | |
parent | b649fba6018e0ff622d0485fd0cde534514ff301 (diff) | |
download | upstream-4135915279b9f70147bd39c9feb382170c410947.tar.gz upstream-4135915279b9f70147bd39c9feb382170c410947.tar.bz2 upstream-4135915279b9f70147bd39c9feb382170c410947.zip |
update dropbear to 0.47 (adds keyboard-interactive auth, fixes a potential security issue, fixes #59)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2660 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r-- | package/dropbear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index e7144a60df..36548877db 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dropbear -PKG_VERSION:=0.46 +PKG_VERSION:=0.47 PKG_RELEASE:=1 -PKG_MD5SUM:=f0e535a62b57e5bde9ecba4a11402178 +PKG_MD5SUM:=cf634614d52278d44dfd9c224a438bf2 PKG_SOURCE_URL:=http://matt.ucc.asn.au/dropbear/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |