From 5782397d77cd243c1174c98051158febe3a21641 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 29 Apr 2013 17:59:12 +0200 Subject: update to latest upstream --- package/dropbear/Makefile | 6 ++++-- package/dropbear/patches/patch-options_h | 17 ++++------------- 2 files changed, 8 insertions(+), 15 deletions(-) (limited to 'package/dropbear') diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 31d9c68f8..a16c69965 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -4,14 +4,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:= dropbear -PKG_VERSION:= 2012.55 +PKG_VERSION:= 2013.58 PKG_RELEASE:= 1 -PKG_MD5SUM:= 44836e5a0419ba12557f9ea46880077e +PKG_MD5SUM:= 8d3579bbbfcea48404a3219643076450 PKG_DESCR:= SSH 2 server/client designed for embedded systems PKG_SECTION:= net/security PKG_URL:= http://matt.ucc.asn.au/dropbear/ PKG_SITES:= http://matt.ucc.asn.au/dropbear/releases/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 + PKG_DFLT_DROPBEAR:= y if !ADK_TOOLCHAIN_ONLY PKG_SUBPKGS:= DROPBEAR DBCONVERT PKGSD_DBCONVERT:= Utility for converting SSH private keys diff --git a/package/dropbear/patches/patch-options_h b/package/dropbear/patches/patch-options_h index 0a7dd432b..68a8b2a1b 100644 --- a/package/dropbear/patches/patch-options_h +++ b/package/dropbear/patches/patch-options_h @@ -1,16 +1,7 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- dropbear-2012.55.orig/options.h 2012-02-23 14:47:06.000000000 +0100 -+++ dropbear-2012.55/options.h 2012-06-02 20:53:47.000000000 +0200 -@@ -144,7 +144,7 @@ much traffic. */ - #endif - - /* Whether to do reverse DNS lookups. */ --#define DO_HOST_LOOKUP -+/* #define DO_HOST_LOOKUP */ - - /* Whether to print the message of the day (MOTD). This doesn't add much code - * size */ -@@ -243,7 +243,7 @@ much traffic. */ +diff -Nur dropbear-2013.58.orig/options.h dropbear-2013.58/options.h +--- dropbear-2013.58.orig/options.h 2013-04-18 16:58:14.000000000 +0200 ++++ dropbear-2013.58/options.h 2013-04-29 14:28:47.000000000 +0200 +@@ -247,7 +247,7 @@ /* The command to invoke for xauth when using X11 forwarding. * "-q" for quiet */ #ifndef XAUTH_COMMAND -- cgit v1.2.3