Browse Source

Update to 0.47 addressing a security problem

Eric Andersen 19 years ago
parent
commit
afe8857daf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/dropbear/dropbear.mk

+ 1 - 1
package/dropbear/dropbear.mk

@@ -3,7 +3,7 @@
 # dropbear
 # dropbear
 #
 #
 #############################################################
 #############################################################
-DROPBEAR_VER:=0.46
+DROPBEAR_VER:=0.47
 DROPBEAR_SOURCE:=dropbear-$(DROPBEAR_VER).tar.bz2
 DROPBEAR_SOURCE:=dropbear-$(DROPBEAR_VER).tar.bz2
 DROPBEAR_SITE:=http://matt.ucc.asn.au/dropbear/releases/
 DROPBEAR_SITE:=http://matt.ucc.asn.au/dropbear/releases/
 DROPBEAR_DIR:=$(BUILD_DIR)/dropbear-$(DROPBEAR_VER)
 DROPBEAR_DIR:=$(BUILD_DIR)/dropbear-$(DROPBEAR_VER)