summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wunderlich2014-07-24 10:58:33 +0000
committerSimon Wunderlich2014-07-24 10:58:36 +0000
commit0af5c75f79529e6d0e242c55fb0b17f536c19e5e (patch)
treeb6bf01117eb64b1624f35d9c2b48134624ef1dbc
parent0d53388e49996a8c93ffbcdc19f70a2edcc8048d (diff)
downloadrouting-0af5c75f79529e6d0e242c55fb0b17f536c19e5e.tar.gz
alfred: bump version to 2014.3.0
From the CHANGELOG: * fix various possible memleak, access errors and strncpy issues * handle fcntl return codes * fix altitude verification check in gpsd Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
-rw-r--r--alfred/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/alfred/Makefile b/alfred/Makefile
index 9aa3c7d..648a5ef 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.2.0
+PKG_VERSION:=2014.3.0
PKG_RELEASE:=0
-PKG_MD5SUM:=d9afaa2fb1f518938fef9ca8145a762c
+PKG_MD5SUM:=b8ab5677ed73d817b02b0e4fae10357a
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)