aboutsummaryrefslogtreecommitdiffstats
path: root/package/dropbear/Makefile
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-04-08 00:34:37 +0000
committerTim Yardley <lst@openwrt.org>2007-04-08 00:34:37 +0000
commit73d8ea6a966d2e9be241c6a3135e1481f9ab45ba (patch)
tree5ca9b7d9711b7154e840e23f3b4c5a2a9de5b898 /package/dropbear/Makefile
parent30d9338bfa1398714e2b3c75c2828bfec6850053 (diff)
downloadupstream-73d8ea6a966d2e9be241c6a3135e1481f9ab45ba.tar.gz
upstream-73d8ea6a966d2e9be241c6a3135e1481f9ab45ba.tar.bz2
upstream-73d8ea6a966d2e9be241c6a3135e1481f9ab45ba.zip
update dropbear to 0.49
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6890 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r--package/dropbear/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index 42955fd999..25a0cd0f55 100644
--- a/package/dropbear/Makefile
+++ b/package/dropbear/Makefile
@@ -9,12 +9,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dropbear
-PKG_VERSION:=0.48.1
+PKG_VERSION:=0.49
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://matt.ucc.asn.au/dropbear/releases/
-PKG_MD5SUM:=ca8e53a766faec831882831364568421
+PKG_SOURCE_URL:=http://matt.ucc.asn.au/dropbear/releases/ \
+ http://www.mirrors.wiretapped.net/security/cryptography/apps/ssh/dropbear/
+PKG_MD5SUM:=7b20c85f1ee34f018a1b948eae003df9
include $(INCLUDE_DIR)/package.mk