olsrd: version bump to 0.6.5.3
authorSaverio Proto <zioproto@gmail.com>
Tue, 30 Apr 2013 23:54:24 +0000 (01:54 +0200)
committerSaverio Proto <zioproto@gmail.com>
Tue, 30 Apr 2013 23:55:09 +0000 (01:55 +0200)
Ferry Huberts (5):
      pud: detect the java include directory
      pud: better detection of java jdk
      gateway: work around kernel IPIP module initialisation bug
      main: use /dev/urandom by default
      pud: set local loopback for multicast tx

Henning Rogge (2):
      Update version after release of v0.6.5.2
      Release v0.6.5.3

Ronald in 't Velt (1):
      Fix setsockopt for setting Traffic Class in IPv6

olsrd/Makefile

index e5be87b0403d9697ff68f43c83b8ca2f75014879..04cd44a1f287651a9a94003856bfa5421b4c16fc 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=olsrd
-PKG_VERSION:=0.6.5.2
+PKG_VERSION:=0.6.5.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.olsr.org/releases/0.6
 
-PKG_MD5SUM:=190e3c763656f71d3ca6868db7658f43
+PKG_MD5SUM:=c99a6800e152dbc08436c0c36c61e9e0
 PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk