odhcpd: multiple fixes
authorSteven Barth <cyrus@openwrt.org>
Fri, 17 Oct 2014 11:18:52 +0000 (11:18 +0000)
committerSteven Barth <cyrus@openwrt.org>
Fri, 17 Oct 2014 11:18:52 +0000 (11:18 +0000)
* Rewrite ndp proxy using kernel proxying
* Aid flash-renumbering in hybrid DHCPv6-mode
* Unicast RAs to RS senders
* Add support for router address

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42944

package/network/services/odhcpd/Makefile

index e1655b26f7a8b4be35f442e7b2820188baced427..2076bdae3b176948321595cdef67eb1edca2f20a 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=odhcpd
-PKG_VERSION:=2014-09-25
+PKG_VERSION:=2014-10-17
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_URL:=git://github.com/sbyx/odhcpd.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=a6e2953843eaf6c93764f9feef10466e7a84ec85
+PKG_SOURCE_VERSION:=ff9d2a001bea612cad05d9d317f0f0ca555aa72f
 
 PKG_MAINTAINER:=Steven Barth <steven@midlink.org>