net/iodine: upgrade to version 0.7.0

This is compatible to 0.6.0-rc1 client and servers and fixes an
authentication bypass bug (CVE-2014-4168).

Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
This commit is contained in:
Uwe Kleine-König
2014-07-07 10:37:53 +02:00
parent f22fc16043
commit 7d5784fc51
2 changed files with 17 additions and 15 deletions
+3 -3
View File
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=iodine
PKG_VERSION:=0.6.0-rc1
PKG_RELEASE:=5
PKG_VERSION:=0.7.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://code.kryo.se/iodine/
PKG_MD5SUM:=a15bb4faba020d217016fde6e231074a
PKG_MD5SUM:=fdbf3b81cd69caf5230d76a8b039fd99
include $(INCLUDE_DIR)/package.mk