From: Steven Barth Date: Thu, 2 Oct 2014 19:47:28 +0000 (+0000) Subject: authsae: update to latest version X-Git-Tag: reboot~5788 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=e15f03e5de8a0a9258fb332e7e9dfff2ec89ea0f;hp=75572d0d313e894a49d30e1730c81b42cae0fdf3 authsae: update to latest version Send a netlink call to leave the mesh when meshd exits Make hunting-and-pecking loop (more) resistant to side channel attack Signed-off-by: Michel Stam SVN-Revision: 42750 --- diff --git a/package/network/services/authsae/Makefile b/package/network/services/authsae/Makefile index 2d3ff1d25c..e7f786f48d 100644 --- a/package/network/services/authsae/Makefile +++ b/package/network/services/authsae/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=authsae -PKG_VERSION:=2014-04-19 +PKG_VERSION:=2014-06-09 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/cozybit/authsae.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=295164a83717ce59ca280468fc2f7edcea6b3cbf +PKG_SOURCE_VERSION:=8531ab158910a525d4bcbb3ad02c08342f6987f2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_BUILD_PARALLEL:=1