Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/babeld
diff options
context:
space:
mode:
authorGabriel Kerneis <kerneis@google.com>2015-04-17 11:34:36 +0300
committerGabriel Kerneis <kerneis@google.com>2015-04-17 22:04:31 +0300
commitf425d537a097ec47a7a8ef6fb51e2f9896bf5ae7 (patch)
tree5e54d7616f34cf5268c9c278f689b22c2aef43a6 /babeld
parentde192084463512bac540ca9dfb41c38a33e8b259 (diff)
babeld: update to release 1.6.0
14 April 2014: babeld-1.6.0 * Added support for source-specific routing. Thanks to Matthieu Boutier. * Added support for reflecting metrics as kernel priorities. Thanks to Pierre Pfister. * Worked around a Linux kernel bug with an infinite EAGAIN loop. Thanks to Dave Taht. * Changed wildcard updates to not set flag 0x40. Reported by Markus Stenberg. * Made ipv6-subtrees a runtime option. Thanks to Matthieu Boutier. Signed-off-by: Gabriel Kerneis <kerneis@google.com>
Diffstat (limited to 'babeld')
-rw-r--r--babeld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/babeld/Makefile b/babeld/Makefile
index 43a91b8..1607b04 100644
--- a/babeld/Makefile
+++ b/babeld/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=babeld
-PKG_VERSION:=1.5.1
+PKG_VERSION:=1.6.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/
-PKG_MD5SUM:=20e3284d5ad291d7ba2ad91d5b47de10
+PKG_MD5SUM:=b0602a6124ddafb37225bd1a2d8abb13
PKG_LICENSE:=MIT
include $(INCLUDE_DIR)/package.mk