diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-17 10:22:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-17 10:22:03 +0000 |
commit | 9a392d0a794cb447795ea4685edf1003d990eb04 (patch) | |
tree | fc146d0703182296f200e7c7f1f3771ac3ccca7f /make/dropbear_sshd.mk | |
parent | 188cfe5f4f35dab27b2500283e8d449af8e42daa (diff) |
Update dropbear to the latest and greatest, fixing a
security problem
Diffstat (limited to 'make/dropbear_sshd.mk')
-rw-r--r-- | make/dropbear_sshd.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/make/dropbear_sshd.mk b/make/dropbear_sshd.mk index e8f10d0f8..61a50fe90 100644 --- a/make/dropbear_sshd.mk +++ b/make/dropbear_sshd.mk @@ -3,13 +3,12 @@ # dropbear_sshd # ############################################################# -DROPBEAR_SSHD_SOURCE:=dropbear-0.33.tar.bz2 +DROPBEAR_SSHD_SOURCE:=dropbear-0.35.tar.bz2 DROPBEAR_SSHD_SITE:=http://matt.ucc.asn.au/dropbear/ -DROPBEAR_SSHD_DIR:=$(BUILD_DIR)/dropbear-0.33 +DROPBEAR_SSHD_DIR:=$(BUILD_DIR)/dropbear-0.35 DROPBEAR_SSHD_CAT:=bzcat DROPBEAR_SSHD_BINARY:=dropbear DROPBEAR_SSHD_TARGET_BINARY:=usr/sbin/dropbear -DROPBEAR_SSHD_PATCH:=$(SOURCE_DIR)/dropbear.patch $(DL_DIR)/$(DROPBEAR_SSHD_SOURCE): @@ -19,7 +18,6 @@ dropbear_sshd-source: $(DL_DIR)/$(DROPBEAR_SSHD_SOURCE) $(DROPBEAR_SSHD_DIR)/.unpacked: $(DL_DIR)/$(DROPBEAR_SSHD_SOURCE) $(DROPBEAR_SSHD_CAT) $(DL_DIR)/$(DROPBEAR_SSHD_SOURCE) | tar -C $(BUILD_DIR) -xvf - - cat $(DROPBEAR_SSHD_PATCH) | patch -p1 -d $(DROPBEAR_SSHD_DIR) touch $(DROPBEAR_SSHD_DIR)/.unpacked $(DROPBEAR_SSHD_DIR)/.configured: $(DROPBEAR_SSHD_DIR)/.unpacked |