aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-19 07:58:02 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-19 07:58:02 +0000
commit21a6d6102a25a0470928be89d676deb4ccb9de69 (patch)
tree00243fb58c20b5e4f3a45c3bf8ac94ea1411b44c
parentccf8da71af3c03d740eaa8b229224c3a22b2f289 (diff)
downloadbuildroot-novena-21a6d6102a25a0470928be89d676deb4ccb9de69.tar.gz
buildroot-novena-21a6d6102a25a0470928be89d676deb4ccb9de69.zip
update dropbear
-rw-r--r--make/dropbear_sshd.mk4
-rw-r--r--sources/dropbear-010-ranlib.patch24
2 files changed, 2 insertions, 26 deletions
diff --git a/make/dropbear_sshd.mk b/make/dropbear_sshd.mk
index 9d7b7d791..1362aa851 100644
--- a/make/dropbear_sshd.mk
+++ b/make/dropbear_sshd.mk
@@ -3,9 +3,9 @@
# dropbear_sshd
#
#############################################################
-DROPBEAR_SSHD_SOURCE:=dropbear-0.38.tar.bz2
+DROPBEAR_SSHD_SOURCE:=dropbear-0.39.tar.bz2
DROPBEAR_SSHD_SITE:=http://matt.ucc.asn.au/dropbear/releases/
-DROPBEAR_SSHD_DIR:=$(BUILD_DIR)/dropbear-0.38
+DROPBEAR_SSHD_DIR:=$(BUILD_DIR)/dropbear-0.39
DROPBEAR_SSHD_CAT:=bzcat
DROPBEAR_SSHD_BINARY:=dropbear
DROPBEAR_SSHD_TARGET_BINARY:=usr/sbin/dropbear
diff --git a/sources/dropbear-010-ranlib.patch b/sources/dropbear-010-ranlib.patch
deleted file mode 100644
index 7aa8d44bd..000000000
--- a/sources/dropbear-010-ranlib.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN dropbear-0.38/libtomcrypt/makefile dropbear-0.38-new/libtomcrypt/makefile
---- dropbear-0.38/libtomcrypt/makefile 2003-09-24 05:22:44.000000000 -0500
-+++ dropbear-0.38-new/libtomcrypt/makefile 2003-10-29 23:39:57.000000000 -0600
-@@ -103,7 +103,7 @@
-
- $(LIBNAME): $(OBJECTS)
- $(AR) $(ARFLAGS) $@ $(OBJECTS)
-- ranlib $(LIBNAME)
-+ $(RANLIB) $(LIBNAME)
-
- #This rule makes the test program included with libtomcrypt
- test: library $(TESTOBJECTS)
-diff -urN dropbear-0.38/libtommath/makefile dropbear-0.38-new/libtommath/makefile
---- dropbear-0.38/libtommath/makefile 2003-09-24 03:55:34.000000000 -0500
-+++ dropbear-0.38-new/libtommath/makefile 2003-10-29 23:40:18.000000000 -0600
-@@ -48,7 +48,7 @@
-
- libtommath.a: $(OBJECTS)
- $(AR) $(ARFLAGS) libtommath.a $(OBJECTS)
-- ranlib libtommath.a
-+ $(RANLIB) libtommath.a
-
- install: libtommath.a
- install -d -g root -o root $(DESTDIR)$(LIBPATH)