6relayd: fix a lease-timing issue with stateful DHCPv6
authorSteven Barth <cyrus@openwrt.org>
Fri, 24 May 2013 12:31:30 +0000 (12:31 +0000)
committerSteven Barth <cyrus@openwrt.org>
Fri, 24 May 2013 12:31:30 +0000 (12:31 +0000)
SVN-Revision: 36702

package/network/ipv6/6relayd/Makefile

index 326448612a2cef3d1a3ed8aba4c623af3c753c6e..8e23de277c08e97aa470d46ebf07bcb55588e6d8 100644 (file)
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=6relayd
-PKG_VERSION:=2013-05-22
+PKG_VERSION:=2013-05-24
 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/6relayd.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=13af934d39a68780f543c74b5c65fea623f9f906
+PKG_SOURCE_VERSION:=ad1874d490612f1a459194171451ef5641607e0e
 
 PKG_MAINTAINER:=Steven Barth <steven@midlink.org>