diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-03 08:12:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-03 08:12:17 +0000 |
commit | d8722fac7046020715c41106df28371f3f521132 (patch) | |
tree | 6b0f91af67ea7dfa5ae2ed4ef26384ffc2b6305d /package/dropbear/Makefile | |
parent | c4e9e4d27ed84b056e7e195826e782cad3c7230b (diff) | |
download | upstream-d8722fac7046020715c41106df28371f3f521132.tar.gz upstream-d8722fac7046020715c41106df28371f3f521132.tar.bz2 upstream-d8722fac7046020715c41106df28371f3f521132.zip |
package/dropbear: fix segfault with remote port forwarding (closes: #10339)
SVN-Revision: 28718
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r-- | package/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 34f064c37f..5006c94bb3 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dropbear PKG_VERSION:=0.53.1 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ |