diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-12-24 02:30:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-12-24 02:30:28 +0000 |
commit | afe8857daf1d4b14b5fb45fe7ad7048f70393477 (patch) | |
tree | ab7999a5642038d888df37ad7bc9e2a3df5a5605 | |
parent | de3f04efe5f20cc07f6cc8d57568d289303417df (diff) | |
download | buildroot-novena-afe8857daf1d4b14b5fb45fe7ad7048f70393477.tar.gz buildroot-novena-afe8857daf1d4b14b5fb45fe7ad7048f70393477.zip |
Update to 0.47 addressing a security problem
-rw-r--r-- | package/dropbear/dropbear.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk index 8904563c4..5c46e0050 100644 --- a/package/dropbear/dropbear.mk +++ b/package/dropbear/dropbear.mk @@ -3,7 +3,7 @@ # dropbear # ############################################################# -DROPBEAR_VER:=0.46 +DROPBEAR_VER:=0.47 DROPBEAR_SOURCE:=dropbear-$(DROPBEAR_VER).tar.bz2 DROPBEAR_SITE:=http://matt.ucc.asn.au/dropbear/releases/ DROPBEAR_DIR:=$(BUILD_DIR)/dropbear-$(DROPBEAR_VER) |