olsrd: bump to new release 0.9.0
authorBastian Bittorf <bittorf@bluebottle.com>
Fri, 12 Jun 2015 19:34:01 +0000 (21:34 +0200)
committerBastian Bittorf <bittorf@bluebottle.com>
Fri, 12 Jun 2015 19:34:01 +0000 (21:34 +0200)
see: https://lists.olsr.org/pipermail/olsr-dev/2015-June/007598.html

"Everyone using olsrd v1 is strongly urged to upgrade, especially people
using Smart-Gateway.

In this release the Multi-Smart-Gateway additions are declared stable.

Also, Smart-Gateway timeouts are now implemented, which is a major fix
to the Smart-Gateway system. These timeouts were missing ever since its
first implementation." (Ferry Huberts)

olsrd/Makefile

index 32c5be5b0861968c64212fa4c6c9a8ae8160cc91..adaebaccb855e78cddff4890b244342d7b49d726 100644 (file)
@@ -8,14 +8,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=olsrd
-PKG_VERSION:=0.6.6.2
-PKG_RELEASE:=4
+PKG_VERSION:=0.9.0
+PKG_RELEASE:=5
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://www.olsr.org/releases/0.6
+PKG_SOURCE_URL:=http://www.olsr.org/releases/0.9
 
-PKG_MD5SUM:=e4e04bb033cffd99b3be397fa9063a54
+PKG_MD5SUM:=65376afff4fc4963fcaf1aa0ad8185d4
 PKG_BUILD_PARALLEL:=1
+PKG_LICENSE:=BSD-3-Clause
 
 include $(INCLUDE_DIR)/package.mk