X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ecdc8bd6717059d3cce793e829a55ef3e474104b..fa5a1cd307014881a267b0888616364a348532fc:/openwrt/package/dropbear/Makefile diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index 6795605c3..e7144a60d 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/package/dropbear/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dropbear -PKG_VERSION:=0.45 -PKG_RELEASE:=2 -PKG_MD5SUM:=2bcc46e4c239aec982bf36a723dd0b0e +PKG_VERSION:=0.46 +PKG_RELEASE:=1 +PKG_MD5SUM:=f0e535a62b57e5bde9ecba4a11402178 PKG_SOURCE_URL:=http://matt.ucc.asn.au/dropbear/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -19,6 +19,7 @@ $(eval $(call PKG_template,DROPBEAR,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$( $(PKG_BUILD_DIR)/.configured: $(SED) 's,^/\* #define PKG_MULTI.*,#define PKG_MULTI,g' $(PKG_BUILD_DIR)/options.h + $(SED) 's,^#define DO_HOST_LOOKUP,/* & */,g' $(PKG_BUILD_DIR)/options.h (cd $(PKG_BUILD_DIR); rm -rf config.cache; \ autoconf; \ $(TARGET_CONFIGURE_OPTS) \