package: Upgrade openconnect to 3.16
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Apr 2012 14:47:26 +0000 (14:47 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Apr 2012 14:47:26 +0000 (14:47 +0000)
Some performance improvements here (memcpy elimination) which will be
useful on low-power boxes. And some memory leak fixes too.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
SVN-Revision: 31309

net/openconnect/Makefile

index a9a6b71a3866f8188ad970b572b1baa7f8f3712c..372841c659cbbd969fdc022993880c79e7e1baaf 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openconnect
-PKG_VERSION:=3.15
+PKG_VERSION:=3.16
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/
-PKG_MD5SUM:=94245f4bac42a288100becab0b4ca29a
+PKG_MD5SUM:=ce258b996e6af9128f20fb797938f7b7
 
 include $(INCLUDE_DIR)/package.mk