Skip to content

Commit

Permalink
olsrd: bump to new release 0.9.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Bastian Bittorf committed Jun 8, 2015
1 parent 570c595 commit d7b3bbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions olsrd/Makefile
Expand Up @@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=olsrd
PKG_VERSION:=0.6.8
PKG_RELEASE:=2
PKG_VERSION:=0.9.0
PKG_RELEASE:=3

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:=feabdd611391dcb30af5795e834cc258
PKG_MD5SUM:=65376afff4fc4963fcaf1aa0ad8185d4
PKG_BUILD_PARALLEL:=1
PKG_LICENSE:=BSD-3-Clause

Expand Down

5 comments on commit d7b3bbc

@sarumpaet
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bittorf Can you add this to the for-14.07 branch, too? tia!

@bittorf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, will do this...

@bittorf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

backported for 14.07 branch - can you please test this?
see e0de429

@sarumpaet
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Unfortunately there are problems:

@bittorf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

Please sign in to comment.