aboutsummaryrefslogtreecommitdiffstats
path: root/package/dropbear/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-03-02 14:20:51 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-03-02 14:20:51 +0000
commita42baad83cace9b9625a75b6b8720ef539ef739b (patch)
tree354147a1d54c7195d5cf9a21074ab79e101478da /package/dropbear/Makefile
parent64eeb3622360be041b6914f49065ce00e101f7a3 (diff)
downloadmaster-187ad058-a42baad83cace9b9625a75b6b8720ef539ef739b.tar.gz
master-187ad058-a42baad83cace9b9625a75b6b8720ef539ef739b.tar.bz2
master-187ad058-a42baad83cace9b9625a75b6b8720ef539ef739b.zip
[package/dropbear]: upgrade to 0.53.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25830 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r--package/dropbear/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index bb1230cefc..9c6a2a2f2e 100644
--- a/package/dropbear/Makefile
+++ b/package/dropbear/Makefile
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dropbear
-PKG_VERSION:=0.52
-PKG_RELEASE:=5
+PKG_VERSION:=0.53.1
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= \
http://matt.ucc.asn.au/dropbear/releases/ \
http://www.mirrors.wiretapped.net/security/cryptography/apps/ssh/dropbear/
-PKG_MD5SUM:=1c69ec674481d7745452f68f2ea5597e
+PKG_MD5SUM:=6b8d901859d9b8a18e2f6bfe0a892a03
PKG_BUILD_PARALLEL:=1
@@ -63,7 +63,8 @@ CONFIGURE_ARGS += \
--disable-loginfunc \
--disable-pututline \
--disable-pututxline \
- --disable-zlib
+ --disable-zlib \
+ --enable-bundled-libtom
TARGET_CFLAGS += -DARGTYPE=3 -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections