Repository : ssh://git@open-mesh.org/openwrt-feed-alfred
On branch : master
commit fb2430f42575c5fd9304c68d83c09073610a87ca Author: Simon Wunderlich sw@simonwunderlich.de Date: Tue May 5 12:33:54 2015 +0200
alfred: bump to 2015.0+1 version
From the CHANGELOG:
* add support to call commands after data was updated * automatic reduction of process capabilities when not needed anymore * allow printing of the data version number in the alfred client mode * various code cleanups * bugs squashed: - update of the version number when data was updated with different version number - tighten size check on received packet
Additionally, a patch to make sure that only link-local EUI64 is used as source is applied.
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
fb2430f42575c5fd9304c68d83c09073610a87ca alfred/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/alfred/Makefile b/alfred/Makefile index 0800582..d8ef98b 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -11,9 +11,9 @@ include $(TOPDIR)/rules.mk # The latest alfred git hash in PKG_REV can be obtained from http://git.open-mesh.org/alfred.git # PKG_NAME:=alfred -PKG_VERSION:=2014.4.0 +PKG_VERSION:=2015.0 PKG_RELEASE:=0 -PKG_REV:=b8210c0a1f0d2a130212a274ab1e89d0bd105245 +PKG_REV:=986ca577343f1f36676cd25c0b56f8e7ce4ac5d1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.gz PKG_SOURCE_URL:=git://git.open-mesh.org/alfred.git